* { margin:0; padding:0;}

body
{
	background-color:#ebd699;
	font-family: Georgia, serif;
	font-size: 16px;
	/*overflow:hidden;*/
}

a
{
	color:#271c00;
	text-decoration:none;
	font-weight:bold;
}

	a:hover 
	{
	   background:#4a545a;
	   color:#d5dedc;
	   text-decoration:underline;
	}

.left {	float:left;}
.right {	float:right;}
.clear {	clear:both;}	

	
#header_wrap_index{
	overflow:hidden;
	height:480px;
	background:url(images/header_bg.jpg) repeat-x;
}

#header_wrap{
	overflow:hidden;
	height:250px;
	background:url(images/header_bg.jpg) repeat-x;
}

#header
{
	margin: 0 auto;
	width:900px;
	height:205px;
	position:relative;
	background-image:url(images/header.jpg);
}

	#header ul
	{
		clear: left;
		float:left;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
		height: 50px;
		padding: 164px 0;
	}

		#header ul li
		{
			display:block;
			float:left;
			list-style:none;
			position:relative;
			right: 50%;
			padding: 0 10px 0 10px;
		}
			#header ul li a{
			   color:#4a545a;
			   text-decoration:none;
			   font-size:22px;
			   font-weight:bold;
			}
			
			#header ul li a:hover {
			   background:#4a545a;
			   color:#d5dedc;
			   text-decoration:underline;
			}

#featured_project
{
	clear:both;
	position:absolute;
	width: 829px;
	height: 305px;
	top: 190px;
	left:50%;
	display:block;
	background: url(images/featured_photo_frame.png) no-repeat;
	 margin-left: -415px;

	z-index: 10;
}

	#featured_project .photo
	{
		position:relative;
		top:15px;
		left:15px;		
		width: 800px;
		height: 270px;
		background: url(images/featured_photo.jpg) no-repeat;
		text-indent:-9999px;
	}
	
	#featured_project .info
	{
		width:800px;
		height:50px;
		background: #33281f;
		background: rgba(42, 34, 29, 0.65);
		position:relative;
		bottom:35px;
		left: 15px;
		color: #fff;
	}
		
		#featured_project .info .title
		{
			position: relative;
			float:left;
			left: 10px;
			top: 14px;
			font-weight:bold;
			font-size: 16px;
		}
		
		#featured_project .info .tag,.date,.linkto
		{
			clear:both;
			position:relative;
			float:right;
			top: -10px;
			right: 230px;
			font-weight:bold;
			font-size: 16px;
		}
		
		#featured_project .info .tag
		{
			font-size: 30px;
			top: -15px;
		}
		
		#featured_project .info .date
		{
			top: -25px;
		}
		
		#featured_project .linkto
		{
			position:relative;
			right: 10px;
			top: -66px;
			height: 60px;
		}
		
			#featured_project .linkto a
			{
				color:#d5dedc;
				text-decoration:none;
				font-size:22px;
				font-weight:bold;
			}
			
				#featured_project .linkto a:hover
				{
					text-decoration:underline;
				}
	
#page_wrap{
	margin: 0 auto;
	width:900px;
	position:relative;
	background:url(images/main_content_extend_y.jpg) repeat-y;
}

#main_content_bg{
	position:absolute;
	height:444px;
	width: 900px;
	background:url(images/main_content_bg.jpg) no-repeat;
	text-indent: -9999px;
}

#main_content{
	margin: 0 auto;
	/*overflow:hidden;*/
	position:relative;
	width:650px;
	z-index:10000;
	color: #4a545a;
	text-align:justify;
}

	#main_content h1
	{
		color: #422018;
		display:block;
		text-align: center;
		position:relative;
		padding: 20px;
		font-size:22px;
	}
	
	#main_content p{
		padding: 10px;
	}

#sidebar{
	position:relative;
	background: white;
	border: #222 2px solid;
	float:right;
	width: 219px;
	top: 20px;
}
	#sidebar ul{
		list-style:none;
		padding: 10px;
	}
		
		#sidebar ul li{
			padding: 10px;
		}	

	#sidebar .title{
		background:url(images/sidebar_header.jpg);
		width: 219px;
		height: 25px;
		text-indent: -9999px;
	}

#footer_wrap{
	width:100%;
	background-color:#291b03;
	clear:both;
}

#footer
{
	color:#ebd699;
	margin: 0 auto;
	width:900px;
	height:91px;
	position:relative;
	/*overflow:hidden;*/
	bottom: 0px;
	background:url(images/footer.jpg);
	font-size:11px;
}

	#footer ul
		{
			margin: 10px;
			clear: left;
			float:left;
			left: 50%;
			list-style:none;
			position:relative;
			text-align:center;
		}

		#footer ul li
		{
			padding: 8px;
			display:block;
			float:left;
			list-style:none;
			position:relative;
			right: 50%;
			padding: 0 20px 20px 20px;
		}
			#footer a{
			   color:#d5dedc;
			   text-decoration:none;
			   font-size:12px;
			   font-weight:bold;
			}
			
			#footer ul li a:hover {
			   background:#4a545a;
			   text-decoration:underline;
			}
		

/* Page specific */		
#welcome{
	/*float: left;*/
	margin: 0 50px 40px 50px;
	width:550px;
}

#portfolio
{
	padding: 10px 0;
}
	#portfolio h1
	{
		font-style:italic;
		width: 66%;
		margin: 0 auto;
		border-bottom: #222 2px solid;
	}

	#portfolio .info  table{
		
		margin: 20px;
	}
	
	#portfolio .movie_left{
		margin: 20px;
		width: 360px;
		height: 203px;
		border: #222 2px solid;
		float:left;
	}
	
	#portfolio .movie_right{
		margin: 20px;
		width: 360px;
		height: 203px;
		border: #222 2px solid;
		float:right;
	}

#why_us h2
{
	padding-top:20px;
}

#why_us .questions
{
	margin: 10px 0 250px 0;
}
	#why_us .questions h3
	{
		margin: 16px;
		color: #422018;
	}
	
	#why_us .questions .links
	{
		margin: 15px;
	}

#why_us h5
{
	font-style:italic;
	font-size:22px;
	margin-top:60px;
	text-align:center;
}

#why_us .to_intro a
{
	font-style:italic;
	font-size:14px;
	text-align:center;
}

#why_us h5,h2 a
{
	color: #422018;
}

#why_us h5,h2 a:hover
{
	color: #422018;
	text-decoration:none;
	background-color:#f1ede2;
}

/*////////////////////////////////////////*/
#packages table a:link {color: #CC6633;}
#packages table a:visited {color: #CC6633;}
#packages table a:hover {color: #999966;}
#packages table a:active {color: #CC6633;}
#packages table a:focus{color: #CC6633;}


#packages table caption {
		padding: 18px 2px 5px 2px;
		color: #4A545A;
		background-color: inherit;
		font-weight: normal;
		text-align: center;
		text-transform: uppercase;
		font-size: 18px;
		}

	#packages table{
		border: 1px solid #D9D9D9;
		margin: 0 auto;
		font-size: 18px;
	}
	#packages table tr td{
		padding: 6px 9px;
		text-align:center;

	}
	#packages table thead th{
		background-color: #E5E5D8;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #D9D9D9;
		font-weight: bold;
		text-align:left;
		padding: 16px 9px;
		color:#592C16;
	}
	#packages table tbody tr th{
		background-color: #fff;
		font-weight: normal;
		border-left: none;
		padding: 6px 9px;
		background-color: #E5E5D8;
	}
	#packages table tbody td{
			border-left: 1px solid #D9D9D9;
	}
	#packages table tbody tr.odd{
		background-color: #F3F3F3;
	}
	
#packages table tbody tr:hover {
	color: #333333;
	background-color: #E5E5D8;
}

#packages table tbody tr.odd:hover {
color: #333333;
	background-color: #E5E5D8;
}
	
	#packages table tfoot td, #itsthetable table tfoot th{
		border-top: 1px solid #ccc;
		font-weight:bold;
		color:#592C16;
		padding: 16px 9px;
		
	}


 
/*////////////////////////////////////*/

#packages,#contact h2
{
	color: #422018;
}

#packages p
{
	color: #4a545a;
}

#packages_left
{
	margin: 50px 0;
	float:left;
	font-size:16px;
	width: 300px;
}

#packages_right
{
	margin: 50px 0;
	font-size:16px;
	float:right;
	width: 325px;
}



#contact_left
{
	margin: 100px 0 100px 0;
	float:left;
	font-size:16px;
	width: 300px;
}

#contact_right
{
	padding: 100px 0 100px 0;
	font-size:16px;
	float:right;
	width: 300px;
}

p.contact_numbers
{
	font-size:24px;
}

#about{
	padding: 18px;
	margin: 0 auto;
	font-size:18px;
}

img.about
{
	float:left;
	margin: 15px 30px 30px 0;
	border: #222 2px solid;
}
