/* CSS Document */

body {
	background: #000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	width: 800px;
	height: 100px;
	background:#000000;
	clear:left;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo {
	float: left;
}
#phrase {
	float: right;
}

#menu {
	width: 800px;
	height: 40px;
	background-color:#000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 5px;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	width: 130px;
	height: 30px;
	background: #000000;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	margin-right: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#menu a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#submenu {
	width: 800px;
	height: 50px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
}

.tdmenu {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #CCCCCC;
	font-size: 11px;
	background-color: #000000;
	font-weight: normal;
	text-align: center;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
}

.tdmenu a {
}

.tdsubmenu {
	border-right-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#submenu a {
	width: 195px;
	height: 40px;
	background: #FFFFFF;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#submenu a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#content {
	background-color: #FFFFFF;
	height: 450px;
	width: 800px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#contentscroll {
	background-color: #FFFFFF;
	height: 450px;
	width: 800px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	overflow: scroll;
}

a {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}


.eightcol {
	width: 800px;
	float:left;
}


.fourcol {
	width: 385px;
	float:left;
}

.halftop {
	height:210px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.halfbottom {
	height:210px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.deep {
	height:430px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer {
	height: 30px;
	width: 800px;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	clear: both;
	float: left;
}
#category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	color: #333;
}
h2 {
	font-size: 24px;
	line-height: 0px;
	padding: 0px;
}
.catdescript {
	font-size: 14px;
	text-indent: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: left;
}
.back {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

#category a {
	line-height: 18px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	padding: 0px;
}

#category li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.bodycopy {
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

#product {
	width: 425px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align: left;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	}

#product h1 {
	font-weight: bolder;	
	}
	
#category img {
	margin-bottom: -10px;
	margin-top: 5px;
}
sup {
	font-size: 8px;
}
#container scroll {
	height: 450px;
	overflow: scroll;
	width: 800px;
	padding: 20px;
}
.teatree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
}

.locator {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	}
	.gallerytxt {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}
.gallerytxtbig {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}	
.galleryborder a{
	border:#000000;
}	
