html,body {
	background:url(../_images/bodybg1.jpg) bottom repeat-x #101010;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #CCCCCC;
	margin:0px;
	padding:0px;
	height:100%; /* needed for container min-height */
}

a {
	color:#E82323;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:770px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
	margin-top:43px;
}

#logo {

  height:75px;
}

#emergency {
  margin-top:-73px;
  margin-left:338px;
}

#tnav {
	margin-top: 40px;
	margin-bottom: 40px;
}

#tnav a{
	text-decoration:none;
	color:#999999;
	font-size:14px;
}

#tnav a b{
	color:#CCCCCC;
}

#content {
	padding:0em 0em 10em; /* bottom padding for footer */
}

#footer {
	background:url(../_images/footerbg.jpg) repeat-x;
	position:absolute;
	width:100%;
	height:77px;
	bottom:0; /* stick to bottom */
}

#footer .address {
	margin-top:24px;
	margin-left:40px;
	margin-right:40px;
	font-size:14px;
	font-weight:bold;
	color:#7D7D7D;
	float:left;
}

#footer .phone {
	margin-top:24px;
	margin-right:40px;
	font-size:14px;
	font-weight:bold;
	color:#7D7D7D;
	float:left;
}

#footer .copy {
	margin-top:24px;
	margin-right:40px;
	font-size:10px;
	color:#7D7D7D;
	float:right;
}

#content .phone {
	margin-top:40px;
	font-size:14px;
}

#content .phone b {
	font-size:18px;
	color:#FFFFFF;
}

.homeflash {
	background:url(../_images/homeherobg.jpg) no-repeat;
	padding-top:10px;
	padding-left:10px;
}

.comnav {
	background: url(../_images/menubg.jpg) no-repeat;
	padding-top:10px;
	padding-left:10px;
}

.comnav  {
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
}

.comnav a {
	padding-left:10px;
	font-size:12px;
	text-decoration:none;
	color: #CCCCCC;
	line-height:20px;
}

.breadcrumbs {
	background:#2F2F2F;
	margin-top:40px;
	margin-bottom:40px;
	font-size:14px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
}

.breadcrumbs a {
	text-decoration:none;
	color: #CCCCCC;
}

/* Blue Sections */
#content .section_blue {
	margin-top:40px;
	border:#2B3F57 solid 1px; 
}

#content .section_blue .title {
	background:#2B3F57;
	padding:8px;
	padding-left:14px;
}

#content .section_blue .homecontent {
	padding:10px;
	padding-left:27px;
	font-size:12px;
	color:#E82323;
}

#content .section_blue .homecontent a {
	text-decoration:none;
	margin-right:30px;
	font-size:18px;
	color:#cccccc;
}

#content .section_blue .subcontent {
	padding:10px;
	padding-left:27px;
	padding-right:27px;
	font-size:14px;
}

#content .section_blue .subcontent a {
	font-size:14px;
}

#content .section_blue .homecontent1 {
	padding:10px;
	padding-left:27px;
	font-size:14px;
}


/* Red Sections */
#content .section_red {
	margin-top:40px;
	border:#420003 solid 1px; 
}

#content .section_red .title {
	background:#420003;
	padding:8px;
	padding-left:14px;
}

#content .section_red .homecontent {
	padding:10px;
	padding-left:27px;
	font-size:14px;
}




.productcontent {
	padding-top:40px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
}

.product {
	background:#1D1D1D;
	padding:10px;
	margin-bottom:20px;
}

.product .subtitle {
	font-size:30px;
}
.product .subtitle a{
	text-decoration:none;
	font-size:30px;
}


.product a {
	text-decoration:none;
	font-size:11px;
}

.product .productlink {
	margin-top:10px;
}
