/* @override http://tae.joski.webfactional.com/css/style.css */

/* @group Reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */
/* @group Common clases and elements */
html{
	font: 62.5%/1 Georgia, "Times New Roman", Times, serif;
	color: #B3B3B3;
}
h1{
	font: normal 2.1em/1.2 Georgia, "Times New Roman", Times, serif;
}
h2{
	
}
h3{
	font: normal 1.3em/1.2 Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-bottom: 10px;
}
h4{
	
}
h5{
	
}
h6{
	
}
p{
	font: normal 1.3em/1.3 Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-bottom: 10px;
}
a{
	color: white;
	text-decoration: none;
}
a:hover{
	color: #B3B3B3;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear_both{
	clear: both;
}
/* @end */
/* @group Layout */
html{
	background: black;
}
body {
	width: 987px;
	_width: 1000px;
	margin: 0 auto;
}

#nav_categories {
	display: none;
}

.sidebar{
	width: 233px;
	margin: 0;
}
.main_wrapper{
	width: 754px;
	margin: 0 0 0 233px;
}
.logo{
	margin: 10px 40px 30px;
}
#left_nav li{
	padding: 10px;
	background: #292A2B url(../images/layout/bg_tab.png) repeat-y right top;
	margin-bottom: 4px;
}
#left_nav li.active{
	background: #3e3f41;
}
#left_nav a{
	font-size: 1.3em;
	color: white;
	text-decoration: none;
}

/* @group Main Nav */
#main_nav{
	float:center;
	text-align: center;
	padding-top: 1px;
	height: 144px;
	width: 800px;
	overflow: hidden;
}
#main_nav li {
	float: left;
	padding: 0 0px 0 0;
	/*width: 93px;
	*/
	text-align: center;
}
#main_nav li.active{
	font-size: 1.5em;
	padding-top: 0px;
	color: #878787;
	text-align: center;
}
#main_nav li.active a{
	color: #878787;
	height:21px;
	margin-top: 11px;
	background-position: center -49px;
}

#main_nav ul{
	margin: 60px 0 0 0;
}
#main_nav a{
	position: relative;
	display: block;	
	height: 15px;
	font-size: 1.3em;
	color: white;
	text-decoration: none;
	padding: 0 13px;
}
#main_nav li.last a{
	padding-right: 0;
}
#main_nav a span{
	position: relative;
	left: -9999px;
	

}

.sld
{
height:300px !important; 
background-color:black !important;
}

#nav_home a{
	width: 55px;
	background: url(../images/nav/nav_home.png) no-repeat center 0;
}
#nav_artwork a{
	width: 75px;
	background: url(../images/nav/nav_artwork.png) no-repeat center 0;
}
#nav_photography a{
	width: 115px;
	background: url(../images/nav/nav_photography.png) no-repeat center 0;
}
#nav_poetry a{
	width: 59px;
	background: url(../images/nav/nav_poetry.png) no-repeat center 0;
}
#nav_songs a{
	width: 53px;
	background: url(../images/nav/nav_songs.png) no-repeat center 0;
}
#nav_books a{
	width: 87px;
	background: url(../images/nav/nav_booksart.png) no-repeat center 0;
}
#nav_events a{
	width: 61px;
	background: url(../images/nav/nav_events.png) no-repeat center 0;
}
#nav_about a{
	width: 56px;
	background: url(../images/nav/nav_about.png) no-repeat center 0;
}
/* @end */
.prev, .next{
	position: absolute;
	width: 20px;
	height: 40px;
	background: red;
	top: 140px;
}
.prev a, .next a, .prev_thumb a, .next_thumb a{
	display: block;
	width: 20px;
	height: 40px;
}
.prev_thumb, .next_thumb{
	position: absolute;
	width: 14px;
	height: 28px;
	top: 25px;
} 
.prev {
	background: url(../images/layout/arrowrleft2.png) ;
	left: 30px;
}
.next {
	background: url(../images/layout/arrowright2.png) ;
	right: 30px;
}
.prev_thumb{
	background: url(../images/layout/bg_prev_thumb.png);
	left: 30px;
}
.next_thumb{
	background: url(../images/layout/bg_next_thumb.png);
	right: 30px;
}




.play_pause_button a, .slideshow_thumb a{
	display: block;
	width: 14px;
	height: 28px;
}
.slideshow_thumb{
	position: absolute;
	width: 14px;
	height: 28px;
	top: 25px;
} 
.play_pause_button{
	position: absolute;
	width: 45px;
	height: 45px;
	background: red;
	top: 250px;
	background: url(../images/layout/slidebtn.png) ;
	right: -55px;
}
.play_pause_button.pause{
	background: url(../images/layout/slidebtn_pause.png) ;
	
}
.slideshow_thumb{
	background: url(../images/layout/slidebtn.png);
	right: 30px;
}


.play_pause_button:hover
{
	cursor: pointer;

}



.thumb_slider{
	position: relative;
	border-top: 4px solid #5F5F5F;
	border-bottom: 4px solid #5F5F5F;
	background: #2B2B2D;
}
.thumb_slider ul{
	zoom: 1;     /* triggers hasLayout */
	margin: 0 auto;
	width: 500px;
	height: 78px;
}
.thumb_slider ul:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.thumb_slider li{
	float: left;
	padding: 0 10px;
}
.main_slider{
	position: relative;
	background: #3E3F41;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #3e3f41;
	
	*width: 100%;
}




.content{
	background: #3E3F41;
	width: 520px;
	margin: 0 auto;
	padding: 0 117px;
	padding-bottom: 30px;
	min-height: 200px;
	
	
}



.content ul li
{
font: 13px Verdana, "Lucida Grande", Lucida, sans-serif;
padding-bottom: 10px !important;
}

.content.list{
	padding-top: 50px;
}
.content.list ul{
	font-size: 1.3em;
}
.content h1{
	font: normal 2.1em/1.2 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}
.content p{
	font: 1.3em/1.3 Verdana, "Lucida Grande", Lucida, sans-serif;
}
.content ul{
	font-size: 1.3em;
	line-height: 1.3em;
}
.buy_now_wrapper{
	background: #646567;
	border-top: 4px solid #303030;
	padding: 20px 20px 20px 116px;
}

.buy_now_wrapper p{
	color: black;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
.buy_now_wrapper p span{
	color: white;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
.footer{
	
}
.footer ul{
	font-size: 1.3em;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	margin: 20px 0 0 0;
	zoom: 1;
}
.footer ul:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.footer ul li {
	float: left;
	display: block;
	margin: 0 20px 0 0;
}
.footer p.copy{
	float:right;
	padding-top:3px;
	font-size: 9px;
	width: auto;
	margin: 0;
	
}
/* @end */

.gallery {
	margin: 0 0 0px;
	width: 750px;
	position: relative;
	height:78px;
	
}
.gallery .holder {
	width: 600px;
	margin: 0px auto;
	float:center;
	position: relative;
	overflow: hidden;
	z-index: 2;
	
/*		border-width:2px;
	border-style: solid;
	border-color: aqua;
	*/
	
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.gallery .holder ul li {
/*
		border-width:2px;
	border-style: solid;
	border-color: green;
*/

	margin: 0px auto;
	float: left;
	width: 80px;
	padding: 0 20px 1px 20px;
}
.gallery .holder ul li img { display: block; }
/* vertical mode */
.gallery-vert { width: 240px; }
.gallery-vert .holder { height: 362px; }
.gallery-vert .holder ul { width: auto; }
.gallery-vert .holder ul li { float: none; }
.gallery-vert .holder ul li img {
	vertical-align: top;
	display: inline;
}
/* one item */
.gallery-one,
.gallery-vert-one { width: 240px; }
.gallery-vert-one .holder { height: 180px; }
.gallery-vert-one .holder ul { width: auto; }
.gallery-vert-one .holder ul li { float: none; }
.gallery-vert-one .holder ul li img {
	vertical-align: top;
	display: inline;
}
/* fade */
.gallery-fade { width: 240px; }
.gallery-fade .holder ul {
	width: 100%;
	height: 180px;
}
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
}
.paging {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}
.paging li {
	padding: 0 10px 0 0;
	float: left;
}
.paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background-color: red;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.paging li a.active {
	background-color: yellow;
	color: red;
}
.nextthumb,
.prevthumb {
	position: absolute;
	right: 0px;
	top: 60%;
	margin-top: -25px;
	width: 40px;
	height: 40px;
	background: url(../images/layout/bg_next.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.nextthumb-disable { background: url(../images/layout/bg_next_thumb_dissable.png) no-repeat; cursor:default;}
.prevthumb {
	background: url(../images/layout/bg_prev.png) no-repeat;
	right: auto;
	left: 25px;
}
.prevthumb-disable {background: url(../images/layout/bg_prev_thumb_dissable.png) no-repeat; cursor:default;}
.control {
	font-size: 18px;
	line-height: 21px;
}
.thumbactive{
	border-left-style:solid;
	border-right-style:solid;
	height: 70px;
	width:70px;

	background-color: #292A2B;
	padding: 2px;
	border: solid #5F5F5F 2px;
	border-right:solid #5F5F5F 4px;
	border-left:solid #5F5F5F 4px;
	
	-webkit-box-shadow:0px 0px 15px white; 
	-moz-box-shadow: 0px 0px 15px white; 
	box-shadow:0px 0px 15px white; 
	
	
}
#home_banner
{
	float: center;
	margin-left:50px;
	width:520px;
	height:287px;
	position:relative; 
	margin: 20px auto;
}
#home_banner img
{
	position: absolute;
	top:0px;
}
.main_slider .img_wrapper{
	width: 521px;
	margin: 20px auto;
	padding-top: 20px;
}
.clients_form fieldset{
	margin-bottom: 60px;
}
.clients_form fieldset#billing,.clients_form fieldset#shipping{
	width: 223px;
	float: left;
}
.clients_form fieldset#billing{
	margin-right: 70px;
}
.clients_form legend{
	font-size: 20px;
	padding-bottom: 30px;
	*padding-bottom: 35px;
	*margin-left: -9px;
}

/* My Comment */
.clients_form fieldset#shipping legend{
	padding-bottom: 0px;
}
.clients_form fieldset#shipping input.checkbox{
	margin-bottom: 14px;
}
.clients_form label{
	display: block;
		font: normal 1.3em/1.3 Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-bottom: 5px;
}
.clients_form label.display_inline{
	display: inline;
	*vertical-align: top;
}
.clients_form input{
	margin-bottom: 10px;
	width: 219px;
}
.clients_form input.checkbox{
	width: 20px;
}
.clients_form select{
	margin-bottom: 10px;
	width:  225px;
}
.clients_form .submit_button input{
	width: 80px;
	font-size: 15px;
}
.prev-inactive{
	position: absolute;
	width: 14px;
	height: 28px;
	background: url(../images/layout/bg_prev_dissable.png) no-repeat;
	top: 140px;
	left: 30px;
}
.next-inactive{
	position: absolute;
	width: 14px;
	height: 28px;
	background: url(../images/layout/bg_next_dissable.png) no-repeat;
	top: 140px;
	right: 30px;
}


.content ul
{
list-style: disc outside;
padding-left: 18px;
}

.content ul li
{
padding-bottom: 8px;

}


