/* ---[ Imports ]------------------------------- */
/* @import "nav.css"; */

/* ---[ Global Resets ]------------------------------- */
body, h1, h2, h3, h4, h5, h6, form, img, p{margin:0px; padding:0px; border:0px;}
p{margin-bottom:20px;font-size: 16px;line-height: 25px;}
a{outline:none; cursor:pointer;}
img{ border:none;}
a.img{border:none;}
code{font-size: 12px;}
a:link, a:visited{color:#F83829;text-decoration:none;}
a:hover,  a:active{color:#F83829;text-decoration:underline;}
/* ---[ Main Templete ]------------------------------- */
body{
	font-family:arial,verdana,tahoma,Courier;
	font-size:12px;
	color:#F83829;
	background-color:#000000;
}
#mainHeader{
	width: 100%;
	height: auto;
}
#headerBanner{
	width: 960px;
	margin: 0px auto 0px auto;
}
#headerBannerMain{
	width: 960px;
	margin: 0px auto 3px auto;
	background:url(../img/headerBanner.jpg) no-repeat;
	height: 283px;
	display: block;
}
#headerBannerBooking{
	width: 960px;
	margin: 0px auto 0px auto;
	background:url(../img/bookingBanner.jpg) no-repeat;
	height: 176px;
	display: block;
}
#headerBannerKeep{
	width: 960px;
	margin: 0px auto 0px auto;
	background:url(../img/keepBanner.jpg) no-repeat;
	height: 114px;
	display: block;
}
#site{
	width:960px;
	height:auto;
	margin: 0px auto 0px auto;
}
#footer{
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-size:10px;
	margin-top: 5px;
}
.mainCollage{
	display: block;
	width:880px;
	height:571px;
	margin: 0px auto 0px auto;	
}
.keepCollage{
	display: block;
	width:808px;
	height:540px;
	margin: 11px auto 0px auto;	
}
#navHolder{
	width: 805px;
	margin: 0px auto 0px auto;
	height: 30px;
	padding: 0px 0px 4px 0px;
	text-align: center;	
}
#navHolder ul{
	display: inline;
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#navHolder li{float:left;display:inline;}

/* ---[ Main Templete ]------------------------------- */
/* ---[ Navigation ]------------------------------- */
/*--Home--*/
a#navHome{
	color:#000000;	
	width:161px;
	height:30px;
	overflow: hidden;
	display:block;	
}
a#navHome span{
	display: none;
}
a#navHome, a#navHome:visited, a#navHome:link{
	background:url(../img/homeStatic.png) no-repeat;
}
a#navHome.current:hover, a#navHome:hover{
	background:url(../img/homeHover.png) no-repeat;	
}
a#navHome.current:visited, a#navHome.current{
	background:url(../img/homeCurrent.png) no-repeat;
}
/*--Home--*/
/*--Pics--*/
a#navPics{
	color:#000000;
	width: 161px;
	height: 30px;
	overflow: hidden;
	display: block;
}
a#navPics span{
	display: none;
}
a#navPics, a#navPics:visited, a#navPics:link{
	background:url(../img/picsStatic.png) no-repeat;
}
a#navPics.current:hover, a#navPics:hover{
	background:url(../img/picsHover.png) no-repeat;	
}
a#navPics.current:visited, a#navPics.current{
	background:url(../img/picsCurrent.png) no-repeat;
}
/*--Pics--*/
/*--KISS--*/
a#navKeep{
	color:#000000;
	width: 161px;
	height: 30px;
	overflow: hidden;
	display: block;
}
a#navKeep span{
	display: none;
}
a#navKeep, a#navKeep:visited, a#navKeep:link{
	background:url(../img/keepItSimpleStatic.png) no-repeat;
}
a#navKeep.current:hover, a#navKeep:hover{
	background:url(../img/keepItSimpleHover.png) no-repeat;	
}
a#navKeep.current:visited, a#navKeep.current{
	background:url(../img/keepItSimpleCurrent.png) no-repeat;
}
/*--KISS--*/
/*--Book--*/
a#navBook{
	color:#000000;
	width: 161px;
	height: 30px;
	overflow: hidden;
	display: block;
}
a#navBook span{
	display: none;
}
a#navBook, a#navBook:visited, a#navBook:link{
	background:url(../img/bookAShootStatic.png) no-repeat;
}
a#navBook.current:hover, a#navBook:hover{
	background:url(../img/bookAShootHover.png) no-repeat;	
}
a#navBook.current:visited, a#navBook.current{
	background:url(../img/bookAShootCurrent.png) no-repeat;
}
/*--Book--*/
/*--blog--*/
a#navBlog{
	color:#000000;
	width: 161px;
	height: 30px;
	overflow: hidden;
	display: block;
}
a#navBlog span{
	display: none;
}
a#navBlog, a#navBlog:visited, a#navBlog:link{
	background:url(../img/blogStatic.png) no-repeat;
}
a#navBlog.current:hover, a#navBlog:hover{
	background:url(../img/blogHover.png) no-repeat;	
}
a#navBlog.current:visited, a#navBlog.current{
	background:url(../img/blogCurrent.png) no-repeat;
}
/*--Blog--*/
/* ---[ Navigation ]------------------------------- */
/* ---[ Book a Shoot Specific ]------------------------------- */
#bookingForm input, textarea{
	background-color: #000000;
	border: 1px solid #FFFFFF;
	width: 261px;
	padding: 2px;
	color: #FFFFFF;
}
.elemHolder{
	width: 100%;
	float: left;
	clear: both;
	margin: 38px 0px 0px 0px;
}
#topElem{
	margin: 18px 0px 0px 0px;
}
.elemLabel{
	width: 50%;
	float: left;
	text-align: right;	
}
.elemLabel img{
	float: right;
}
.elemInput{
	width: 50%;
	float: left;
	text-align: left;
	clear: right;	
}
#bookingForm input.bookingSubmit{
	width: auto;
	padding: 2px;
}
/* ---[ Book a Shoot Specific ]------------------------------- */
/* ---[ Misc ]------------------------------- */
#photoGallery{
	margin:18px auto 0px auto;
}
#flashMessage{
	width: 100%;
	padding: 5px;
	border: 1px dashed #FFFFFF;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.phoneAddress{
	display: none;
}
.opener{
	/*This forces an element to stay open if elements are floating inside it*/
	display: block;
	clear: both;
	width: 100%;
}
/* ---[ Misc ]------------------------------- */
