* { padding: 0; margin: 0; }
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#262626;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#wrapper {
	width: 850px;
	margin: 0 auto;
	height: auto;
	background-image: url('/images/tile.jpg');
	background-repeat: repeat-y;
	}

#header {
	width: 850px;
	height: 160px;
	background:url('/images/header.jpg') no-repeat top left;
	}

#navigation {
	width: 850px;
	height: 51px;
	background:url('/images/navbar.jpg') no-repeat;
	}
#middle {
	width: 850px;
	height: auto;
	background-image: url('/images/tile.jpg');
	background-repeat: repeat-y;
	}

#footer {
	margin: 0 auto;
	color: #333;
	width: 850px;
	height: 47px;
	clear: both;
	background-image:url('/images/footer.jpg');
	}

#leftcolumn { 
	margin: 0px 0px 0px 0px;
	width: 267px;
	float: left;
	}
	#innerbox {
		margin-left: 50px;
		color: #FFF;
		text-align: left;
		margin-bottom: 80px;
		}

#rightcolumn { 
	float: right;
	margin: 0px 0px 0px 0px;
	width: 525px;
	display: inline;
	margin-right: 50px;
	text-align: left;
	color: #FFF;
	}
	#rightcolumn h2 {
		font-weight: 100;
		letter-spacing: 1px;
		border-bottom: 1px solid #7C7F48;
		margin-bottom: 6px;
		padding-bottom: 6px;
		}
	#rightcolumn a {
		color: #7C7F48;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		/* text-align:right; */
		}
		#rightcolumn a:hover,
		#rightcolumn a:active {
			color: #000;
			background-color: #7C7F48;
			}

	#navigation a span {
		display: none;
		}
		
		#navigation a {
			background-image: url('/images/nav.jpg');
			display: inline;
			float: left;
			}
		
		#navigation a#home{
			width: 71px;
			height: 51px;
			margin-left: 292px;
			background-position: 0px 51px;
			}
			#navigation a#home.active,
			#navigation a#home:hover{
				background-position: 0px 0px;
				}
		
		#navigation a#nye{
			width: 90px;
			height: 51px;
			background-position: -72px 51px;
			}
			#navigation a#nye.active,
			#navigation a#nye:hover{
				background-position: -72px 0px;
				}
		
		#navigation a#jean{
			width: 96px;
			height: 51px;
			background-position: -161px 51px;
			}
			#navigation a#jean.active,
			#navigation a#jean:hover{
				background-position: -161px 0px;
				}
		
		#navigation a#purchase{
			width: 92px;
			height: 51px;
			background-position: -257px 51px;
			}
			#navigation a#purchase.active,
			#navigation a#purchase:hover{
				background-position: -257px 0px;
				}
		
		#navigation a#bio{
			width: 45px;
			height: 51px;
			background-position: -349px 51px;
			}
			#navigation a#bio.active,
			#navigation a#bio:hover{
				background-position: -349px 0px;
				}
		
		#navigation a#contact{
			width: 85px;
			height: 51px;
			background-position: -394px 51px;
			}
			#navigation a#contact.active,
			#navigation a#contact:hover{
				background-position: -394px 0px;
				}

#tags a {
	display: inline;
	padding: 1px 3px;
	color: #7C7F48;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	#tags a:hover,
	#tags a:active {
		color: #000;
		background-color: #7C7F48;
		}

#tags a.mega_tag {
	font-size:larger;
	clear:both;
	display:block;
}

#search_textbox {
	border: 0;
	background-color: #7C7F48;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	width: 205px;
	letter-spacing: 1px;
	}
	#search_submit {
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
		background-color: #000;
		color: #FFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 1px;
		margin: 4px 0px 8px 151px;
		width: 60px;
		}

textarea {
	width: 520px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


.contact label {
	display: block;
	float: left;
	width: 130px;
	text-align: right;
	padding: 2px;
	margin: 3px;
	}
	.contact input,
	.contact textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		display: block;
		float: left;
		width: 300px;
		padding: 2px;
		margin: 3px;
		}
	.contact textarea {
		height: 83px;
		}
	.contact br {	
		clear: both;
		}
	.contact input.submit {
		width: auto;
		margin-left: 2px;
		}
div.alert {
	background-color: #2D2D1A;
	border: 2px solid #7C7F48;
	text-align: center;
	padding: 2px;
	margin: 15px;
	font-weight: bold;
	}


div.photo_box {	
	padding: 5px;
	/*
	border: 3px solid #444;
	border-top-color: #666;
	border-left-color: #666;
	background-color: #1A1A1A;
	*/
	width: 325px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
}

div.photo_box a:hover,
div.photo_box a,
div.photo_box a:active,
div.photo_box a img,
div.photo_box a:hover img
{
	border: none;
	text-decoration: none;
	background-color: #0F0F0F;
}

img.main_photo {
	padding: 5px;
	margin: 2px;
	/*
	border: 2px solid #444;
	border-bottom-color: #666;
	border-right-color: #666;
	background-color: #000;
	*/
}

div#buy_box {
	border: 1px dotted white;
	font-size: 10px;
	width: 143px;
	float: left;
	}
	p#buy_p {
		padding: 4px;
		}
a#buynow {
	background-image: url('/images/buynow.png');
	display: block;
	height: 32px;
	width: 85px;
	margin: 5px auto 0px auto;
	background-position: -6px -9px;
	}
	#buynow:active,
	#buynow:hover{
		background-position: -8px -60px;
		}
div#photo_description {
	clear: left;
	padding-top: 10px;
	}
div.photos {
	}
	div.photos a.photo_link {
		width: 150px;
		height: 159px;
		/*
		background-color: #1A1A1A;
		border: 3px solid #444;
		border-top: 3px solid #666;
		border-left: 3px solid #666;
		*/
		margin: 9px;
		float: left;
		text-align: center;
		vertical-align: baseline;
		font-size: 10px;
		color: #FFF !important;
		}
	#rightcolumn div.photos a:hover.photo_link {
		/* background-color: #303030 !important; */
		background :none;
		}
	 a.photo_link:hover img.photo {
		border-color: #303030;
		}		
		a.photo_link img.photo {
		
			border: 2px solid #0f0f0f;
		
			aborder:none;
			vertical-align: top;
			background-color: #000;
			/*padding: 2px !important;*/
			}

form#search_form {
	padding: 0;
	margin: 0px 0px 15px 0px;
	}
	
#buy_div {
	margin-top: 10px;
	display: block;
	}
	#buy_div label {
		display: block;
		width: 90px;
		text-align: right;
		float: left;
		margin: 3px;
		padding: 2px;
		}
	#buy_div input {
		width: 300px;
		float: left;
		margin: 3px;
		padding: 2px;
		}
	#buy_div textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		float: left;
		width: 300px;
		height: 83px;
		margin: 3px;
		padding: 2px;
		}
	#buy_div #submit {
		width: auto;
		margin: auto;
		padding: auto;
		}
	#buy_div br {
		clear: left;
		}
	
	
	
	
