/* CSS Document */

body {
	margin:0 0 20px 0;
	padding:0;
	background-image:url(images/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
#container { 
	width:965px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/bg_main.png) repeat-y top;
	padding:0;
	overflow:hidden;
	}
	
#header {
	width:957px;
	height:101px;
	float:left;
	margin-left:4px;
	background:url(images/bg_header.gif) top repeat-x;
	}
	
#logo {
	width:180px;
	height:76px;
	float:left;
	margin:25px 0 0 60px;
	}
	
#logo2 {
	width:158px;
	height:86px;
	float:left;
	margin:15px 0 0 70px;
	}	

#phone {
	width:130px;
	height:22px;
	float:right;
	margin:18px 13px 0 0;
	padding-left:27px;
	color:#FFFFFF;
	font-size:18px;
	background:url(images/phone.gif) no-repeat left;
	}
	
#nav {
	width:590px;
	height:37px;
	margin:11px 13px 0 0;
	float:right;
	}
	
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#nav li {
	display:inline;
	float:left;
	padding:0;
	margin:0;
	}

li#tab1 {width:118px; height:37px; display:block; background-image:url(images/nav_01.gif)}
li#tab2 {width:118px; height:37px; display:block; background-image:url(images/nav_02.gif)}
li#tab3 {width:118px; height:37px; display:block; background-image:url(images/nav_03.gif)}
li#tab4 {width:118px; height:37px; display:block; background-image:url(images/nav_04.gif)}
li#tab5 {width:118px; height:37px; display:block; background-image:url(images/nav_05.gif)}

li#tab1 a {width:118px; height:37px; display:block; background-image:url(images/nav_01.gif)}
li#tab2 a {width:118px; height:37px; display:block; background-image:url(images/nav_02.gif)}
li#tab3 a {width:118px; height:37px; display:block; background-image:url(images/nav_03.gif)}
li#tab4 a {width:118px; height:37px; display:block; background-image:url(images/nav_04.gif)}
li#tab5 a {width:118px; height:37px; display:block; background-image:url(images/nav_05.gif)}

li#tab1 a:hover, li#tab1 a.on {width:118px; height:37px; display:block; background-image:url(images/nav_on_01.gif)}
li#tab2 a:hover, li#tab2 a.on {width:118px; height:37px; display:block; background-image:url(images/nav_on_02.gif)}
li#tab3 a:hover, li#tab3 a.on {width:118px; height:37px; display:block; background-image:url(images/nav_on_03.gif)}
li#tab4 a:hover, li#tab4 a.on {width:118px; height:37px; display:block; background-image:url(images/nav_on_04.gif)}
li#tab5 a:hover, li#tab5 a.on {width:118px; height:37px; display:block; background-image:url(images/nav_on_05.gif)}
	

#nav li:hover ul {
	list-style:none; 
	display:block;
	float:left;
	}

#nav li ul { margin:0; padding:0; list-style-type:none; font-size:11px; position:relative; z-index:100; display:none; border:1px solid #666666; }
#nav li ul li a { display:block; color:#ffffff; background-color:#363637; background-image:none; width:150px; height:auto; text-decoration:none; padding:3px 5px 3px 10px; border-bottom:dotted 1px #666666; }
#nav li ul li a:hover { background-color:#000000; color:#ffffff; background-image:none; width:150px; height:auto; }
	
	
#flash {
	width:957px;
	height:405px;
	float:left;
	margin-left:4px;
	}
	
#flash2 {
	width:957px;
	height:393px;
	float:left;
	margin-left:4px;
	}
	
#wrapper {
	width:957px;
	margin-left:auto;
	margin-right:auto;
	}
	
#content {
	width:440px;
	float:left;
	margin:25px 0 0 46px;
	color:#333333;
	font-size:11px;
	line-height:17px;
	}
	
#content a {
	color:#e86d1f;
	}
	
#content a:hover {
	text-decoration:none;
	}

	
/* HOME SIDE */
	
#side {
	width:376px;
	float:left;
	margin:25px 0 0 42px;
	}
	
#side #search {
	float:left;
	width:280px;
	height:28px;
	margin:0 0 5px 45px;
	padding:5px 0 0 5px;
	color:#000000;
	font-size:10px;
	background-image:url(images/bg_search.gif);
	background-repeat:no-repeat;
	}
	
#side #intro {
	float:left;
	width:376px;
	height:191px;
	background:url(images/intro.jpg) no-repeat;
	margin-bottom:5px;
	}
	
#side #intro #text {
	float:left;
	margin:10px 0 0 33px;
	width:310px;
	color:#FFFFFF;
	font-size:12px;
	line-height:16px;
	}
	
#side #repair {
	float:left;
	width:376px;
	height:48px;
	margin-bottom:5px;
	}
	
#side #new_prod {
	width:376px;
	background:#b2b2b2 url(images/footer_new_prod_side.gif) no-repeat bottom;
	float:left;
	padding-bottom:15px;
	margin-bottom:5px;
	}
	
#side #new_prod #header_prod {
	width:376px;
	background:url(images/header_feat_prod_side.gif) no-repeat;
	height:22px;
	float:left;
	}
	
#side #new_prod #header_prod2 {
	width:376px;
	background:url(images/header_our_prod_side.gif) no-repeat;
	height:22px;
	float:left;
	}
	
#side #new_prod #prod {
	float:left;
	margin:8px 0 10px 15px;
	width:350px;
	}

#side #new_prod #img_prod {
	float:left;
	width:90px;
	}

#side #new_prod #text_prod {
	float:left;
	width:240px;
	color:#000000;
	font-size:11px;
	line-height:15px;
	}

#new_prod a:link,#new_prod a:visited{
	color:#005DAA;
}
#new_prod a:hover,#new_prod a:active{
	color:#000000;
}
	
#side #newsletter {
	width:376px;
	height:66px;
	float:left;
	background:url(images/bg_newsletter.jpg) no-repeat;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	line-height:22px;
	}
	
#side .email {
	color:#FFFFFF;
	margin:0 5px 2px 0;
	}
	
#side form {
	padding:0;
	margin:0;
	}
	
#side #button {
  width: 56px;
  height: 21px;
  margin: 0 0 0 5px;
  padding: 0;
  border: 0;
  background: transparent url(images/button_signup.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
}

#side #new_prod ul {
	margin:10px 0 0 15px;
	padding:0;
	float:left;
	width:160px;
	color:#FFFFFF;
	font-size:11px;
	}
	
#side #new_prod li {
	margin:0 0 0 15px;
	padding:0;
	}	

/* END HOME SIDE ------> */

/* INT STYLES */
	
#header_int {
	width:957px;
	height:114px;
	float:left;
	margin-left:4px;
	background:url(images/bg_header.gif) top repeat-x;
	}
	
#pic_int {
	width:957px;
	height:76px;
	float:left;
	margin-left:4px;
	background-image:url(images/int_search.jpg);
	background-repeat:no-repeat;
	}
	
#pic_int #search {
	float:right;
	width:280px;
	height:28px;
	margin:42px 20px 0 0;
	padding:5px 0 0 5px;
	color:#000000;
	font-size:10px;
	}

#content_int {
	width:584px;
	float:left;
	margin:25px 0 0 46px;
	color:#333333;
	font-size:11px;
	line-height:17px;
	}
	
#content_int a {
	color:#e86d1f;
	}
	
#content_int a:hover {
	text-decoration:none;
	}
	
#side_int {
	width:285px;
	float:left;
	margin:25px 0 0 18px;
	}
	
#side_int #pic {
	float:left;
	width:285px;
	margin-bottom:15px;
	}
	
#side_int #contact {
	float:left;
	width:285px;
	height:168px;
	background:url(images/bg_side_contact.gif) no-repeat;
	margin-bottom:15px;
	}
	
#side_int #contact #text {
	float:left;
	margin:40px 0 0 55px;
	color:#FFFFFF;
	font-size:11px;
	line-height:16px;
	}
	
#side_int #contact #text a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#side_int #contact #text a:hover {
	text-decoration:underline;
	}

	
#side_int #download {
	width:285px;
	height:48px;
	margin-bottom:15px;
	float:left;
	}
	
#side_int #distributor {
	width:285px;
	height:48px;
	margin-bottom:15px;
	float:left;
	}
	
#side_int #newsletter {
	width:264px;
	height:48px;
	float:left;
	background-image:url(images/bg_newsletter2.jpg);
	padding:5px 0 0 20px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	}
	
#side_int #newsletter .email {
	color:#FFFFFF;
	}

#side_int #newsletter form {
	padding:0;
	margin:0;
	}

.fb_field label {
	display:none;
	}
	
#side_int #newsletter #button {
  width: 56px;
  height: 21px;
  display:block;
  margin: 0 0 0 5px;
  padding: 0;
  border: 0;
  background: transparent url(images/button_signup.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
}

	
/* END INT STYLES ------> */

/* CONTACT STYLES */

#contact_L {
	float:left;
	width:275px;
	}
	
#contact_R {
	float:left;
	width:275px;
	margin-left:34px;
	margin-bottom:2px
	}


#footer {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:965px;
	height:80px;
	}
	
#footer a {
	color:#666666;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#e86d1f;
	}	
	
#footer #copyright {
	float:left;
	margin:20px 0 0 50px;
	line-height:19px;
	font-size:10px;
	}
	
#footer #webdesign {
	float:right;
	font-size:10px;
	margin:40px 60px 0 0;
	}
	
#bottom {
	background:url(images/footer.png) no-repeat bottom;
	width:965px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	}
	
.blue_20 {
	margin:0;
	padding:0;
	color:#005daa;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	}
	
.blue_15 {
	margin:0;
	padding:0;
	color:#005daa;
	font-size:15px;
	line-height:22px;
	font-weight:bold;
	}
	
.blue_15 a {
	text-decoration:none;
	color:#005daa;
	}

.red {
	color:#FF0000;
	}
#map{
	width:275px;
	height:150px;
	border:1px solid #000000;
}