html,body{
	height: 100%;
	font-family: “Helvetica Neue”, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
}
h1,h2,h3,h4,h5,h6{
	font-family: Helvetica, “Helvetica Neue”, Arial, sans-serif;
	line-height: 1.4em;
}
h1{
	font-size: 24px;
}
h2{
	font-size: 22px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
p{
	font-size: 12px;
	line-height: 1.5em;
}
a{
	font-size: 12px;
	color: #01405c;
	cursor: pointer;
}
ul.default li{
	background: url('../images/la_right_arrow.png') no-repeat center left;
	color: #555555;
	padding: 3px 0 3px 20px;
	line-height: 1.5em;
	
}

/* dialog */
#dialog-modal,#dialog-modal-askeddie{
	display: none;
}

#ie7bs{
	visibility: hidden;
}
.light-blue{
	color: #2883ab;
}
.dark-blue{
	color: #01405c;
}
.gray-default{
	color: #707070;
}
.gray-dark{
	color: #555555;
}
.gray-light{
	color: #959595;
}
.white{
	color: #eeeeee;
}
.yellow{
	color: #eee888;
}
.green-light{
	color: #6d8c59;
}
.normal{
	font-weight: normal;
}
.blue-hr{
	width: 100%;
	height: 10px;
	background: #9fc2d5;
}
.arrow{
	background: url('../images/la_right_arrow.png') no-repeat center right;
	padding: 0 10px 0 0;
}
.hide{
	display: none;
}

/*114x40*/
.button{
	display: block;
	width: 107px;
	height: 32px;
	text-decoration: none;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
.button.silver{
	background: url('../images/gray_button.png') no-repeat top left;
	color: #000000;
}
.button.blue{
	background: url('../images/blue_button.png') no-repeat top left;
	color: #eeeeee;
}
.left-col{
	/*border-right: 1px solid #eeeeee;*/
	height: 100%;
	background: url('../images/line.gif') repeat-y top right;
}
.headline{
	font-size: 36px;
}
.right-col-content-wrap{
	width: 680px;
}

.hr{
	width: 100%; height:1px; border-top: 1px dashed #cccccc;
}

#top-bar-wrap{
	width: 100%; 
	height: 18px; 
	background: url('../images/la_top_bg.png') repeat-x top left;
}
#header-wrap{
	width: 100%; 
	height: 113px; 
	background: url('../images/la_header_bg.png') repeat-x top left;
}
#carousel-wrap{
	width: 100%;
	height: 416px;
	background: url('../images/la_carousel_bg.png') repeat-x top left;
	padding: 34px 0 0 0;
}
#carousel-content{
	height: 367px;
	width: 940px;
	margin: 0 auto;
	background: url('../images/la_intro_shadow.png') no-repeat top center;
}
#carousel-nav-wrap ul{
	float: right;
	margin-top: 23px;
	margin-right: 10px;
}
#carousel-nav-wrap ul li{
	float: left;
	padding: 8px 6px;
	margin: 0 2px;
}
#carousel-nav-wrap ul li a{
	text-decoration: none;
	display: block;
	height: 8px;
	width: 8px;
	background: #263c4a;
	border: 1px solid #556e7e;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	cursor: default;
}
#carousel-nav-wrap ul li.active{
	background: #ffffff;
}
#carousel-nav-wrap ul li.active a,#carousel-nav-wrap ul li.active a:hover{
	background: #cdcdcd;
	border-color: #cdcdcd;
}
#carousel-nav-wrap ul li a span{
	visibility: hidden;
}
#content-wrap{
	width: 100%;
}
#content{border-left: 1px solid #eeeeee; border-right: 1px solid #eeeeee;}
#footer-wrap{
	width: 100%;
	background: url('../images/la_footer_bg.png') repeat-x bottom left #052a42;
	min-height: 150px;
}
#footer-content{
	background: url('../images/la_footer_content_bg2.png') no-repeat top center;
	height: 70px;
	position: relative;
	text-align: center;
	padding-top: 20px;
}
#footer-content p{
	color: #898989;
	font-size: 11px;
}
#footer-content a{
	font-size: 11px;
}
#footer-content img{
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 30px;
}

#footer-menu ul{
	width: 500px;
	margin: 0 auto;
	height: 20px;
}

#footer-menu ul li{
	float: left;
}
#footer-menu ul li a{
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	display: block;
	padding: 0 10px;
	text-align: center;
	color: #207299;
}
#footer-menu ul li a.active, #footer-menu ul li a:hover{
	color: #eeeeee;
}

.featured-list-wrap{
	width: 100%;
	border: 1px solid #cccccc;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	padding: 10px;
	margin-bottom: 10px;
}
.featured-list-wrap .left{
	float: left;
	width: 200px;
}
.featured-list-wrap .left img{
	width: 175px;
}
.featured-list-wrap .right{
	margin-left: 200px;
}

#featured-wrap{
	/*
	background: #00510b;
	*/
	background: #4e8131;
	border: 1px solid #cccccc;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	padding: 20px 0 0 0px;
	
	/*
	box-shadow:inset 4px 4px 6px #003a08;
	-moz-box-shadow:inset 4px 4px 6px #003a08;
	*/
	box-shadow:inset 4px 4px 6px #365e1f;
	-moz-box-shadow:inset 4px 4px 6px #365e1f;
}

#news-wrap{
	width: 100%; margin-left: 80px;
}


#subheader-wrap{
	width: 100%;
	height: 70px;
	background: url('../images/la_carousel_bg.png') repeat-x top left;
}

#sidebar-nav {
	width: 200px;
}
#sidebar-nav  li a{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #eeeeee;
	font-size: 11px;
}
#sidebar-nav  li a.last{
	border-bottom: 1px solid #eeeeee;
}
#sidebar-nav  li a:hover{
	background: #eeeeee;
}





/******* Eddie's Tab *******/
#tab-wrap{
	width: 300px;
	border: 1px solid #ccc;
	float: right;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	background: url('../images/la_tab_bg.png') repeat-x bottom left;
	height: 460px;
}
#tab_nav{
	width: 100%;
}
#tab_nav li{
	float: left;
}
#tab_nav li a{
	display: block;
	text-align: center;
	width: 150px;
	height: 50px;
	text-decoration: none;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	background: url('../images/la_tab_default.png') repeat-x top left;
	color: #eeeeee;
	font-weight: bold;
}
#tab_nav li a:hover{
	background-image: none;
	background-color: #376a91;
}
#tab_nav li a.active,#tab_nav li a.active:hover{
	background-image: none;
	border-bottom: 1px solid #ffffff;
	color: #959595;
	background-color: #ffffff;
}
a.ask{
	-moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
}
a.friends{
	-moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}
#eddie-carousel{width: 100%;}
#eddie-carousel img{
	width: 257px;
	margin: 20px 0 0 20px;
}
#eddie-text{
	width: 260px; 
	margin: 0 auto;
}
#eddie-text-sidebar{
	width: 200px; 
}

#eddie-wrap,#friends-wrap{
	display: none;
}
#eddie-wrap.active,#friends-wrap.active{
	display: block;
}
#friends-wrap{ width: 250px; margin: 0 auto;}
#friends-wrap {
	padding-top: 20px;
}
#friends-gallery img{
	width: 60px;
	padding: 5px;
	border: 1px solid #eeeeee;
}
/****** main nav ****/
li.headlink ul { display: none; }
li.headlink:hover ul { display: block; }
#cssdropdown{float: right;}
#cssdropdown, #cssdropdown ul { list-style: none; }
#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	
/* Head links */
#cssdropdown li.headlink { float: left; margin-left: -1px; text-align: center; }
#cssdropdown li.headlink a {line-height: 40px; color: #636363; font-weight:bold; text-decoration: none; display: block; padding: 39px 20px 2px 20px; }

#cssdropdown li.headlink a.active,#cssdropdown li.headlink a:hover.active{background: url('../images/la_menu_active.png') no-repeat bottom center #cdcdcd; padding-bottom: 20px;}
#cssdropdown li.headlink a:hover{background: #eeeeee;}


/* Child lists and links */
#cssdropdown li.headlink ul { display: none; border-top: 1px black solid; text-align: left; }
#cssdropdown li.headlink:hover ul { display: block; }
#cssdropdown li.headlink ul li a { padding: 5px; height: 17px; }
#cssdropdown li.headlink ul li a:hover { background-color: #333; }
	
/* Pretty styling */
#cssdropdown ul li a:hover { text-decoration: none; }
#cssdropdown li.headlink ul { background-position: bottom; padding-bottom: 10px; }




/***** Manufacturers Widget *******/
div.manufacturer{
	width: 100%;
	cursor: pointer;
}
div.manufacturer.hovering a.toggle, div.manufacturer.hovering div.info_wrap{
	border-color: #2883ab;
}
div.manufacturer a.toggle{
	float: left;
	display: block;
	height: 67px;
	width: 59px;
	text-decoration: none;
	background: url('../images/arrow.png') no-repeat center center;
	background-color: #2883ab;
	border: 1px solid #cccccc;
	-moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
}
div.manufacturer a.toggle.open{
	background: url('../images/arrow_down.png') no-repeat center center #7bb853;
}
div.manufacturer a.toggle span{
	visibility: hidden;
}
div.manufacturer div.info_wrap{
	margin-left: 59px;
	border: 1px solid #cccccc;
	-moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
	padding-left: 20px;
}
div.manufacturer div.info_wrap div.general{
	height: 67px;
}
div.manufacturer div.info_wrap div.general h3{
	padding-top: 7px;
}
div.manufacturer div.info_wrap div.specific{
	padding: 0 20px 20px 0;
	display: none;
}
div.manufacturer div.info_wrap div.specific.open{
	display: block;
}

a.manufacturers-nav{
	background: #eeeeee;
	border: 1px solid #cccccc;
	color: #000000;
	display: block;
	width: 150px;
	height: 32px;
	text-decoration: none;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
a.manufacturers-nav:hover{
	background: #cbcbcb;
}
a.manufacturers-nav.active,a.manufacturers-nav:hover.active{
	background: #073657;
	border: 1px solid #000000;
	color: #eeeeee;
}


.img-style1{
	width: 650px; 
	border: 1px solid #eeeeee;
	background: url('../images/la_tab_bg.png') repeat-x bottom left;
	
	border: 1px solid #eeeeee;
	background: url('../images/la_tab_bg.png') repeat-x bottom left;
	/*box-shadow: 4px 4px 6px #cccccc;
	-moz-box-shadow: 4px 4px 6px #cccccc;*/
	
	padding: 10px;
}
/********** Eddie's gallery ************/
#eddie_big{
	width: 650px; 
	border: 1px solid #eeeeee;
	background: url('../images/la_tab_bg.png') repeat-x bottom left;
	
	border: 1px solid #eeeeee;
	background: url('../images/la_tab_bg.png') repeat-x bottom left;
	/*box-shadow: 4px 4px 6px #cccccc;
	-moz-box-shadow: 4px 4px 6px #cccccc;*/
	
	padding: 10px;
}
.friend{
	padding: 10px;
	width: 130px;
	
	/*
	border: 1px solid #eeeeee;
	background: url('../images/la_tab_bg.png') repeat-x bottom left;
	box-shadow: 4px 4px 6px #cccccc;
	-moz-box-shadow: 4px 4px 6px #cccccc;
	*/
	margin: 0 10px 10px 0;
}
.friend img{
	width: 130px;
}

/********* Contact Form ******/
#contact-form-wrap{
	width: 480px;
	float: left;
	border: 1px solid;
	margin-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 1px solid #eeeeee;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	background: url('../images/la_tab_bg.png') repeat-x bottom left;
	box-shadow: 4px 4px 6px #cccccc;
	-moz-box-shadow: 4px 4px 6px #cccccc;
}
.input-wrap{
	margin: 10px 0;
}
#contact-form-wrap label{
	float: left;
	width: 150px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	
}

input,textarea{
background-color: #99ccff;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-size: 12px;
font-family: Arial;
width: 290px;
color: #555555;

border: 1px solid #8BC4FC;
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

input.phone{
	float: left;
	width: 40px;
	margin-right: 5px;
}


input.submit{
	
	/*
	float: right;
	margin-right: 30px;
	display: block;
	width: 107px;
	height: 32px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background: url('../images/blue_button.png') no-repeat top left;
	color: #eeeeee;
	border: none;
	margin-top: 10px;
	cursor: pointer;
	*/
	
	display: block;
	width: 107px;
	height: 32px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background: url('../images/blue_button.png') no-repeat top left;
	color: #eeeeee;
	margin-top: 10px;
	cursor: pointer;
	border: none;
	padding-bottom: 10px;
}

input:focus, textarea:focus{
	background-color: #fdfdf8;
}

#contact-info{
	margin-left: 540px;
}

#contact-table{
	width: 100%;
}
#contact-table th{
	text-align: left;
	border-right: 1px solid #cccccc;
	padding: 5px 0 5px 5px;
	color: #555555;
	font-size: 14px;
}
#contact-table tr.header-row td{
	width: 100%;
	padding: 10px 0px 10px 5px;
	border: 1px solid #cccccc;
	font-weight: bold;
	color: #2d2d2d;
	background: url('../images/la_footer_content_bg2.png') no-repeat top left;
	
}
#contact-table td{
	padding: 10px 0px 10px 5px;
	border-bottom: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
}

/* old contact form stuff */
.contactform  label{
	float: left;
	width: 150px;
}
.contactform  input.phone{
	float: left;
	width: 40px;
	margin-right: 5px;
}

#uploadImageContainer{
	display: none;
}

#uploadImageContainer .contactform input[type='text'], #uploadImageContainer .contactform input[type='file']{
	background: #ffffff;
}

#linecard {
	width: 800px;
	text-align: left;
	padding: 5px 5px 5px 15px;
	margin: 0px 10px 0px 20px;
	color: #555555;
	font-size: 12px;
}

#linecard table{
	width: 100%;
}
#linecard td{
	padding: 5px 5px 0px 0px;
/*	border-bottom: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
*/
	font-size: 105%;
	font-weight: bold;
}

