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

html,body {height: 100%;}

body {
	background: #73182c url(images/background.png) repeat-x;
	font: normal 0.75em Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color:#555555;
}

h1 {
	font-size:1.3em;
	margin:0px;
	color:#000;
}

h2 {
	font-size:1.3em;
	margin:0px;
	color:black;
}

.wrapper {
	min-height:100%;
	width:970px;
	padding:0 12px;
	background: url(images/shadow.png);
	margin: 0px auto;
}

.container {
	min-height:100%;
	background: #FFF;
	padding:0px;
}

.content {
	float:left;
	margin-top:10px;
	width:704px;
}


.call {
	padding-top:10px;
	margin-left:690px;
	cursor:pointer;
}

.flash {
	width:100px;
	height:120px;
	margin-bottom:10px;
	float:left;
}
.branding-title {
	padding-top:16px;
	float:left;
}

.slideshow {
	width:680px;
	height:250px;
}

.slideshow-border {
	border:6px solid #73182c;
	width:680px;
	height:250px;
}

div.slidetext {
	height:20px;
	width:680px;
	font-size:1.3em;
	color:black;
	display:block;
	margin-top:-25px;
	margin-left:15px;
	position:absolute;
	}
div.textbackground {
	display:block;
	height:30px;
	width:680px;
	background-color:#a0a0a0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	opacity:0.7;
	margin-top:-30px;
	position:absolute;
	}
	

.content-main {
	margin:0px;
 padding:0 20px 10px 6px;
 width:443px;
 float:left;
 border-right:1px dotted #CCCCCC;
}

.news {
	width:200px;
	margin-left:10px;
	padding-left:10px;
	float:left;
}
.menu-wrapper {
	width:246px;
	margin:10px;
	float:left;
	clear:left;
}

.menu {
	border:6px solid #73182c;
	background:url(images/menu_background.png);
	height:300px;
}


.menu-shadow {
}

.menu ul {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}

.menu ul li {

}

.menu ul li a {
	padding:5px 0 5px 20px;
	display:block;
	text-decoration:none;
	font-size:1.5em;
	color:black;
}

.menu ul li a:hover {
	background-color: #FFF;
}

.menu ul li span {
	padding:5px 0 5px 20px;
	display:block;
	text-decoration:none;
	font-size:1.5em;
	color:black;
}

.menu ul li span:hover {
	background-color: #FFF;

}

p {

}

.clear {
	clear:both;
}

.footer {
	text-align:right;
	font-size:0.8em;
	margin:20px 25px 0 0;
}

.footer a {
	color:black;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
	color:blue;
}

.column {
	width:300px;
	float:left;
	padding-right:40px;
}


span.link {
	cursor:pointer;
}


.dialog {
	display:none;
	position:fixed;
    top: 20%;
    left: 50%;
	width:300px;
	margin-left:-150px;
	background:#ffffff;
	border:6px solid #909090;
	padding:15px;
	text-align:center;
}


/* start contact form*/

h3 {
	margin:0px;
	padding-bottom:10px;
	font-size:1.3em;
}

#modal-contact {
	position:absolute;
    top: 10%;
	width:680px;
	margin-left:-340px;
	background:#ffffff;
	border:6px solid #909090;
	padding:15px;
	text-align:left;
}

.dialog a {
	color:blue;
}



.contact-form {
	float:left;
	border-right: 1px dotted #CCCCCC;
	padding-right:10px;
	width:402px;
}

.contact-form label {
	float:left;
	clear:both;
	width:100px;
	padding-top:3px;
}

.contact-form input, .contact-form textarea {
	float:left;
	margin-bottom:10px;
	width:290px;
}

img#captcha {
	float:left;
}

#captcha-refresh {
	clear:left;
	float:left;
	padding-left:100px;
	padding-bottom:5px;
	width:100px;
}

.button {
	background:transparent url(images/button_small_left.png) no-repeat scroll 0 0;
		float:left;
	margin-left:5px;
	width:106px;
}

.button  .apply {
	background:transparent url(images/button_small_apply.png) no-repeat scroll 100% 0;
		float:left;
	width:106px;
}

.button  .cancel {
	background:transparent url(images/button_small_cancel.png) no-repeat scroll 100% 0;
		float:left;
	width:106px;
}

.button-container {
	padding-left: 95px;
}

.button span {
	padding:0 24px 0 6px;
	color:#333333;
	cursor:pointer;
	display:block;
	font-size:11px;
	height:22px;
	line-height:22px;
	float:left;
	width:77px;
}
#captcha_code {
}

.contact-details {
	float:left;
	padding-left:10px;
}

.contact-details span {
	float:left;
}

.contact-details p{
	clear:left;
}
.contact-details .left {
	width:100px;
}

.contact-details .right {
	padding-bottom:7px;
}

.brandname {
	color:#73182c;
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:10px;
}

#captcha-modal .link, #send-modal .link, #send-error-modal .link {
	font-weight:bold;
}
/* end contact form*/
