body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:#000; 
	}

img {
	border: 0;
	}
input,textarea{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:#000; 
	font-size:85%; }

h1{
	text-indent:-9000px;
	background-image:url(../images/tom-weller-logo.jpg);
	background-position:right;
	width:450px;/*528px;*/
	height:73px;
	cursor:pointer;
}
h3{
	text-decoration:underline;
	font-weight:bold;
}
a{
	color:#0a85b3;
}
a:hover{
	color:#222;
}
p,label,li,h3,#primary-copy a
{
	font-size:85%;
}

p{
	padding:5px 0px;	
	line-height:1.4em;
}
h2{
	color:#0a85b3;
	font-size:100%;
	font-weight:bold;
}
label{
	font-weight:normal;
}
p.blue-tag-line{
	color:#0a85b3;
	font-style:bold;
	font-size:120%;
	letter-spacing:0.3em;
}

/* -----------------------------POSTIONING ELEMENTS --------------------------------*/
#container {
	width:1000px;
	text-align:left; 
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding:0px;
	height:450px;/*430px old*/
	position:relative;
}
#left-column{
	float:left;
	width:450px;/*530px*/
	height:450px;
	z-index:200;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFF;
	position:relative;
}

/*#left-column-fade{
	background-color:#FFF;
	opacity:0.7;
	filter:alpha(opacity=70);
}*/
#right-column{
	float:right;
	width:550px;/*580px;*/
	height:450px;
	overflow:hidden;
	z-index:100;
	position:absolute;
	top:0px;
	right:0px;
}
.main-image{
	background-position:bottom left;
	height:450px;
	background-repeat:no-repeat;
}
#main-image-home{
	background-image:url(../images/main-thea.jpg);
}
#main-image-contact{
	background-image:url(../images/contact1.jpg);
}
#main-image-about{
	background-image:url(../images/about1.jpg);
}
#main-image-portrait{
	background-image:url(../images/portrait1.jpg);
}
#main-image-commercial{
	background-image:url(../images/commercial2.jpg);
}
#main-image-weddings{
	background-image:url(../images/wedding2.jpg);
}
#main-image-prices{
	background-image:url(../images/pricing1.jpg);
}
#main-image-gallery{
	background-image:url(../images/gallery1.jpg);
}
/*hack to rest for non ie browsers
*>div{
	font-size:12px
}
*/
#chosen-image-landscape{

}
#chosen-image-portrait{

}
#primary-copy{
	padding:20px 20px 0 20px;
	opacity:1;
	/*filter:alpha(opacity=100);*/
}
.greyLineTop
{
	margin-top:70px;
	border-bottom:2px solid #0A85B3;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.greyLineBottom
{
	border-top:2px solid #0A85B3;
	height:0px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
/*-------------------------------- FOOTER NAVIGATION --------------------------------*/
#footer{
	background-color:#eee;
	height:25px;
	width:1000px;
	font-size:90%;
	margin-left:auto;
	margin-right:auto;;
}
#navcontainer ul
{
	padding-left: 15px;
	margin-left: 0px;
	color: #fff;
	float: left;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color:#eee;
	color: #111;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	height:20px;
}
#navcontainer ul li a:hover, #navcontainer ul li#active a
{
	background-color:#006699;
	color: #fff;
}
#contact-details
{
	text-align:right;
	float:right;
	height:27px;
	margin-right:50px;
	color:#333;
}
#contact-details strong
{
	font-weight:bold;
}
#contact-details a
{
	color:#444;
}
/*-------------------------------------GALLERY STYLES ------------------------------*/
#gallery-grid
{
	width:450px;
	/*height:195px;
	
	margin-top:5px;
	margin-left:5px;*/
	padding:0px;
}
img.gallery-image
{
	width:90px;
	height:90px;
	overflow:hidden;
}
div.gallery-image-holder
{
	float:left;
	padding:0px 10px 10px 0px;
}
div.gallery-image-holder a
{
	display:block;
		border:2px solid #fff;
}
div.gallery-image-holder a:hover
{
	display:block;
	border:2px solid #006699;
}
div.gallery-image-holder a:active
{
	display:block;
	border:2px solid #006699;
}
ul#gallery-list
{
	padding-left:20px;
	list-style:square;
}
ul#gallery-list li
{
	padding-top:10px;
	
}
ul#gallery-list li a
{
	font-size:110% !important;
}
/*------------------------------- GALLERY NAVIGATION (Previous & Next) ------ */

div.gallery-nav
{
	position:absolute;
	bottom:5px;
	font-size:65%;
	font-weight:bold;
}
div.gallery-nav a
{
	text-decoration:none;
}
div#prev{
	left:15px;
}
div#next{
	right:15px;
}
/*------------------------------ CONTACT FORM -------------------------------*/
div#contact-form-main{
	width:440px;
}
div#contact-form-main label{
	float:left;
	width:130px;
	text-align:right;
	font-weight:normal;
}
div#contact-form-main input
{
	float:right;
	margin-right:30px;
	width:260px;
}
#btnContactSubmit{
	width:64px !important;
}
div#contact-form-main textarea{
	float:right;
	margin-right:30px;
	width:260px;
}
div.contact-form-input-holder{
	 height:25px;
}
div.contact-form-textarea-holder{
	 height:55px;
}
img#imgCaptcha{
	float:left; 
	margin-left:15px;
}
