* {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #474747;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	letter-spacing: 1px;
}
#outershell {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/bg_strip.jpg);
}

#banner {
	background-color: #FFFFFF;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#banner img {
	border-bottom: 7px solid #CB0A0A;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#bannerinside {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/breadcrumbs.jpg);
	background-repeat: repeat-y;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#breadcrumbs {
	background-image: url(../images/breadcrumbs.jpg);
	background-repeat: repeat-y;
	border-bottom: 1px solid #FFFFFF;
	padding: 7px 20px;
	font-weight: bold;
}
#breadcrumbs a {
	color: #000000;
}
#breadcrumbs a:hover, #footer a:hover, #menu a:hover {
	color: #CB0A0A;
	text-decoration: none;
}

#left {
	float: left;
	width: 187px;
	background-color: #FFFFFF;
}
#menucontainer {
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
}

#menu a {
	padding: 10px 10px 10px 20px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
}
.arrow {
	color: #CB0A0A;
}

#login, #search {
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#login input, #search input {
	padding: 2px;
	border: 1px solid #CB0A0A;
	margin-top: 4px;
	color: #666666;
	margin-left: 0px;
	margin-bottom: 3px;
}
#menu a.login_go {
	padding-top: 3px;
}
#news {
	border-top: 1px solid #FFFFFF;
	padding: 10px 20px;
	margin-bottom: 0px;
}
#callback {
	color: #CB0A0A;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	font-weight: bold;
}
#callback div {
	color: #000000;
	padding-bottom: 5px;
}
#callback a {
	display: inline;
}
#textsize {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: bold;
}
#textsize a {
	color: #000000;
	text-decoration: none;
}
#textsize .big {
	font-size: 14px;
}
#textsize .biggest {
	font-size: 18px;
}
#right {
	float: right;
	width: 178px;
	background-image: url(../images/right_bg.jpg);
	background-repeat: repeat-y;
}
#search {
	color: #FFFFFF;
}
#rightbg {
}
#search a {
	display: block;
	padding-top: 3px;
	color: #FFFFFF;
}
#right, #left {
	margin-bottom: 150px;
}

#content {
	float: left;
	margin-left: 40px;
	width: 510px;
	margin-bottom: 50px;
	margin-top: 20px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding-bottom: 12px;
}
h1 {
}
h2 {
}
h3 {
}
a {
	font-weight: bold;
	color: #CB0A0A;
	text-decoration: none;
}
a:hover {
	color: #52514F;
	text-decoration: none;
}
ul, ol {
	padding-left: 25px;
}
li {
	padding-bottom: 4px;
	color: #CC3333;
}
li span {
	color: #000000;
}
#news h2 {
	color: #9b9a9a;
	text-transform: uppercase;
}
#news h3 {
	color: #FFFFFF;
	padding-bottom: 0px;
}
#news  li {
	color: #9b9a9a;
}
#footer {
	clear: both;
	color: #FFFFFF;
	padding: 8px;
	text-align: center;
	line-height: 1.9;
	font-size: 11px;
}
#footer a {
	color: #FFFFFF;
	font-weight: normal;
}
.copy {
	font-size: 10px;
}
.upper {
	text-transform: uppercase;
}
input.radio {
	margin-bottom: 0px;
	border-style: none;
	border-width: 0px;
}
input.button, #search input.button {
	color: #FFFFFF;
	background: #CB0A0A;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-weight: bold;
}
textarea, input, select {
	font-size: 10px;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-top: 2px;
	border: 1px solid #CB0A0A;
	padding: 2px;
}
label {
	text-align: right;
	float: left;
	width: 150px;
	font-weight: bold;
}
.form_indent {
	margin-left: 155px;
	line-height: 1.8;
}
.form_indent select, .form_indent radio, .form_indent input, .form_indent textarea {
	margin-left: 0px;
}
.padleft {
	padding-left: 10px;
}
.padright {
	padding-right: 10px;
}
img.rightflush {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
hr {
	color: #CC0000;
	height: 1px;
	width: 100%;
	text-decoration: none;
	margin-bottom: 12px;
	background: #CC0000;
	border: 0px;
}
.news-date {
	display: block;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
}
.news-item {
	margin-bottom: 15px;
}
.contactUsTnx {
	font-weight: bold;
	color: #CB0A0A;
}
#services {
	clear: both;
	color: #666666;
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
}
#services a {
	color: #FFFFFF;
}
