/* standard elements */

html {min-height: 100%;}

a {color: #330000;}

a:hover {color: #ffcc66;}

body {
	color: #666666;
	font: normal 11px Arial, Verdana, Courier;
	margin: 0;
}


.alert {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* misc */

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}


/* structure */

.container {
	width: 100%;
	height: 100%;
}

/* box */

.box {
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 auto;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 900px;
}

.boxtop {
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 auto;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 900px;
	height: 80px;
}

/* preloader */
.img-preloader { 
	background: url (images/loading.gif) 50% 50% no-repeat; 
} 


/* main */

.main {
	padding: 0 45px 0 45px;
}

/* header */

.header {
	height: 77px;
}

.header .left {
	float: left;
	width: 210px;
	margin: 5px 0 0 0px;
}

.header .right {
	float: left;
	margin: 15px 0 0 0px;
	padding-bottom: 0px;
}

.header .nav {
	padding-right: 33px;
	margin-top: 30px;
	float: left;
	display:block;
}

.header a{
	border: 0;
}

/*form*/
input.email{
	width:190px;
	height:15px;
	background-color:#fff;
	color:#999;
	border:1px #999 solid;
	font-size: 10px;
	margin-top: -5px;
	padding-top: -5px;
}


/* side navigation */

.sidenav {
	float: left;
	width: 158px;
	margin-left: 0px;
	padding: 35px 30px 0 22px;
	background: #ff6600 url(images/category_bg.jpg);
	height: 565px;
	font: normal 1.1em sans-serif;
}

.sidenav ul {
	margin-top: 5px;
	margin-left: 8px;
	padding-left: 8px;
	height: 390px;
	color: #000;
}

.sidenav li {
	list-style: none;
	line-height: 20px;
}

.sidenav li a {
	color: #FFFFFF;
	text-decoration: none;
}

.sidenav li a:hover {
	color: #000000;
	text-decoration: none;
}

.subcategory {
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 18px;
}

.subcategory a, .subcategory a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.subcategory a:hover {
	color: #000000;
	text-decoration: none;
}


/* content */

.intro {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
}
.content {
	float: left;
	margin: 0;
	padding: 0;
	width: 598px;
	border: 1px solid #2b1413;
	height: 598px;
}

.content p {font-family: Arial, Verdana, Courier; text-align:justify;}

.content2 {
	margin-top: 0px;
	margin-left: 35px;
	text-align: justify;
	width: 515px;
}

.content2 ul {
	margin-top: -12px;
}

.content2 li {

}


.products{
	margin-top: 0px;
	margin-left: 0px;
	width: 2000px;
	
}

.title {
	padding-top: 10px;
	padding-left: 30px;
}

.line {
	border-bottom: 1px solid #CCC;
	margin: 8px 35px 20px 0px;;
}

/*store */
.store {
	float:left; 
	width:250px; 
	margin-left: 0;
	padding-bottom: 20px;
}

.store_name {
	font-weight: bold;
	font-size: 11px;
}

.store_details {
	font-size: 10px;
}


/*store */
.gallery {
	float:left; 
	width:200px; 
	margin-left: 0;
	padding-bottom: 5px;
}

.gallery_details  a{
	line-height: 15px;
	text-decoration: none;
}
.gallery_details  a:hover{
	line-height: 15px;
	text-decoration: underline;
	color: #330000;
}

h1 {
	color: #ff9933;
	font-size: 12px;
	padding-top: 0px;
}

.year {
	color: #ff9933;
	font-size: 12px;
	padding-top: 0px;
	font-weight: bold;
}		

/* form elements */
.contact p {
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
.contact form {
	width:334px;
	margin:0px; 
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	padding: 5px;
	margin-top: 5px;
}
.contact label {
	display:block;
	margin:3px 0;
}
.contact input {
	padding: 1px;
	border:1px solid #999;
	font: normal 11px "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	size: 50;
}
.contact textarea {
	width:310px;
	padding:1px;
	font: normal 11px "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #999;
	height:60px;
	display:block;
	color:#777;
}
.contact input.button { 
	margin: 0; 
	background: #FFF; 
	color: #333;	
	border: 1px solid #DADADA; 
	font-style:normal; 
	font-variant:normal; 
	font-size:12px; font-family:Arial, Sans-serif; padding-left:3px; padding-right:3px; padding-top:2px; padding-bottom:0px	
}




/* footer */

.footer {
	color: #999;
	font: sans-serif;
	font-size: 10px;
	height: 50px;
	text-align: right;
	font-weight: normal;
	padding: 0;
	
}

.footer a {
	color: #999;
	text-decoration: none;
	margin-top: 10px;
	font-size: 11px;
}
.footer a:hover {
	color: #333;
	text-decoration: none;
	margin-top: 10px;
}
.footer .nav {
	color: #333;
	text-decoration: none;
	padding-top: 10px;
}

.footer .left {
	width: 40px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}



			.osX .jScrollPaneTrack {
				
				background: url(images/osx_track.gif) repeat-y;
			}
			.osX .jScrollPaneDrag {
				background: url(images/osx_drag_middle.gif) repeat-y;
			}
			.osX .jScrollPaneDragTop {
				background: url(images/osx_drag_top.gif) no-repeat;
				height: 0px;
			}
			.osX .jScrollPaneDragBottom {
				background: url(images/osx_drag_bottom.gif) no-repeat;
				height: 0px;
			}
			.osX a.jScrollArrowUp {
				height: 24px;
				background: url(images/osx_arrow_up.gif) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowUp:hover {
				background-position: 0 0;
			}
			.osX a.jScrollArrowDown {
				height: 24px;
				background: url(images/osx_arrow_down.gif) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowDown:hover {
				background-position: 0 0;
			}
			
			.left .jScrollPaneTrack {
				left: 0;
				right: auto;
			}
			.left a.jScrollArrowUp {
				left: 0;
				right: auto;
			}
			.left a.jScrollArrowDown {
				left: 0;
				right: auto;
			}
		
			
			/* IE SPECIFIC HACKED STYLES */
			* html .osX .jScrollPaneDragBottom {
				bottom: -1px;
			}
			/* /IE SPECIFIC HACKED STYLES */