@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	background: #000000 url("images/background01.gif") no-repeat center center; 
	background-attachment: fixed;
	color: #FFFFFF;
	font-size: 14px;
}

#wrapper #nav {
	height: 25px;
	width: 960px;
	list-style-type: none;
	background-color: #000000;
	margin: 0px 0 40px 0;
	padding: 10px 0 0 0;
	background-image: url(images/template_11.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#wrapper #nav li {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#wrapper #flash {
	height: 350px;
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav li a {
	padding-bottom:2px;
	text-decoration:none;
	color:#CCCCCC;
	background-image: url(images/template_08.gif);
	background-position: -100px;
	background-repeat: no-repeat;
	letter-spacing: 1%;
}
#wrapper #content #leftcol {
	width: 440px;
	float: left;
	text-align: left;
	padding-left: 27px;
	margin: 0px;
	padding-right: 30px;
	background-image: url(images/linespacer_20.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	height: 150px;
}
p {
	margin: 0px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wrapper #footer {
	background-image: url(images/tempalte_07.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	height: 50px;
	width: 960px;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#footer a {
		color: #CCC;
		text-decoration: none;
}
#footer a:link {
	color: #CCC;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#wrapper #content #rightcol {
	float: left;
	width: 400px;
	text-align: left;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
}

#wrapper #content #leftcol p {
	margin-left: -10px;
}

#nav li a:link {
	text-decoration:none;
	color:#CCCCCC;
}
#nav li a:hover {
	color:#FFF;
	background-position: bottom;
}
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #header {
	background: url(images/header.jpg) top center no-repeat;
	height: 0px;
	width: 960px;
	margin: 0px;
	padding: 119px 0px 0px 0px;
	overflow: hidden;
}
.cssform {
	margin-left: 6px;
}

.cssform p {
	width: 300px;
	margin: 0;
	padding-left: 20px;
	height: 1%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
}
#wrapper #content #rightcol #myform .remember {
	color: #999;
	padding-left: 10px;
	font-size: 12px;
}
.cssform label {
	margin-left: 0px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	margin-right: 10px;
}
.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	padding: 0px;
	background-color: #666666;
	margin: 0px;
}
.cssform textarea {
	width: 180px;
	height: 150px;
}
#wrapper #content {
	width: 960px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input#remembermebutton {
	padding: 0;
	margin: 0;
	
}

a img { border: none; }

.category-box { width: 235px; height: 250px; border: 1px solid #FFFFFF; padding: 5px; float: left; margin: 5px; }
.category-box:hover { cursor: pointer; }

.product-box { width: 170px; min-height: 200px; border: 1px solid #FFFFFF; padding: 2px; float: left; margin: 5px; background-color: #FFFFFF; color: #000000; }
.product-box img { border: 1px solid #000; }
.product-box-title { font-size: 9pt; min-height: 40px; font-weight: bold; }
.product-box-link { font-size: 9px; }
.product-box p { text-align: center; }

.sidecontentbox { float: right; text-align: right; }
.sidecontentbox a { color: #00CCFF; }

.pagination { text-align: center; color: #FFFFFF; padding: 5px 0px; font-size: 14px; }
.pagination a { color: #00CCFF; }

.form-product { }
.form-product input[type="submit"] { float: right; border: none; background: none; color: #00CCFF; }
.form-product input[type="submit"]:hover { cursor: pointer; text-decoration: underline; }
.form-product select, .form-product input[type="text"], .form-product label { float: left; }
.form-product label { padding-top: 3px; }

#content {  }

#header-bg {
	height: 151px;
	width: 100%;
	position: absoulte;
	top: 0px;
	
	background-image: url("images/header_02.gif");
	background-repeat: repeat-x;
}

#wrapper {
	margin-top: -151px;
}