@charset "UTF-8";
/* CSS Document */

body{
	margin:25px auto;
	padding:0;
	background-color:#7C0612;
	font-family:Arial, Helvetica, sans-serif;
}




/* - - - - - CONTAINERS - - - - - */




#shadowtop{
	position:relative;
	margin:0 auto;
	width:912px;
	height:9px;
	background:url(images/shadow_top.png) bottom no-repeat;
}

#shadowcontainer{
	position:relative;
	margin:0 auto;
	width:912px;
	min-height:10px;
	background:url(images/shadow_mid.png) center repeat-y;
}

#shadowbottom{
	position:relative;
	margin:0 auto;
	width:912px;
	height:9px;
	background:url(images/shadow_bottom.png) top no-repeat;
}

#container{
	position:relative;
	margin:0px 6px;
	width:900px;
	min-height:500px;
	background-color:#FFF;
}

#content{
	position:relative;
	padding:10px;
	width:880px;
	min-height:500px;
}




/* - - - - - HEADER - - - - - */




#header{
	position:relative;
	margin:0 auto;
	width:879px;
	height:141px;
	border-bottom:1px solid #C90;
	border-left:1px solid #C90;
}

#logobox{
	position:absolute;
	left:0;
	top:0;
	width:141px;
	height:141px;
	border-top:1px solid #C90;
	border-right:1px solid #C90;
}

#logo{
	position:absolute;
	left:10px;
	top:10px;
	width:120px;
	height:120px;
}

#menu{
	position:absolute;
	left:150px;
	top:105px;
	height:20px;
	width:730px;
}

#quote{
	position:absolute;
	left:160px;
	top:25px;
	width:700px;
	height:70px;
	background-image:url(images/wick_logo.jpg);
}




/* - - - - - COLUMNS - - - - - */




#colleft{
	position:relative;
	padding:10px 0 0;
	margin:0;
	width:132px;
	min-height:100px;
	float:left;
}

#category{
	position:relative;
	width:124px;
	margin:0 auto 5px 0;
	border:1px solid #C90;
	padding:3px;
	background:#DDD;
}

.subcategory{
	position:relative;
	width:107px;
	margin:0 auto 5px 3px;
	border:1px solid #999;
	padding:10px;
	background:#EEE;
	display:none;
}

.subcategory2{
	position:relative;
	width:107px;
	margin:0 auto 5px 3px;
	border:1px solid #999;
	padding:10px;
	background:#EEE;
	display:none;
}

#line{
	position:relative;
	margin:2px 0 5px;
	height:1px;
	width:108px;
	background:#CCC;
}







#columncontainer{
	position:relative;
	margin:0 auto;
	background:url(images/back_container.jpg) top repeat-y;
	width:880px;
	min-height:500px;
}

#colright{
	position:relative;
	padding:0 0 0 10px;
	margin:0 auto 0 10px;
	width:727px;
	min-height:500px;
	float:left;
	
	font-size:12px;
	color:#666;
	text-align:justify;
}

#clear{
	position:relative;
	margin:0 auto;
	width:880px;
	height:1px;
	clear:both;
}

#clear2{
	position:relative;
	margin:0 auto;
	width:727px;
	height:1px;
	clear:both;
}

#clear3{
	position:relative;
	margin:0 auto;
	width:700px;
	height:1px;
	clear:both;
}

#products{
	position:relative;
	margin:0 auto;
	width:727px;
	min-height:200px;
	background:url(images/back_highlighted.jpg) top repeat-y;
}

#product1{
	position:relative;
	margin:0 10px 0 0;
	padding:7px 7px 0;
	width:160px;
	float:left;
	color:#333;
}

#product2{
	position:relative;
	margin:0 10px 0 0;
	padding:7px 7px 0;
	width:160px;
	float:left;
	color:#333;
}

#product3{
	position:relative;
	margin:0 10px 0 0;
	padding:7px 7px 0;
	width:160px;
	float:left;
	color:#333;
}

#product4{
	position:relative;
	margin:0;
	padding:7px 7px 0;
	width:160px;
	float:left;
	color:#333;
}

#newsletter {
	position:relative;
	margin:0 auto;
	width:717px;
	min-height:5px;
	padding:5px;
	color:#666;
}




/* - - - - - ADMIN - - - - - */





#adminbar {
	position:relative;
	margin:10px auto 10px;
	width:705px;
	min-height:5px;
	padding:3px 10px 0px;
	background-color:#DDD;
	color:#666;
	border:1px solid #C90;
}

#admintoolbar {
	position:relative;
	margin:-5px auto 10px;
	width:705px;
	min-height:5px;
	padding:1px 10px;
	color:#666;
	border:1px solid #C90;
}







#lapada{
	position:relative;
	margin:20px auto;
	width:100px;
	height:100px;
}

#cinoa{
	position:relative;
	margin:10px auto;
	width:81px;
	height:100px;
}

#number{
	position:relative;
	margin:20px auto;
	width:120px;
	text-align:center;
}





/* - - - - - FOOTER - - - - - */




#footer{
	position:relative;
	margin:10px auto 0;
	padding:0 0 5px;
	width:880px;
	min-height:10px;
	font-size:11px;
	color:#C90;
}

#footer a{
	color:#C90;
}




/* - - - - - FONTS - - - - - */




#homegallerycontainer {
	position:relative;
	width:350px;
	float:right;
	margin-left:15px;
}

#homegallery{
	width:350px;
	height:350px;
	margin:0 auto;
}

.imageborder {
	padding:5px;
	border:1px solid #C90;
	margin-left:15px;
	margin-bottom:10px;
}

.imageborder2 {
	border:1px solid #999;
}

.imageborder3 {
	padding:5px;
	border:1px solid #C90;
}

#greyout{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#202020;
	display:none;
	opacity: 0.90; /* General Transparency */
	-moz-opacity: 0.90; /* Mozilla Transparency */
	filter: alpha(opacity=90); /* IE Transparency */
}

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

a:hover{
	color:#300;
}

p{
	margin-top:0px;
	margin-bottom:10px;
}

H1 {
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	color:#444;
	margin-top:10px;
}

H2 {
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
	color:#444;
	margin-top:10px;
	margin-bottom:10px;
}

.mainmenu{
	font-size:13px;
	text-align:right;
	font-weight:bold;
}

.submenu{
	font-size:12px;
	
}

.center{
	text-align:center;
}

#catlist{
	position:relative;
	width:707px;
	min-height:10px;
	background:#DDD;
	margin-bottom:10px;
	padding:10px;
}

#itemlist{
	position:relative;
	width:727px;
	min-height:10px;
	margin-bottom:6px;
	padding-bottom:5px;
	border-bottom:1px solid #EEE;
}

#rightjustify {
display: block;
width: 420px;
text-align: right;
float: right;
}









.asubcategory{
	
}

.asubcategory2{
	position:relative;
	width:107px;
	margin:0 auto 5px 3px;
	border:1px solid #999;
	padding:10px;
	background:#EEE;
	display:none;
}






ul.menuitem2 {
	position:relative;
	width:107px;
	margin:0 auto 5px 3px;
	border:1px solid #999;
	padding:10px 10px 5px;
	background:#EEE;
	display:none;
}

ul.menuitem3 {
	position:relative;
	width:107px;
	margin:0 0 5px 7px;
	padding:0px;
	display:none;
}

li.menuitem{
	list-style-image:none;
	list-style:none;
	list-style-type:none;
	margin-left:0px;
}

ul.menuitem li {
	float:left;
	padding:0;
	height:48px;
}

ul.menuitem3 li, ul.menuitem2 li {
	margin-bottom:5px;
}

ul.menuside{
	margin:0;
	padding:0;
}

.green{
	color:#090;
}

.sold{
	font-size:14px;
	font-weight:bold;
	color:#C90;
}

.sold2{
	color:#C90;
}



#gray{
	position:relative;
	width:330px;
	padding:10px;
	margin:0;
	background:#DDD;
}



#logopopup{
	position:relative;
	width:300px;
	height:32px;
	margin:20px auto 20px;
}