@charset "utf-8";

/*****----------------Reset----------------*****/  
*{
	margin: 0;
	padding:0;
	outline: none;
}

/*****------------Basic Elements------------*****/  
a:link, a:visited{
	color: #584501;
	text-decoration: none;
	font-style: italic;
	}
a:hover, a:active{
	color: #FF6633;
	}
body{
	background: #96876e;
	color: #333;
	direction: ltr;
	font-family: Verdana,sans-serif;
	font-size: .8em;
	font-style:	normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.6em;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	vertical-align: baseline;
	word-spacing: normal;	
	}
em{
	font-weight: bold;
	font-style:normal;
	}
h3{
	font-size: 1.4em;
	}
h4{
	font-size: 1em;
	}
img{
	border:0;
	}
ul{
	font-weight: normal;
	}
#rightPanel li{
	margin-left: 30px;
}



/*****-----------Generic Classes-----------*****/  
.hidden{
	position: absolute;
	text-indent: -999999%;
	}
.list{
	list-style: circle;
	margin-left: 15px;
}
.warning{
	color: #CC3300;
	display: none;
}
.title{
	padding-top: 15px;
}

.titleBig{
	padding-top: 30px;
}

.priceTitle{
	padding-top: 20px;
}

/*****--------------Index Page------------*****/ 
#horizon{
	display: block;
	left: 0px;
	position: absolute;
	top: 50%;
	width: 100%;
	}
#splash{
	background: #FFFFFF url(../images/splashIntro.jpg) top left no-repeat;
	height: 339px;
	left: 50%;
	margin-left: -206px;
	position: absolute;
	top: -170px;
	visibility: visible;
	width: 411px;
	}
#enterSiteBtn a:hover {
	background:transparent url(../images/enterSite.jpg) no-repeat scroll 0 -13px;
	}
#enterSiteBtn a {
	background:transparent url(../images/enterSite.jpg) no-repeat scroll left top;
	height:13px;
	width:75px;
	overflow: hidden;
	display:block;
	position: absolute;
	top: 255px;
	left: 165px;
	text-indent: -99999%;
	}


/*****----------Basic Layout----------*****/
#container{
	background: transparent url(../images/middle.jpg) top left repeat-y scroll;
	margin: auto;
	min-height: 600px;
	position: relative;
	width: 1000px;	
}
#bottomPic{
	background: transparent url(../images/bottom.jpg) bottom left no-repeat scroll;
	bottom: 0;
	height: 202px;
	left: 0;
	position: absolute;
	width: 1000px;
	}
#header{
	background: transparent url(../images/top.jpg) top left no-repeat scroll;
	height: 132px;
	width: 1000px;
	
}
#leftPanel{
	/*background: #00CCFF;*/
	float: left;
	left: 10px;
	padding: 20px 20px 30px 20px;
	position: relative;
	width: 276px;
}
#rightPanel{
	float: left;
	left: 30px;
	padding: 0 45px 45px 45px;
	position: relative;
	width: 533px;
}
#contact #rightPanel{
	background: url(../images/contactBG.jpg) top left no-repeat scroll;
	float: left;
	left: 10px;
	padding: 0 45px 45px 45px;
	position: relative;
	width: 533px;
}

#footer{
	clear: both;
	padding-bottom: 60px;
}


/*****----------Text/Image Replacement-----------*****/
#logo {
	background:transparent url(../images/logo.png) top left no-repeat scroll;
	top: 69px;
	height:59px;
	left: 54px;
	position:absolute;
	width:272px;
	text-indent: -999999px;
}

#videoTitle{
	background: transparent url(../images/videoTitle.png) top left no-repeat scroll;
	width: 89px;
	height: 18px;
	text-indent: -9999999px;
	padding-bottom: 10px;
}

#samplesTitle{
	background: transparent url(../images/samplesTitle.png) top left no-repeat scroll;
	width: 59px;
	height: 18px;
	text-indent: -9999999px;
	margin-top: 20px;
	padding-bottom: 10px;
}
#aboutTitle{
	background: transparent url(../images/aboutTitle.png) top left no-repeat scroll;
	width: 43px;
	height: 18px;
	text-indent: -9999999px;
	padding-bottom: 10px;
}
#servicesTitle{
	background: transparent url(../images/ourServicesTitle.png) top left no-repeat scroll;
	width: 86px;
	height: 18px;
	text-indent: -9999999px;
	margin-top: 20px;
	padding-bottom: 10px;
}
#photographyTitle{
	background: transparent url(../images/photographyTitle.png) top left no-repeat scroll;
	width: 88px;
	height: 18px;
	text-indent: -9999999px;
	padding-bottom: 10px;
}
#pricingTitle{
	background: transparent url(../images/pricingTitle.png) top left no-repeat scroll;
	width: 48px;
	height: 18px;
	text-indent: -9999999px;
	padding-bottom: 10px;
}
#contactTitle{
	background: transparent url(../images/contactTitle.png) top left no-repeat scroll;
	width: 78px;
	height: 18px;
	text-indent: -9999999px;
	padding-bottom: 10px;
}

/*****------------Main Navigation-------------*****/

#nav {
	height: 72px;
	left: 390px;
	position: relative;
	text-indent:-999em;
	top: 34px;
	width: 522px;
	z-index:0;
}
#nav a {
	background: url(../images/nav.jpg) top left no-repeat scroll;
	display:block;
	height:72px;
	overflow:;
	text-indent:-999em;
}
#nav li {
	margin: 0;
	float:left;
	list-style: none;
	position:relative;
}
/*normal state*/
#nav-video a {
	background-position: 0px 0pt;
	width:128px;
}
#nav-photo a {
	background-position: -128px 0pt;
	width:128px;
}
#nav-pricing a {
	background-position: -256px 0pt;
	width:129px;
}
#nav-contact a {
	background-position: -385px 0pt;
	width:137px;
}

/*hover state*/
#nav-video a:hover {
	background-position: 0px -72px;
	width:128px;
}
#nav-photo a:hover {
	background-position: -128px -72px;
	width:128px;
}
#nav-pricing a:hover {
	background-position: -256px -72px;
	width:129px;
}
#nav-contact a:hover {
	background-position: -385px -72px;
	width:137px;
}


/*Currently ON state*/
#video #nav-video a {
	background-position: 0px -72px;
	width:128px;
}
#photo #nav-photo a {
	background-position: -128px -72px;
	width:128px;
}
#pricing #nav-pricing a {
	background-position: -256px -72px;
	width:129px;
}
#contact #nav-contact a {
	background-position: -385px -72px;
	width:137px;
}






/*****------------Other Elements-------------*****/

#flash{
	/*height: 372px;*/
	width: 521px;
	
}


#contact{
	color: #676767;
	margin: 15px 0 0 0;
	/*font-weight: lighter;*/
	padding: 0;
}
#contact input.text{
	background: #f3f3f3;
	border: #888 solid 1px;
	height: 20px;
	width: 285px;
	direction: ltr;
	font-family: Verdana,sans-serif;
	font-size: .9em;
	font-style:	normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.6em;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	vertical-align: baseline;
	word-spacing: normal;
	padding: 0 0 0 5px;
}
#contact textarea{
	direction: ltr;
	font-family: Verdana,sans-serif;
	font-size: .9em;
	font-style:	normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.6em;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	vertical-align: baseline;
	word-spacing: normal;
	
	
	background: #f3f3f3;
	border: #888 solid 1px;
	height: 120px;
	width: 280px;
	padding: 5px;
}
#contact  td{
	padding: 0 0 10px 0;
	/*margin: 40px;*/
}
