/* Sicily Productions Styling */

body
{
	font-size: 9pt; /* Needs to be relative for font sizing by the user */
	font-family: Arial, Helvetica, Sans-Serif;
	color: #babdbd;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

table
{
	margin: 0px;
	padding: 0px;
}

table.image_bar
{
	margin: 0px;
	padding: 0px;
}

h1
{
	margin: 20px 0px 10px 20px;
}

h1.content
{
	margin: 0px 0px 20px 20px;
}

h2
{
	font-weight: normal;
	font-size:medium;
	margin: -5px 0px 20px 20px;
	color: #ffffff;
}

td.photos
{
	padding: 20px 0px 0px 0px;
	text-align: center;
}

td.photos_bottom
{
	padding: 20px 0px 20px 0px;
	text-align: center;
}

#main 
{
	position: absolute;
	left: 50%;
	top: 50%;
}

#content {
	position: absolute;
	width: 900px;
	height: 570px;
	left: -446px;
	top: -300px;
	background-color: #2d2b2b;
	background-position: bottom right; 
	background-repeat: no-repeat; 
}

#maincontent_home 
{ 
	width: 900px; 
	height: 290px;
	margin-top: 20px;   
	z-index: 2;   
	overflow: auto;
}

#maincontent_sitemap 
{ 
	width: 900px; 
	height: 290px;
	margin-top: 20px;   
	z-index: 2;   
	overflow: auto;
}

#maincontent_references 
{ 
	width: 900px; 
	height: 290px;
	margin-top: 20px;   
	z-index: 2;  
	overflow: auto;
}

#maincontent_services 
{ 
	width: 900px; 
	height: 290px;
	margin-top: 20px; 
	z-index: 2;  
	overflow: auto;
}

#maincontent_sicily 
{ 
	width: 900px; 
	height: 290px;
	margin-top: 20px;  
	z-index: 2;   
	overflow: auto;
}

#maincontent_contact 
{ 
	width: 900px; 
	height: 290px;
	margin-top: 20px;  
	z-index: 2;
	overflow: auto;
}

#maincontent_climate 
{ 
	width: 900px; 
	height: 290px;
	margin-top: 20px;   
	z-index: 2;   
	overflow: auto;
}

#maincontent_location_scouting 
{  
	width: 900px; 
	height: 290px;
	margin-top: 20px;   
	z-index: 2;   
	overflow: auto;
}

#thumbs 
{ 
	width: 900px; 
	height: 450px; 
	margin-top: 20px;
	z-index: 20;  
	overflow: auto;
}

#climate_image
{
	border: 1px solid #babdbd;
	margin-top: 10px;
	margin-left: 25px; 
}

#horizontal_image_bar
{
	padding: 0px;
	margin-top: 30px;
	height: 120px;
	margin-bottom: 10px;
}

.vertical_image
{
	margin-bottom: 10px;
}

#landing_page 
{ 
	padding-top: 100px;
	height: 288px;
}

#enter_text
{
	position: absolute; 
	margin-top: -150px; 
	margin-left: 535px;
}

#enter_text_ie
{
	position: absolute; 
	margin-top: -150px; 
	margin-left: 85px;
}

#text_area
{ 
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 110px;
}

#side_menu
{
	margin-left: 0px;
	margin-right: 750px;
	margin-top: -350px;
}

#scroller_area
{
	height: 470px;
}

a:link, a:visited, a:active
{
	color: #807f84;
	text-decoration: none;
}

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

p
{
	text-align: justify;
	padding: 0px 20px 0px 20px;
}

p.top
{
	margin-top: -10px;
}	

p.photo_gallery
{
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	text-align: center;
	font-weight: bold;
}

.image
{
	border: 1px solid #babdbd;
	margin: 0px;
	padding: 0px;
}

.credits
{
	font-size: 90%;
	margin-top: 10px;
}

.contact_image_right
{
	float: right;
	margin-top: -75px;
}

.white_text
{
	color: #ffffff;
}

/* Custom Menus */

.skin0
{
	position: absolute;
	left: 43.5%;
	top: 50%;
	width: 165px;
	border: 1px solid black;
	background-color: menu;
	color: #000000;
	line-height: 20px;
	cursor: default;
	z-index: 100;
	visibility: hidden;
}

.menuitems
{
	padding: 5px 10px;
}

/* Boxover Styles */

.dvhdr1
{
	background: #000000;
	/*background-image: url(images/boxover_gradient.gif);*/
	background-position: top left; 
	background-repeat: repeat-x;
	/*font-size: 0.85em;*/
	color: #babdbd;
	text-align: center;
	border: 1px solid #babdbd;
	padding: 5px;
	width: 200px;
}
       
.dvbdy1 
{
	background: #000000;
	/*font-size: 70%;*/
	color: #babdbd;
	text-align: center;
	border-left: 1px solid #babdbd;
	border-right: 1px solid #babdbd;
	border-bottom: 1px solid #babdbd;
	padding: 5px;
	width: 200px;
}


