@charset "utf-8";
/* CSS Document */

body {
	font: Arial, Helvetica, sans-serif 11px;
	color: #000;
	margin:0;
	padding:0;
	background: url(../images/bg_main.jpg) #4396ca repeat-x;
}

#wrap {
	width: 900px;
	margin: 0 auto;
}


/* Logo Style */
#logo_main {
	float: left;
	margin-top: 15px;
	width: 900px;
	height: 85px;
}

#logo_a {
	float: left;
	width: 900px;
	height: 85px;
	background: url(../images/logo.gif) no-repeat;
}

#logo_b {
	float: left;
	width: 450px;
	height: 85px;
	text-align:left;
	/*background: url(../images/phone.gif) no-repeat top right;*/
}
#logo_c {
	float: left;
	width: 417px;
	height: 78px;
	text-align:right;
	padding-top:7px;
	padding-right:33px;
	/*background: url(../images/phone.gif) no-repeat top right;*/
}

/* Nav Styles */

#nav {
	float:left;
	width:900px;
}

.nav_button {
	float:left;
	width: auto;
}

/* Header */

#header {
	float: left;
	width: 900px;
	height: 350px;
}


/* Content */
#content {
	float: left;
	width: 900px;
	background: url(../images/bg_contentmain.jpg) no-repeat bottom #f6f6f6;
}

#content_left {
	float: left;
	width: 416px;
	height: 134px;
	padding: 36px 80px 0px 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content_left a {
	color: #d90909;
	font-weight: bold;
	text-decoration: none;
}

.content_txt {
	float: left;
	width: 812px;
	padding-top: 10px;
	
}

#content_right {
	float: left;
	width: 360px;
	height: 170px;
}

#content_products {
	float: left;
	width: 812px;
	padding: 0 44px;
	background: url(../images/bg_productsmain.gif) repeat-x;
}

#content_products_navlinks {
	float: left;
	width: 812px;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
.flashdata{
	float:left;
	width:400px;
	text-align:left;
	padding-top:5px;
	font-size:13px;
	color:red;
	font-weight:bold;
}
.navlinksdata{
	float:left;
	width:412px;
}
.navlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	text-decoration: none;
}

a:hover.navlink {
	color: #000;
	text-decoration: underline;
}
.arrow{
	font-size:9px;
	color:#134b88;
}
.viewall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#134b88;
	text-decoration: none;
}

a:hover.viewall {
	color:#134b88;
	text-decoration: underline;
}

.navlink1 {
	color: #FF0000;
	text-decoration: underline;
}

a:hover.navlink1 {
	color: #FF0000;
	text-decoration: none;
}


/* Footer */
#footer {
	float: left;
	width: 900px;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

.footer_a {
	float: left;
	width: 900px;
	padding: 25px 0;
	text-align: center;
}



/* MISC */

.bg_content_1 {
	background: url(../images/bg_contenta.jpg) no-repeat top right;
}

h1 {
	font-family: "Myriad Pro" ;
	padding:0;
	margin:0;
	font-size: 34px;
}

h2 {
	font-family: "Myriad Pro" ;
	padding:0;
	margin:0;
	font-size: 20px;
}
h3 {
	font-family: "Myriad Pro" ;
	padding:0;
	margin:0;
	font-size: 16px;
	padding-top:8px;
}

