/*---------- GENERAL STYLES ----------*/
* {
	padding: 0;
	margin: 0;
	outline: none;
}

img {
	border:none;
}

body {
	
	
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

a{
	text-decoration:none;
	color:#7F55B0;
	
}

a:link{
	text-decoration:none;
	color:#7F55B0;
	
}

a:visited{
	text-decoration:none;
	color:#7F55B0;
	
}

a:hover{
	text-decoration:none;
	color:#5C1890;
}

html {
	
}

img {
	-ms-interpolation-mode: bicubic;
}

/*---------- HEADER STYLES ----------*/
#headContainer {
	height: 120px;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	min-width: 980px;
}

#header {
	padding: 0 0 0 0;
	height: 120px;
	float: left;
	text-align: right;
	font-size: 130%;
}

#nav {
	padding: 0 0.6em 0 0;
	height: 120px;
	float: right;
	text-align: left;
	font-size: 110%;
	font-weight: 100;
	letter-spacing: 1px;
	white-space: nowrap;
	margin: 0 0 0 0;
	position:relative;
}

#nav img{

}

.nav_over{
	display:none;
	position:absolute;
	z-index:-10;
	margin: 0 0 0 0;	
}

.nav_item{
	margin: 0 13px;	
}

/*---------- SLIDESHOW STYLES ----------*/
#slideshow {
	position: absolute;
	top: 120px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}


/*---------- FULL SIZE CONTENT STYLES ----------*/
#full_content {
	position: absolute;
	top: 120px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}

#index_images {
	position: absolute;
	margin-left:auto;
	margin-right:auto;
}

#index_images img {
	margin:2px;
}


/*---------- TWO COLUMN CONTENT STYLES ----------*/
	/*---------- LEFT COLUMN ----------*/
#left_col {
	position: absolute;
	width: 220px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	margin: 120px 0px 40px 5px;
	text-align: left;
	font-size:0.9em;
	/*border: #333333;
	border-width: thin;
	border-style: solid;
	
	background-image:url(images/assets/thumbs_bground.jpg);
	background-repeat:repeat;
	background-position:top;
	*/
}

#thumbs {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height:220px;
	
}

.thumb_list {
	position:absolute;
	margin-left:8px;
	/*
	background-image:url(images/assets/thumbs_bground.jpg);
	background-repeat:repeat;
	background-position:top;
	*/
}

.thumb {
	margin: 0px 2px 4px 2px;
	display: inline;
	position:relative;
	height:65px;
	width:65px;
	float:left;
}

.thumbFrame {
	position:absolute;
	top:0;
	left:0;
}

#return_link{
	position:relative;
	text-align:left;
}

#return_link img{
	padding: 0 0 0 0;
	position:bottom;
}

#return_link a{
	font-size: 75%;
	color:#999999;
	text-decoration:none;
}

#next_prev{
	text-align:center;
}

.next {
	cursor: pointer;
	float:right;
	margin-right:10px;
}

.prev {
	cursor: pointer;
	float:left;
	margin-left:10px;
}

#caption_cat{
	color:#C9A410;
	margin:0.5em 0 0 0.7em;
	font-size:80%;
	display:none;
	

}

#caption_title{
	margin-bottom:6px;
	color:#333333;
	font-style:italic;
	font-size:0.8em;
	font-style:italic;
	font-weight:bold;
}

.price_name{
	color:#333333;
	font-size:0.9em;
	/*font-weight:bold;*/

}

.price_price{
 	color:#333333;
	font-size:0.8em;
	/*font-weight:bold;*/
}

.price_other{
	margin-top:5px;
	color:#666666;
	font-size:0.7em;
	/*text-transform:uppercase;*/
}

.price_box{
	margin-top:5px;
	clear:both;
	border-bottom: dashed 1px #AAAAAA;
}

#caption_content{
	font-size:85%;
	color:#666666;
}

#caption_content a{
	text-decoration:none;
	color:#7F55B0;
	
}

#caption_content a:link{
	text-decoration:none;
	color:#7F55B0;
	
}

#caption_content a:visited{
	text-decoration:none;
	color:#7F55B0;
	
}

#caption_content a:hover{
	text-decoration:none;
	color:#5C1890;
}

#pages_caption{
	color:#999999;
}

#caption {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 6px;

	
}

#caption a{
	text-decoration:none;
	color:#7F55B0;
	
}

#caption a:link{
	text-decoration:none;
	color:#7F55B0;
	
}

#caption a:visited{
	text-decoration:none;
	color:#7F55B0;
	
}

#caption a:hover{
	text-decoration:none;
	color:#5C1890;
}

/*---------- IMAGE AREA ----------*/
#image {
	position: absolute;
	margin: 120px 0px 40px 230px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 10px;
	/*border: green;
	border-style: solid;
	border-width: thin;*/
}

#load_holder {
	position: absolute;
	margin: 0;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url(images/assets/loadingSml.gif) no-repeat center center;
}

#copy_caption {
	position: absolute;
	min-width: 690px;
	margin: 0px 0px 0px 230px;
	bottom: 10px;
	left: 0px;
	right: 10px;
	height: 30px;
	font-size: 75%;
	text-align: right;
	color:#999999;
	/*border: red;
	border-style: solid;
	border-width: thin;*/
}

/*---------- BLOG ----------*/
#blogNav {
	margin: 10px 0 0 20px;
	width: 212px;
	float: left;
	
	
	padding: 5px;
	
	color:#999999;
	font-weight:normal;
	font-size:85%;
}

#blogNav ul {
	list-style-type: none;
}

#blogNav li {
	margin: 3px 0 3px 0;
}

#blogNav a{
		background-color:#ffffff;
		color:#666699;
		text-decoration:none;
		font-weight:normal;
	

}

#blogNav a:link{
		background-color:#ffffff;
		color:#666699;
		text-decoration:none;
		font-weight:normal;
		


}

#blogNav a:visited{
		background-color:#ffffff;
		color:#666699;
		text-decoration:none;
		font-weight:normal;
		


}

#blogNav a:hover{
		background-color:#ffffff;
		color:#5C1890;
		text-decoration:none;
		font-weight:normal;
		


}



#blogContent {
	margin: 0 0 0 0;
	width: 720px;
	float: left;
	padding: 0 5px 5px 5px;
	border: 1px;
	
	background-color: #FFFFFF;
	
	color:#333333;
	
	/* 
	 filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	*/
	
	border-width: 0 0 1px 0;
	border-style:dotted;
	border-color: #999999;
	
	
}

#blogContent img {
	
}

#blogHeader {
	color:#333333;
	
	font-weight: normal;
	font-size: 100%;
	
	padding: 0 0 0 5px;
	font-weight:bold;
	
	
	
	/*
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #5099A3;
	*/
}

#postHeader{
}

#postDate{
	font-weight:normal;
	font-size:70%;
}

#blogBody {
	padding: 0 0 5px 0;
	/*
	background-color:#FFFFFF;
	*/
	
	
	
	
}

#blogWrap {
	background:url(images/blog_bground.jpg);
	background-position: top;
	background-repeat: repeat;
	z-index: -50;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	top: 120px;
	min-width:1000px;
}

#blogBody p{
	/*
	background-color:#FFFFFF;
	*/
	
}

#postBody p{
	background-color:#FFFFFF;
}

#blogBody a{
		background-color:#ffffff;
		color:#666699;
		text-decoration:none;
		font-weight:normal;

}

#blogBody a:link{
		background-color:#ffffff;
		color:#666699;
		text-decoration:none;
		font-weight:normal;


}

#blogBody a:visited{
		background-color:#ffffff;
		color:#666699;
		text-decoration:none;
		font-weight:normal;


}

#blogBody a:hover{
		background-color:#ffffff;
		color:#5C1890;
		text-decoration:none;
		font-weight:normal;


}

#blogLink a{
	background-color:#ffffff;
	color:#666699;
	text-decoration:none;
	font-weight:normal;
}

#blogLink a:link{
		background-color:#ffffff;
		color:#666699;
		text-decoration:none;
		font-weight:normal;


}

#blogLink a:visited{
		background-color:#ffffff;
		color:#666699;
		text-decoration:none;
		font-weight:normal;


}

#blogLink a:hover{
		background-color:#ffffff;
		color:#5C1890;
		text-decoration:none;
		font-weight:normal;


}


/*---------- CONTACT ----------*/

#contact_content{
	width:350px;
	margin-left:20px;	
	color:#333333;
}

/*---------- SHOP ----------*/

#shop_button{
	width:409px;
	top:50%;
	margin-left:50%;
	left:-400px;
	margin-top:-200px;
	position:absolute;	
}

#shop_sticker{
	position:absolute;
	top:130px;
	left:240px;
}

/*---------- COMING SOON ----------*/

#soon_button{
	width:600px;
	top:50%;
	margin-left:50%;
	margin-top:-175px;
	left:-300px;
	position:absolute;	
}


