/*	

CSS Designed by Studio9ine.com - James Woodhall				
CSS Copyright © 2006, Studio9ine.com						
CSS Built for Alan Archer Ogliari - 08.05.2006		

*/


/* COMMON ELEMENTS
----------------------------------------------*/
body {
	background-color:#242424;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-base-color:#000000; 
	scrollbar-dark-shadow-color: #FFFFFF; 
	scrollbar-track-color: #e0892d; 
	scrollbar-face-color: #e0892d; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3d-light-color: #FFFFFF; 
}
body, td, p, input, textarea, select {font-family:"Century Gothic", Helvetica, Arial, sans-serif;}
input, textarea, select {font-size:1em;}

h1, h2, h3, h4, h5, h6 {margin-top: 0px; line-height: 1.2em;}
h1 {font-size:1.5em; font-weight: bold;}
h2 {font-size:1.3em; font-weight: bold;}
h3 {font-size:1.2em; font-weight: bold;}
h4 {font-size:1.1em; font-weight: bold;}
h5 {font-size: 18px; margin: 0; padding: 0;}

a {color:#e0892d; text-decoration:underline;}
a:hover {text-decoration:underline; color: #999999;}

li {list-style-type:disc;}


/* STRUCTURE ELEMENTS
----------------------------------------------*/
#site_hldr {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
#base_hldr {
	float: left;
	width: 100%;
}

/* HOME ELEMENTS */

#hm_ilogo_hldr {
	float: left;
	width: 100%;
	margin-top: 50px;
}
#hm_img_hldr {
	width: 484px;
	float: left;
	height: 335px;
	padding-left: 5px;
	text-align: center;
}
#hm_img_hldr img {border: 17px solid #FFFFFF;}
#hm_logo_hldr {
	background-image: url(../images/logo_aao.gif);
	background-repeat: no-repeat;
	float: left;
	width: 389px;
	height: 75px;
	background-position: center center;
	margin-left: 25px;
}
#hm_mm_hldr {
	float: left;
	width: 100%;
	height: 112px;
	margin-right: -3px;
}

/* MAIN CONTENT ELEMENTS */
#hdr_hldr {
	float: left;
	width: 100%;
}
#logo_hldr {
	background-image: url(../images/logo_aao.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 130px;
	width: 100%;
}
#mm_hldr {
	float: left;
	width: 100%;
}
#col_hldr {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-right: -3px;
}
#lcol_hldr {
	float: left;
	width: 484px;
}
#rcol_hldr {
	float: left;
	width: 266px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: auto;
	height: 485px;
}
#m_img_hldr {
	float: left;
	width: 100%;
}
#m_img_hldr img {border: 17px solid #FFFFFF;}
#gal_bttn_hldr {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.titles {display: block;}
.titles_gallery {
	float: left;
	width: 120px;
	clear: left;
	padding-left: 5px;
}
#gallery_t_hldr {
	float: left;
	width: 100%;
	margin-right: -3px;
}


#gallery_hldr {
	float: left;
	width: 100%;
	clear: both;
}



/* FORM ELEMENTS
----------------------------------------------*/
#form_contact input,textarea,select {
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding: 2px 2px 2px 2px;
	border: none;
}
input.frm_97pcnt {
	width: 97%;
	background-color: #FFFFFF;
}
textarea.frm_97pcnt {
	width: 97%;
	background-color: #FFFFFF;
}
input.bttn_submit {
	background:none;
	border: none;
}
.flashHolder
{
	 border: 4px;
	 border-color: White;
	 border-style: solid;
	 display: block;
}
.SubTitle
{
	color: #e0892d;
	font-size: 1.0em;
}