/***************************************************************
Style Sheet for Avanti Gallery, Inc.
Copyright 2008-2009 Maven Web Solutions, LLC. 
All Rights Reserved.

Revision: 07/2009
***************************************************************/


/* layout
--------------------------------------------------------------*/ 

#container {
	margin:auto; /* center, not in IE5 */
	width:952px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}		 
	 

#header {
	position: relative;
	width: 952px;
	height: 126px;
}

#menu {
	position: absolute;
	top: 34px;
	right: 35px;
	width: 525px;
	height: 60px;
	margin: 0;
	padding: 0;
	z-index: 5;
}

#mainwrap {
	position: relative;
	width: 952px;
	min-height: 570px;
	height:auto !important; /* real browsers */
	height:570px; /* IE6: treaded as min-height*/	
	margin: 40px auto 0px auto;
	background-color: #e0d3b2;
	padding-bottom:16px;
	border: 2px solid #542e23;
}

#content {
	position: relative;
	min-height:420px; /* real browsers */	
	height:auto !important; /* real browsers */
	height:420px; /* IE6: treaded as min-height*/	
	width:920px;
	margin: 8px 16px 0px 16px;
	text-align:left;
}

#footer {
	position: relative;
	font-size: 10px;
	color: #e0d3b2;
	text-align:left;
	margin: 8px 0 0 0;
	height:40px;
}


/* header
--------------------------------------------------------------*/ 

#header .linkhome {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 349px;
	height: 94px;
	z-index: 4;
}

#header .logo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 349px;
	height: 94px;
	background: transparent url(http://www.avantigallery.net/images/logo_349_94.jpg) no-repeat;
	z-index: 3;
}




/* sidebar
--------------------------------------------------------------*/ 

#sidebar {
	position:absolute;
	width: 360px;
	height: 400px;
}

.sidebar-box {
	position: relative;
	margin-bottom: 20px;
}

.sidebar-box .search-form input {
	width: 245px;
	margin-top:6px;
}

#sidebar h2 {
	position:relative;
	width: 348px;
	height: 28px;
	padding: 8px 0 0 12px;
	background: #cc00cc url(http://www.avantigallery.net/images/sidebar_360_36.jpg) no-repeat;
	margin-bottom: 7px;
	color: #e0d3b2;
	font-size: 14px;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.sidebar-right {
	position:relative;
	width: 188px;
	height: 28px;
	padding: 8px 0 0 12px;
	background: #cc00cc url(http://www.avantigallery.net/images/sidebar_200_36.jpg) no-repeat;
	margin-bottom: 7px;
	color: #e0d3b2;
	font-size: 14px;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.sidebar-box a:link, .sidebar-box a:visited, .sidebar-box a:active {
	color: #008d81;
	text-decoration:underline;
} 

.sidebar-box a:hover {
	color: #000000;
	text-decoration:underline;
} 

.sidebar-box li {
	margin-top:5px;	
	list-style-type: square;
}

.sidebar-box ul {
	margin: 10px 0 0 25px;	
	padding:0;
}

.sidebar-box p {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 17px;
}


/* footer
--------------------------------------------------------------*/ 

#footer .links ul {
    padding: 0;
    margin: 0;
}

#footer .links li {
    display: inline;
    margin-left: 0;
}

#footer .links a, #footer .links a:visited, #footer .links a:active  {
	color: #e0d3b2;
    text-decoration: none;	
}

#footer .links a:hover{
	color: #e0d3b2;
    text-decoration: underline;	
}

#footer .links {
	position: absolute;
	top: 0px;
	right: 2px;
}

#footer .copy {
	position: absolute;
	top: 0px;
	left: 2px;
}

#footer a, #footer a:visited, #footer a:active {
	color: #e0d3b2;
    text-decoration: none;	
}
