﻿* {
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-size: 14px;
	font-family: Verdana, Arial, "Trebuchet MS", helvetica, arial, clean, sans-serif;
	color: #fff; 
	line-height:1.2em;
	/* background:#EBDDB8;*/
	/*background:#F0F0F0 url('img/body_bg.gif') repeat;*/
	background:#F0F0F0;
	
}

#maincontainer{
width: 976px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 80px; /*Height of top section*/
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 0px; /*Set right margin to RightColumnWidth*/
background-color:#fff;
border-top: 2px #fff solid;
background:url('img/bg_left.gif') #ffffff repeat-y;
width:976px;
float:left;
color:#666666;
}


#footer{
	clear: left;
	width: 100%;
	/*background: #F0F0F0;*/
	background:##EBDDB8;
	color: #000;
	text-align: left;
	padding: 0px 0;
	border: none;
	/*border-top: 4px #CCCCCC solid;
	border-bottom: 4px #CCCCCC solid;*/
}

#footer a{
color: #FFFF80;
padding-bottom:40px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
font-size:0.8em;
}

.innertube a:visited {
	color: #48739E;
}

.innertube a:link, .innertube a:visited, .innertube a:active {	color: #48739E; }
.innertube a:hover {	color: #000000; }

.innertube img{ margin:2px 2px 2px 2px; border:none; }

.innertube ul{ margin-left:20px; }

.innertube h1 { font-size: 1.3em; height:2em; line-height:1em; font-weight:normal; font-family:Arial; color:#666666; text-decoration:none; }
.innertube h2 { font-size: 1.3em; height:2em; line-height:1em; font-weight:normal; font-family:Arial; color:#FF5300; text-decoration:none; }
.innertube h3 { font-size: 1.3em; height:2em; line-height:1em; font-weight:bold; font-family:Arial; color:gray; text-decoration:none; }
.innertube h3 a, .innertube h3 a:active, .innertube h3 a:link, .innertube h3 a:visited { text-decoration:none; color:gray;}
.innertube h3 a:hover { text-decoration:underline; color:gray;}


.innertube h4 { font-size: 1.6em; height:2em; line-height:1em; font-weight:bold; font-family:Arial; color:#49768d; text-decoration:none; }
.innertube h5 { font-size: 1.7em; height: 2em; line-height: 1em; font-weight: bold; font-family: Arial; color: #FF5300; text-decoration: none; }
.innertube h6 { font-size: 1.7em; height: 2em; line-height: 1em; font-weight: bold; font-family: Arial; color: #gray; text-decoration: none; }

h1.arrow {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10spx;
	background:url('img/bullet01.gif') no-repeat;
	padding-left:15px;
}

h1.title1 {
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:10px;
	padding-left:0px;
}

p.address {
	font-size:0.9em;
}

p.productinfo {
	min-height: 145px;
	height: auto !important;
	height: 145px;

}


/* ----------------------------------- */
.clear { clear:both; }
/* ----------------------------------- */

div#top_menu   {	float: right; margin-right:0px; margin-top:0px; width:100%; height:20px; font-size:0.8em; color:#fff;text-align:right; padding-bottom:5px; }
div#top_menu a:focus {
	color: #48739E;
	text-decoration: underline;
}
div#top_menu a:link {
	color: #48739E;
	text-decoration: underline;
}
div#top_menu a {
	color: #48739E;
	text-decoration: underline;
}
div#top_menu a:hover {
	color: #000000;
}
div#logo { float: left; margin-left:0px; background-image:url('img/logo.png');background-repeat:no-repeat; width:220px; height:40px; }
div#main_menu {	float: right; margin-right:0px; margin-top:0px; width:750px; height:40px; font-size:0.8em; color:#fff;text-align:right; }
/* div#banner_main{ width: 976px; background-color: #ffffff; margin:0;padding:0; height:200px; } */

div#maincontent {
	float:right;
	width:682px;
	background:#fff;
}

div#leftcontent {
	float:left;
	width:260px;
	/*background-color:aqua;*/
	/*
	background:url('img/bg_right.gif') #fff no-repeat 0px 20px;
	border-right:4px #F0F0F0 solid;
	*/

}

ul.gallery {
	position:relative;
	margin-left:0px;	
}

ul.gallery li {
	/*color: #333;*/
	float: left;
	list-style: none;
	padding-bottom: 15px;
	width: 200px;
	/*height:250px;*/
	margin-right:20px;
	margin-bottom:10px;
}



ul.productListing {
	position:relative;
	margin-left:0px;
	
	
}

ul.productListing li {
	/*color: #333;*/
	float: left;
	list-style: none;
	padding-bottom: 15px;
	width: 190px;
	/*height:250px;*/
	margin-right:20px;
	margin-bottom:10px;
	min-height: 390px;
	height: auto !important;
	height: 390px;
	
}


ul.productListing li div.listItem div.listItemInner h4 { font-size: 1.6em; float:left; height:2em; line-height:1em; color:#000; font-weight:bold; font-family:Arial; color:#49768d; }
ul.productListing li div.listItem div.listItemInner h4 a:active { text-decoration: none; color:#49768d; }
ul.productListing li div.listItem div.listItemInner h4 a:hover { text-decoration: none; color:#49768d; }
ul.productListing li div.listItem div.listItemInner h4 a:visited { text-decoration: none; color:#49768d; }
ul.productListing li div.listItem div.listItemInner h4 a:link { text-decoration: none; color:#49768d; }
ul.productListing li div.listItem div.listItemInner h4 a { text-decoration: none; color:#49768d; }
ul.productListing li div.listItem div.listItemInner a img {	padding: 0; border:none; }

ul.productListing li div.listItem div.listItemInner a:visited {
	color: #48739E;
}

ul.productListing li div.listItem div.listItemInner a:link {
	color: #48739E;
}

ul.productListing li div.listItem div.listItemInner a:focus {
	text-decoration: none;
}

ul.productListing li div.listItem div.listItemInner a:active {
	text-decoration: none;
}

ul.productListing li div.listItem div.listItemInner a:hover {
	text-decoration: none;
}

ul.productListing li div.listItem div.listItemInner p {
	/*font-size: 0.8em;*/
	min-height: 3.5em;
	float:left;
	width:100%
}

/* page footer*/
div#topfooter {
	width: 100%;
	background: #EBEBEB;
	border-top: 4px #555555 solid;
	border-bottom: 4px #CCCCCC solid;
}
div#footerbottom{
	height:15px;
	/*background-image:url('img/bottom.gif');
	background-repeat:no-repeat;*/
	background-color:#cccccc;
	width:100%;
}
div#leftfooter {
	float:left;
	width:270px;
	color:#666666;
}
div#rightfooter {
	float:left;
	width:690px;
	color:#666666;
}

	
/* end page footer*/
div#verticalmenu {
	width:180px;
	float: left;
	margin-right:20px;
}

div#verticalmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
line-height:1em;
}

div#vertmenu ul li {
margin: 0px;
padding: 0px;
}

div#verticalmenu ul li a {
font-size: 1em;
display: block;
/*
border:0px dashed #658CCF;
border-bottom: 0px dashed #658CCF;
*/
padding: 5px 0px 2px 4px;
text-decoration: none;
text-align:left;
color: #666666;
/*width:178px;*/
width:100%;
}

div#verticalmenu ul li a:hover, div#verticalmenu ul li a:focus {
color: #000000;
/*font-weight:bold;*/
/*letter-spacing:1px;*/
background-color:#cccccc;
}


.linkReadMore {
	padding: 1px 23px 1px 0px;
	background: url(img/ball_arrow3.gif) no-repeat right top;
	display: block;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	color: #FF6600;
	float: left;
	text-decoration:underline;
	line-height: 15px;
}
.linkReadMore:hover {
	background-position: right bottom;
	color: #006dba;
}

/* ------------------------------------------------------ */
#paging{
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	line-height:30px;
	

	
}

#paging a{
	padding:4px 5px 4px 5px;
	margin:0px 1px 0px 1px;
	border:1px solid #2A6E96;
	background:#FFFFFF;
	color:#2A6E96;
	text-decoration:none;
}


#paging a:hover{
	border:1px solid #2A6E96;
	background:#2A6E96;
	color:#FFFFFF;
	text-decoration:none;
}

/* ------------------------------------------------------ */
div.line01 {
	background: url('img/bg_line.gif') repeat-x left top;
	height:10px;
}

/* ------------------------------------------------------ */

#left {
	float: left;
	width: 188px;
}
#left ul li {
	text-align: right;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#left ul li a {
	background-color: #EEE8DB;
	display: block;
	margin-bottom: 1px;
	font-size: 13px;
	color: #414141;
	padding-top: 7px;
	padding-right: 40px;
	padding-bottom: 7px;
	margin-top: 0px;
}
#left ul li a:hover {
	background-image: url(images/on.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#right {
	float:right;
	width:440px;
}
