/*	Author: AB/Berger photography, London @ www.bergerandy.com
*	Date: July'09
*	V: 2.0
*/
/************************** BODY STYLE ****************************/

body {
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	background-image: url(assets/bg.gif);
}
p, td {
	color:#8D8D8D;
	line-height:110%;
	padding-top: 2px;
	padding-bottom: 2px;
}

img {
	border:0pt none;
}
a {
	color:#D70707 !important;
	text-decoration:underline;
	background-color:#FFFFFF;
	-webkit-transition-property: background-color,color;
	-webkit-transition-duration: 2s, 2s;
	-transition-timing-function: ease-in;
}
a:link {
	color:#D70707;
	text-decoration: none;
}
a:visited {
	color:#D70707;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF !important;
	background-color:#D70707;
	text-decoration: none;
}
#footer {
	float:right;
	background-color: #FFFFFF;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 20px;
}
/************************** COPY ****************************/
.copyright {
	font-size: 9px;
	color: #8D8D8D;
}
.copyright a {
	color:#8D8D8D !important;
	font-size: 9px;
	text-decoration:none;
	background-color:#FFFFFF;
	-webkit-transition-property: background-color,color;
	-webkit-transition-duration: 2s, 2s;
	-transition-timing-function: ease-in;
}
.copyright a:visited {
	font-size: 9px;
	text-decoration:none;
	color: #8D8D8D;
}

.copyright a:hover {
	color:#FFFFFF !important;
	background-color:#D70707;
	font-size: 9px;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
.subHead {
	text-transform: uppercase;
	font-size: 13px;
	color: #D70707;
	letter-spacing: 0.1em;
}
.hightlight {
	text-transform: uppercase;
	color: #D70707;
}
/************************** LAYOUT ****************************/

#main {
	width:860px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#content {
	position: relative;
	width: 860px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 565px;
}
#leftCol {
	float:left;
	width:210px;
	position: relative;
	margin-top: 320px;
}
#rightCol {
	width:650px;
	position: relative;
	float: right;
}
#myForm fieldset {
	background-color: #FFF;
	background-image: url(assets/lgrey_diag.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #FCFCFC;
	border: 1px solid #DEDEDE;
	height: 160px;
	width: 350px;
}
#myForm textarea {
	font-size: 11px;
}
#banner {
	position: absolute;
	margin-top: 280px;
	margin-left: 420px;
}

#myForm legend {
	text-transform: uppercase;
	font-size: 13px;
	color: #D70707;
	letter-spacing: 0.1em;
}
/************************** IMAGE STYLE ****************************/

img#left {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
}

img#right {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
}
 img, div { behavior: url(iepngfix.htc) 
}

/************************** LOGO STYLE ****************************/

#main #content #leftCol img#logo a:{
	text-decoration: none;
}
#main #content #leftCol img#logo a:link{
	text-decoration: none;
}
#main #content #leftCol img#logo a:hover{
	text-decoration: none;
}
/************************** MENU STYLE ****************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.menu
{
	list-style-type: none;
	cursor: default;
	width: 210px;
	position: relative;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.menu li
{
	list-style-type: none;
	font-size: 11px;
	text-align: right;
	cursor: pointer;
	width: 100px;
	position: relative;
	padding-left: 110px;
	text-decoration: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.menu a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	text-align: right;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-right: 25px;
	color:#8D8D8D !important;
	font-size: 11px;
	background-color:#FFFFFF;
	-webkit-transition-property: background-color,color,padding-right,background-image;
	-webkit-transition-duration: 1s, 1s;
	-transition-timing-function: ease-in;
}
ul.menu a:visited{
	text-decoration: none;
	}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.menu a:hover, ul.menu a:focus
{
	background-image: url(assets/menuBG.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	color:#d70707 !important;
	text-decoration: none;
	background-color: #FFFFFF;
}

/************************** CONTENT STYLE ****************************/
#aboutContent {
	padding-right: 20px;
	padding-left: 90px;
	margin-top: 325px;
}
#galleryContent {
	padding-left: 30px;
	margin-top: 10px;
}
#contactContent {
	padding-right: 20px;
	padding-left: 40px;
	margin-top: 340px;
}
#termsContent {
	overflow: auto;
	height: 310px;
	padding-right: 20px;
	padding-left: 90px;
	margin-top: 200px;
}

#main #content #rightCol #termsContent p {
	margin-right: 20px;
}
img#right {
	margin-left: 20px;
	float: right;
}
