@charset "utf-8";
/* CSS Document */


body
{
	background:#000000;
	padding-top:0px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper
{
	width:960px;
	height:100%;
	margin:0px auto 0px;
	background:#FFFFFF;
}
#header
{
	width:960px;
	height:179px;
	background: url(images/header.jpg);
}
#nav
{
	width:960px;
	height:29px;
	background:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
#nav a, #nav a:visited
{
	font-size:24px;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:7px;
	padding-left:16px;
	padding-right:16px;
	font-weight:bold;
}
#nav a:hover
{
	font-size:24px;
	color: #660000;
	text-decoration:none;
	padding-top:7px;
	padding-left:16px;
	padding-right:16px;
	font-weight:bold;
}
#content
{
	background: #FFFFFF;
	width:960px;
	height:100%;
	height:auto;
}
#shadow
{
	background: url(images/shadow.jpg) repeat-x;
	height:18px; width:960px;
}
#left_content
{
	background: url(images/leftcontentBG.jpg) top left no-repeat;
	height:100%;
	width:634px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#left_content_gallery
{
	background: url(images/leftcontentBG.jpg) top left no-repeat;
	height:100%;
	width:940px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#right_content
{
	height:100%;
	width:290px;
	float:right;
	border-left: #000000 solid 1px;
	padding-left:7px;
	padding-right:4px;
}
ul
{
	padding-left:20px;
}
#fade
{
	background: url(images/contentBG.jpg) repeat-x;
	width:960px;
	height:170px;
	clear:both;
	padding-top:10px;
}
#footer
{
	clear:both;
	width:960px;
	height:100%;
	background:#660000;
	color:#FFFFFF;
	padding-top:15px;
	padding-bottom:20px;
	font-size:11px;
}
#footer a, #footer a:visited
{
	color:#FFFFFF;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
}
#footer a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
	padding-right:10px;
	padding-left:10px;
}
a, a:visited
{
	color:#990000;
	text-decoration:none;
}
a:hover
{
	color:#990000;
	text-decoration:underline;
}
img
{
	border: none;
}
.gallery{
	float:left;
	height:200px;
	width:260px;
	text-align:center;
	font-size:12px;
	margin:10px 25px;
	text-transform: capitalize;
}
.gall-img{
	height:180px;
	width:240px;
	margin-bottom:2px;
}
.gall-img2{
	height:180px;
	
	margin-bottom:2px;
}

/* FORM */
table#table-contact input[type=text], input[type=text],input[type=password]
{
	width:250px;
	border: 1px solid #cdcdcd;
	font: 13px trebuchet ms;
	color: #5a5a5a;
	padding: 5px 0px;
	background: #ffffff;
	cursor:pointer;
}

table#table-contact input[type=text].error,input[type=text].error,input[type=password].error
{
	width:250px;
	border: 1px solid #ff0000;
	font: 13px trebuchet ms;
	color: #ff0000;
	padding: 5px 0px;
	background: #FBE3E4;
	cursor:pointer;
}

table#table-contact select, select
{
	border: 1px solid #cdcdcd;
	font: 13px trebuchet ms;
	color: #5a5a5a;
	padding: 5px 2px;
	background: #ffffff;
	cursor:pointer;
}

table#table-contact select.error,select.error
{
	border: 1px solid #ff0000;
	color: #ff0000;
	background: #FBE3E4;
}


table#table-contact input.submit, input.submit {
	border: none;
	font: 14px georgia;
	color: #ffffff;
	font-weight:bold;
	padding: 5px;
	height:31px;
	cursor: pointer;
}

table#table-contact input.submitSelected, input.submitSelected {
	border: none;
	font: 14px georgia;
	color: #ffffff;
	font-weight:bold;
	padding: 5px;
	height:31px;
	cursor: pointer;
}

table#table-contact textarea {
	width: 300px;
	height: 150px;
	border: 1px solid #cdcdcd;
	font: 13px trebuchet ms;
	color: #5a5a5a;
	padding: 5px;
	background: #ffffff;
}

table#table-contact td.right{
	text-align: left;
	padding: 5px;
	background: #f9f9f9;
	border: 1px solid #ececec;
}

