/**************************************************

ASAA MULTMEDIA - MAIN CSS DOCUMENT
RELEASE DATE - 01/21/2008

CLIENT - JZ Bags


**************************************************/


body { 
	font-family:Tahoma, Arial, sans-serif;
	margin:0;
	padding:0;
	background:#252525;
}

select, input, textarea { font-family:Tahoma, Arial, sans-serif; }

h1 { 
	margin-top:0; 
	padding-top:12px;
	margin-bottom:12px;
	font-size:30px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}

span.price { color:#836214; }

a:link, a:visited {
	text-decoration:none;
	color:#6D8464;
}

a:hover {
	text-decoration:underline;
	color:#6F6A4A;
}

a.red { color:#ff0000; }

/*------------- NAMED DIV's ---------------*/

#container {
	width:100%;
	background:#f3ead9;
	padding-bottom:2em;
}

.wrapper {
	width:990px;
	margin:0 auto;
}

#header {
	background:url(images/bg_header.jpg) repeat-x;
	height:135px;
}

#logo {
	margin-left:1%;
	float:left;
}

#nav a:link, #nav a:visited {
	float:left;
	margin:80px 0 0 60px;
	text-transform:uppercase;
	color:#a9b3a7;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}	
	#nav span { font-size:18px; }
	#nav a:hover { color:#edcf97; }

#content {
	background:#f3ead9;
	font-size:13px;
	color:#464b44;
	line-height:22px;
}

#content p { margin:0 0 11px 0; padding:0; }

#content .left {
	width:430px;
	float:left;
	background:#f3ead9;
	margin-right:10px;
}
#content .flash {
	float:left;
	width:380px;
	height:316px;
	background:url(images/bg_flashbox.gif) no-repeat;
	text-align:center;
	padding:13px 10px 0 10px;
	color:#fff;
	font-weight:bold;
}
#content .detail {
	float:left;
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:548px;
	height:445px;
	background:url(images/bg_detailbox.gif) no-repeat;
}
	#content .detail img {
	margin:15px 0 2px 0
}

#footer {
	background:url(images/bg_footer.jpg) repeat-x #252525;
	padding:2em 0 1em 0;
	text-align:center;
	font-size:12px;
	color:#a4b49d;
}
	#footer a:link, #footer a:visited { color:#eac774; margin-left:2em; }
	#footer a:hover { text-decoration:underline; }
	#footer #sub-footer { background:url(images/bg_footer2.gif) no-repeat top center; height:24px; padding-top:8px; }
	#footer #sub-footer a:link, #footer #sub-footer a:visited { margin-left:0; }
	#footer span { color:#4e564b }
	
.gallerybox {
	background:url(images/bg_gallerybox.gif) no-repeat;
	width:310px;
	height:241px;
	float:left;
	margin:0px 10px 10px 0;
	text-align:center;
	padding:10px 0px 5px 0px;
	line-height:20px;
}
	.gallerybox img a { text-decoration: none }
	.gallerybox span { color:#FFFF99; padding-left:1em; }
	.gallerybox a:link, .gallerybox a:visited { color:#a4b49d; text-decoration:underline; font-size:12px; }
	.gallerybox a:hover { color:#fff; }
	
#gallThumbs img { border:4px solid #252525; cursor:pointer; }
	
#buy a { 
	display:block;
	height:22px;
	width:112px;
	background:url(images/but_buy.gif) no-repeat center bottom;
	font-size: 0;
	overflow: hidden;
	text-indent: -99999px;
	float:left;
	margin-right:15px;
}
	 #buy a:hover { background-position:top; }

#back a { 
	display:block;
	height:22px;
	width:112px;
	background:url(images/but_gallery.gif) no-repeat center bottom;
	float:left;
	margin-right:15px;
}
	 #back a:hover { background-position:top; }
