/** created by Creativeworks Studio Limited **/

html { height: 100%; }
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
#html>body { height: auto; }
#topMenu {
	position:relative;
	z-index:2;
	height: 250px;
	width: 950px;
}
#container {
	width: 950px;
	border: none;
	height: 400px;
	min-height: 400px;
	background-image: url(images/containerBg.jpg);
}
.leftphotoframe{
	border-top-width:thin;
	border-top-style:solid;
	border-top:#FFFFFF;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom:#FFFFFF;
}
#contents, #products_contents{
	position:relative;
	top:-76px;
	z-index: 1;
	left: 15px;
	width:890px;
}

#products_contents { top: -127px; }

#container tr { vertical-align: top;}
table.main{
	position:relative;
	width:890px;
	left:15px;

}
tr.main { min-height: 400px; height: 100%; }
tr.bottom { 
	height: 45px;
	background: url(images/footerBg.jpg) top left no-repeat;
	font-size:10px;
	color: #fff;
}
.bluebold{
	color:#006699;
	font-weight:bold;
}
.greenbold{
	color:#006600;
	font-weight:bold;
}
.table_blueBG{
	background-color:#ecf7fe;

}
tr.bottomnav div { width: 650px; left: 300px; position:relative;}
tr.bottomnav a {
	color: #fff;
	text-decoration:none;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
tr.bottomnav a:hover{ text-decoration: underline; }

tr.allrights td { color:#060; vertical-align: bottom; height: 22px}
tr.allrights div.copy { padding-left: 50px; float:left; width:400px;}
tr.allrights div.link { padding-right: 50px; float:right;text-align:right; width: 440px;}
tr.allrights div.link a { color: #060; text-decoration:none; }
tr.allrights div.link a:hover { text-decoration:underline; }

table.products { width: 100%; height: 100%; }

td.right_contents { background: url(images/product/product_top_bg.jpg) top left no-repeat;}

#products_left { width: 190px; height: 465px; float: left;}
#products_right { width: 698px; min-height: 76px; float: left; background: url(images/product/product_top_bg.jpg) top left no-repeat; }

table.products_list {
	width: 616px;
	height: 100%;
	/*background-color: #ccc;*/
	left: 45px;
	top: 51px;
	position: relative;
}

table.products_list img {
	border: 1px solid #ccc;
}

table.products_list tr {
	vertical-align: middle;
}

table.products_list tr.header {
	font-family: times;
	font-size: 14px;
	font-weight: bold;
	color: #069;
	height: 25px;
}

table.products_list tr.header td {
	vertical-align: middle;
	padding-left: 8px;
}

table.products_list td.data {
	border: 1px solid white;
	background-color: #ebebeb;
	border-collapse: collapse;
	vertical-align: middle;
	padding: 5px;
}

table.products_list tr.seperate { height: 30px; }

select { width: 140px; }

#changeCatTop {
	width: 616px;
	height: 51px;
	position: relative;
	z-index: 4;
	left: 250px;
	top:-60px;
	/*background-color: #ccc;*/
}

#changeCatTop table tr td { vertical-align: top;}


