@charset "utf-8";
/* CSS Document */

body {
	background:#e5e5e5;
	margin:0 auto;
	margin-bottom:60px;
	font-family:"Trebuchet MS";
	font-size:12px;
}

.cms_image_left{
	padding-right:10px;	
}

.cms_image_right{
	padding-left:10px;	
}

#container {
	width:872px;
	margin:0 auto;
	margin-top:55px;
}

#header {
	width:872px;
	height:77px;
}

#logo {
	float:left;
	width:182px;
}

#title {
	float:right;
	width:675px;
	padding-left:15px;
	background:url(/images/title-header.jpg);
	height:77px;
}

#navtail a {
	color:#999;
}

#content-container {
	width:872px;
	background:url(/images/container-bg.jpg) repeat-y #fff;
}

#menu {
	width:172px;
	float:left;
}

#content {
	float:right;
	width:640px;
	padding:0 25px;
	color:#333;
	line-height:22px;
}

#content p {
	margin-top: 13px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:11px;
	text-align:justify;
}

#footer {
	clear:both;
	background:url(/images/footer.jpg) no-repeat;
	height:60px;
	padding-top:30px;
	width:872px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#fleft {
	float:left;
	width:300px;
	font-size:10px;
	color:#666;
	padding-left:20px;
}

#fright {
	float:right;
	width:300px;
}

#fright{
	text-align:center;
	font-size:10px;
	color:#666;
}

#fright a, #fleft a {
	font-size:10px;
	color:#666;
	text-decoration:none;
}
	
#fright a:hover, #fleft a:hover {
	text-decoration:underline;
}

#menu ul, #menu li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu ul {
	margin-top:2px;
}

#menu li {
	padding-top:0px;
	text-align:right;
	font-size:13px;
}

.menu_selected {
	background:url(/images/menu-bg.jpg);
	width:182px;
	height:23px;
}

.menu_selected a {
	color:#000;
	text-decoration:none;
	padding-left:15px;
	padding-right:10px;
	display:block;
}

.menu-item {
	background:url(/images/menu-bg.jpg);
	width:182px;
	height:23px;
}

.menu-item a {
	color:#666;
	text-decoration:none;
	padding-left:15px;
	display:block;
	padding-right:10px;
}

.menu-item a:hover, .menu_selected a:hover {
	color:#333;
	text-decoration:none;
}

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label*/
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels.*/
}

.cssform input[type="text"]{ /*width of text boxes.*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
*/

* html .threepxfix{
	margin-left: 3px;
}

.img-style {
	padding:4px;
	border:1px solid #ddd;
	margin:8px;
}

h1 {
	font-size:18px;
	color:#475c77;
	margin:0 auto;
	padding:0;
	margin-top:7px;
	margin-bottom:5px;
	font-weight:normal;
}

h2 {
	font-size:16px;
	color:#333;
	margin:0 auto;
	padding:0;
	margin-top:24px;
	font-weight:normal;
}
	
a {
	text-decoration:none;
	color:#333;
}

a:hover {
	text-decoration:underline;
}

.category_box, .page_box {
	float:left;
	width:270px;
	text-align:center;
	background:#f5f5f5;
	margin:10px;
	padding-top:10px;
}
	
.category_box_text, .page_box_text {
	font-size:14px;
}
	
.product_thumbs {
	float:left;
	width:150px;
	margin:15px;
	padding:5px;
	border:1px solid #aaa;
	cursor:pointer;
}

#hoverbox{
	position:absolute;
	border:2px #666666 solid;
	padding:10px;
	background-color:#FFFFFF;
}
