html {
height: 100%;
}

body {
	font: 12px Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color:#333;
	background-color:#FFF;
	height: 100%;
	text-align: center;
}
.main {
	width: 980px;
	margin: 0 auto;
}
.logo {
	width: 287px;
	height: 90px;
	float:left;
	background-image:url(../img/logo.png);
	cursor:hand;cursor:pointer;
	margin: 0 auto;
	}
.header {
	width: 980px;
	height: 96px;
	text-align:right;
	margin: 0 auto;
}
.search_input {
	height: 18px;
	width:210px;
	padding: 4px;
	color:#666;
	border-left: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-right:none;
	margin: 0 auto;
}
.search_go{
	height: 28px;
	width:30px;
	padding: 4px;
	color:#666;
	background-color:#E7E7E8;
	border-left:none;
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin: 0 auto;
}
.menu_holder{
	width: 980px;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	border: dotted 1px #CCC;
	font-weight:bold;
	margin: 0 auto;
	;
}
.menu_title {
	height:16px;
	padding: 4px;
	padding-left:15px;
	font-size:12px;
	text-align:left;
	color: #0062A2;
	float:left;
	margin: 0 auto;
	}
.thumb_title {
	color: #0062A2;
	font-size:11px;
	margin: 0 auto;
	}
a.menu_link {
	height:16px;
	padding: 4px;
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
	text-align:left;
	border-right: dotted 1px #CCC;
	color: #333;
	float:left;
	margin: 0 auto;
}
a.menu_link:link {
	color: #333;
	text-decoration: none;
}
a.menu_link:visited {
	color: #333;
	text-decoration: none;
}
a.menu_link:hover {
	color: #FFF;
	background-color:#0062A2;
	text-decoration: none;
}

.product_list {
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
	}
.home_news_holder {
	margin-top: 6px;
	margin-bottom: 6px;
	}
.pod {
	width: 242px;
	height: 136px;
	border: dotted 1px #CCC;
	font-size:11px;
	float:left;
	text-align:left;
	margin: 0 auto;
	padding: 6px;
	padding-left:70px;
	;
}
.pod_title {
	font-size:22px;
	}
.brand_select {
	margin-top:10px;
	background-color:#FFF;
	color:#0062A2;
	font-size:12px;
	border: solid 1px #CCC;
	}
.products_menu {
	background-color:#D81619;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	text-align:left;
	padding:4px;
	border: solid 3px #EFEFEF;
	}
.products_menu_item {
	background-color:#D81619;
	color:#FFF;
	padding:4px;
	}
.products_menu_item:hover {
	background-color:#FFF;
	color:#D81619;
	padding:4px;
	}

.bttn_news {
	width:83px;
	height:37px;
	font-size: 0px;
	text-indent: -10000px;
	float:left;
	margin: 0 auto;
	margin-right: 15px;
	background-image:url(../img/bttn_news.png);
	cursor:hand;cursor:pointer;
	}
a:link {
color: #0065A4;
text-decoration: underline;
}
a:visited {
color: #0065A4;
text-decoration: underline;
}
a:hover {
color: #0065A4;
text-decoration: underline;
}

a.menu_current {
	text-decoration: none;
	color: #D6131D;
}
a.menu_current a:link {
	color: #006DB9;
	text-decoration: none;
}
a.menu_current a:visited {
	color: #D6131D;
	text-decoration: none;
}

a.menu_current a:hover {
	color: #D6131D;
	text-decoration: none;
}

.content_left {
	width: 252px;
	float:left;
	margin: 0 auto;
	text-align: left;
	padding: 4px;
}

.lang {
	height: 30px;
	padding-right:10px;
	text-align:right;
	margin: 0 auto;
}

.site_search {
	width: 272px;
	height: 133px;
	color:#FFFFFF;
	padding-top:45px;
	padding-left:15px;
	text-align:left;
	background-image:url(img/site_search_bg.gif);
	margin: 0 auto;
}

.site_search a:link {
	color: #FFFFFF;
	font-style:italic;
	font-size:11px;
	text-decoration: underline;
}
.site_search a:visited {
	color: #FFFFFF;
	font-style:italic;
	font-size:11px;
	text-decoration: underline;
}
.site_search a:hover {
	color: #FFFFFF;
	font-style:italic;
	font-size:11px;
	text-decoration: underline;
}
.content_right {
	width: 700px;
	text-align:left;
	padding:10px;
	background-color:#FFF;
	float:left;
	margin: 0 auto;
}
.page_title {
	width: 680px;
	height: 33px;
	color: #0060A0;
	font-size:26px;
	padding-top:5px;
	margin: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.warn {
	color: #ff0000;
}
.footer {
	width: 980px;
	border-top: dotted #CCC 1px;
	text-align:left;
	font-size:10px;
	margin-top:20px;
	margin: 0 auto;
	color: #333;
}
.footer a:link {
	color: #333;
	text-decoration: underline;
}
.footer a:visited {
	color: #333;
	text-decoration: underline;
}
.footer a:hover {
	color: #333;
	text-decoration: underline;
}
img, div, input { behavior: url(iepngfix.htc) }


#menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	padding: 2px;
	text-indent: 4px;
	text-align: left;
	margin: 0 auto;
	background-color:#EAEAEA;
	cursor:hand;cursor:pointer;
}
#menu_item.hovered, #menu_item:hover {
	color:#FFFFFF;
	background-color:#8CC63E;
	margin: 0 auto;
}

	
  #theBox {
       width:200px;
       height:200px;
       background:#F1E592;
       margin:50px auto;
       border:5px solid #540505;
    }
   #theBox.hovered, #theBox:hover {
       width:200px;
       height:200px;
       background:#540505;
       border:margin:50px auto;
       border:5px solid #F1E592;
    }
    
.tab_on {
	background-color: #4EBB48;
	padding: 4px 15px 4px 15px;
	color: #FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	height: 30px;
	text-align:center;
	cursor:pointer;cursor:hand;
}
.tab_off {
	background-color: #7DEF77;
	padding: 4px 15px 4px 15px;
	color: #000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	height: 30px;
	text-align:center;
	cursor:pointer;cursor:hand;
}
.tab_main {
	background-color: #4EBB48;
	width: 491px;
	padding: 15px 12px 4px 12px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
}
.tab_or {
	width:30px; float:left; text-align:center;
}
.tab_bttm{
	width: 515px;
	height: 8px;
	background-image:url(/img/bttm.jpg);
	clear:both;
}
.mssg {
	color: #CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 5px;
}

.message {
	background-color: #009900;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 5px;
}
.error {
	background-color: #CC0000;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 5px;
}
.small {
	font-size:10px;
	height: 16px;
	width:65px;
	border-color:#FFFFFF;
	border-style:solid;
	background-color:#FFFFFF;
}

.banners {
	height:320px;
	position:relative;
}

#carousel {
	height:320px;
	left:0px;
	width:980px;
	overflow:hidden;
	position:absolute;
	top:0px;
}

div.panes { height:320px; }

div.panes .pane {
	height:320px;
}

ul.handle {
	position:absolute;
	margin:0;
	padding:0;
	left:875px;
	top: 290px;
	z-index:999;
}
ul.handle li {
	list-style-type:none; float:left;
	margin-left:5px;
}

ul.handle li a.current { background-image:url(../img/buttons/dot_on.png); background-repeat:no-repeat; }
ul.handle li a {
	background-image:url(../img/buttons/dot_off.png); background-repeat:no-repeat;
	padding:10px 0 0 7px;
	color:#79BF40;
	display:block;
	width:10px;
	height:10px;
}

ul.handle li a span{
	color:#000;
	font-size:0.7em;
	margin-top: 10px;
	display:block;
	font-weight: normal;
}

ul.handle li a img {border:0px;}
