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

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



/* main attributes
--------------------------------------------------------------*/ 

body {
	background:  #551e1e url(http://www.avantigallery.net/images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 100%;
	line-height: 18px; 	
}




/* text attributes
--------------------------------------------------------------*/ 

a {
    color: #551e1e;
    text-decoration: none;
	font-weight:bold;
}

a:hover {
    color: #551e1e;
    text-decoration: underline;
	font-weight:bold;
}

h1 {
	position: absolute;
	height: 0px;
	overflow: hidden;
}


h2, h3, h5, h6 { 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #551e1e;
}

h2 {
	font-size: 16px;
	margin:0;
	padding-top: 5px;
}


h3 {
	font-size: 14px;
	margin: 0;
}

h4 {
	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;	
}

h5, h6 { 
	font-size: 14px; 
}



p {  
    margin-top: 0px;
	margin-bottom: 13px;
	text-align:justify;
}

hr {
	border:0;
	height: 1px;
	color:  #bbb;
	background-color: #bbb;
	margin-top: 15px;
}

pre, blockquote  {
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}


/* images
--------------------------------------------------------------*/ 

img {
	border: 0;
	margin: 0;
	padding: 0;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}



/* alignment
--------------------------------------------------------------*/ 

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.invisible {
	position:absolute;
	width:0;
	height:0;
	display:none;
}
