/* CSS Document */


@import url('fonts.css');


body 	{ background:url(img/bg-body.jpg) top center repeat-x #000; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#929191; margin:0; padding:0; }
h1		{ font-family:LaneNarrowRegular, Arial, Helvetica, sans-serif; font-size:38px; color:#FFF; margin:0; padding:0 0 10px; font-weight:normal; line-height:35px }
h2		{ font-family:LaneNarrowRegular, Arial, Helvetica, sans-serif; font-size:30px; color:#d20a24; margin:0; padding:0 0 10px; font-weight:normal; line-height:26px }		
h3		{ font-family:LaneNarrowRegular, Arial, Helvetica, sans-serif; font-size:22px; color:#FFF; margin:0; padding:0 0 10px; font-weight:normal; line-height:22px }
h4		{ font-family:LaneNarrowRegular, Arial, Helvetica, sans-serif; font-size:16px; color:#FFF; margin:0; padding:0 0 10px; font-weight:normal; line-height:16px }
h5		{ font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFF; margin:0; padding:0 0 10px; line-height:16px; }
h6		{ font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#d20a24; margin:0; padding:0 0 10px; line-height:16px;  }
p		{ line-height:17px; margin:0; padding:0 0 20px }
ul		{ margin:0; padding:0 0 20px 10px; }
li		{ line-height:17px; padding:0 0 3px; }
a		{ color:#d20a24; }
strong	{ color:#fff; font-size:120%; }
img		{ border:0; }

.clear	{ clear:both; height:0; overflow:hidden; }
.col 	{ width:50%; float:left }
.inner 	{ padding:30px 10px; }
.wrap	{ width:960px; margin:0 auto; }
.button	{ color:#FFF; text-decoration:none; background:url(img/button.gif) right center no-repeat; padding:0px 20px 0px 10px; display:inline-block; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }

#header 				{ }
#header .logo 			{ background:url(img/bg-header.jpg) top center no-repeat; text-indent:-10000px; height:212px; display:block; }
#header ul 				{ margin:0; padding:0; list-style:none; height:58px; overflow:hidden }
#header li 				{ float:left; }
#header li a 			{ display:block; float:left; background:url(img/bg-menu.png) no-repeat; height:58px; text-indent:-10000px; }
#header li a.aud 		{ width:113px; background-position: -0px 0px }
#header li a.aud:hover 	{ width:113px; background-position: -0px -58px }
#header li a.vid 		{ width:130px; background-position: -113px 0px }
#header li a.vid:hover 	{ width:130px; background-position: -113px -58px }
#header li a.sur 		{ width:192px; background-position: -243px 0px }
#header li a.sur:hover	{ width:192px; background-position: -243px -58px }
#header li a.aut 		{ width:200px; background-position: -435px 0px }
#header li a.aut:hover 	{ width:200px; background-position: -435px -58px }
#header li a.abo 		{ width:171px; background-position: -635px 0px }
#header li a.abo:hover 	{ width:171px; background-position: -635px -58px }
#header li a.con 		{ width:154px; background-position: -806px 0px }
#header li a.con:hover 	{ width:154px; background-position: -806px -58px }


#front-feature  { background:url(img/content-bg.jpg) top center no-repeat; height:425px; overflow:hidden; }
#front-feature .key			{ display:block; width:12px; height:12px; background:#F00; overflow:hidden; text-indent:-10000px; position:absolute; }
#front-feature a.aud 		{ margin-left:305px; margin-top:195px; }
#front-feature a.vid 		{ margin-left:470px; margin-top:175px; }
#front-feature a.sur 		{ margin-left:210px; margin-top:150px; }
#front-feature a.aut 		{ margin-left:120px; margin-top:130px;  }


.front-text 	{ padding:30px 0 0 630px }
.slide			{ display:none; }


#bottom-feature			{ background:url(img/bg-bottomfeature.gif) top center repeat-x #151515; border-top:2px solid #FFF; border-bottom:2px solid #FFF; }
#bottom-feature .inner	{ }


#footer					{ padding:10px 0; background:url(img/bg-footer.jpg) top center no-repeat }
#footer p				{ line-height:15px; }
#footer .phone			{ font-family:LaneNarrowRegular, Arial, Helvetica, sans-serif; font-size:28px; color:#FFF; float:left; padding-right:25px; background:url(img/bullet-square.gif) right center no-repeat; margin-right:15px; line-height:30px; }
#footer	.copyright		{ text-align:center; color:#5a5959; }
#footer a				{ color:#5a5959; }



form label			{ display:block; font-weight:bold; color:#CCC; padding:0 0 3px; }
form .text-field	{ border:1px solid #777; padding:3px; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin:0 0 15px; width:200px; }
form textarea		{ border:1px solid #777; padding:3px; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin:0 0 15px; width:400px; height:200px }
form .submit-button	{ background:#C00; color:#FFF; border:0; padding:4px 10px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; font-size:14px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
form .submit-button:hover { background:#810A0C; }