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

body {
	margin: 0px; padding: 0px;
	background-image: url(../images/main_bg.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #fff;
}

a { color: #ff0000; text-decoration: none; }
img { border: 0px; }

#inner_main_bg {
	background-image: url(../images/main_bg_shadow.png); background-repeat: repeat-y; background-position: center;	
}


#main_container {
	width: 960px;
	margin: auto;
	/*height: 500px;*/
	background-image: url(../images/body_border_bg.png); background-repeat: repeat-y;
}

#header {
	height: 37px;
	padding: 24px 15px 0px 0px;
	background-image: url(../images/header_bg.png); background-repeat: no-repeat;	
	text-align: right;
}

#header_contact_list {
	display: inline;
	list-style: none;	
	margin: 0px; padding: 0px;
}

#header_contact_list li {
	display: inline;	
	padding-left: 20px;
}

#navigation {
	height: 110px;	
	background-image: url(../images/nav_bg.jpg); background-repeat: no-repeat;
	margin: 0px 1px;
}

#logo {
	width: 258px;
	padding: 31px 0px 0px 8px;	
}

#main_nav {
	margin: 0px; padding: 50px 10px 0px 0px;
	list-style: none;	
}

#main_nav li {
	display: inline;
	padding-left: 34px;
	font-size: 13px; color: #000;
}

#main_nav li a {
	color: #000!important;
}

#main_nav li a.on, #main_nav li a:hover {
	color: #cc0000!important;
}

#main_content_container {
	background-image: url(../images/content_bg.jpg); background-repeat: no-repeat;	
	padding: 27px 1px 0px 1px;
	/*height: 500px;*/
}

#content_full {
	padding-right: 20px; padding-left: 14px;
}

#content_left {
	width: 605px;	
	padding-right: 20px; padding-left: 14px;
}

.half_left {
	width: 455px;	
}

.half_right {
	width: 455px;	
}

.hero_main {
	width: 591px; height: 284px;	
	padding: 7px;
	background-image: url(../images/hero_bg.png); background-repeat: no-repeat;
}

.hero_inner {
	position: relative;	
}

.hero_img {
	position: absolute;	
}

.hero_txt {
	position: absolute;	
	height: 50px; width: 575px;
	padding: 21px 10px 0px 5px;
	top: 217px;
	background-image: url(../images/hero_shading.png);
	font-size: 14px;
}

/* SLIDE SHOW STYLES */
.clear {
    clear:both
}
 
#gallery {
    position:relative;
    height:362px
}
    #gallery a {
        float:left;
        position:absolute;
    }
     
    #gallery a img {
        border:none;
    }
     
    #gallery a.show {
        z-index:500
    }
 
    #gallery .caption {
        z-index:600; 
        background-color:#000; 
        color:#ffffff; 
        height:80px; 
        width:100%; 
        position:absolute;
        bottom:0; 
    }
 
    #gallery .caption .content {
        margin:5px; font-size:14px
    }
     
    #gallery .caption .content h3 {
        margin:0;
        padding:0;
        color:#FFF0; font-size:22px; font-weight:normal
    }

/* SLIDE SHOW STYLES */


#right_bar {
	width: 305px;
	padding-right: 14px;	
}

.thumb_box {
	background-image: url(../images/main_thumb_bg.png); background-repeat: no-repeat;	
	width: 291px; height: 140px;	
	padding: 6px 7px 7px 7px;
}

.image_stripe .thumb_box {
	float: left;
	margin-right: 3px;	margin-bottom: 3px;
}

.image_stripe {
	padding: 10px 0px;	
}

.heading {
	border-bottom: 2px solid #3a0000;	
	height: 12px;
	padding-top: 8px; padding-bottom: 12px;
}

.sub_heading {
	min-height: 12px;
	padding-top: 8px; padding-bottom: 4px;
}

.descrition {
	padding: 5px 0px 10px 0px;
}

.descrition ul {
	margin: 0px; padding: 0px 0px 0px 15px;	
	list-style-type: square;
}

.more_stripe {
	text-align: right;	
}

.content_block {
	padding-bottom: 15px;	
}
	#right_bar .content_block .content_block_left {
		width: 96px;
	}

	#right_bar .content_block .content_block_right {
		width: 200px;
	}
	.right_thumb_sml {
		border: 1px solid #3a0000;	
	}

.content_block p {
	margin: 0px 0px 13px 0px;	
}

.content_block p:last-child {
	margin: 0px 0px 0px 0px!important;	
}

h2, h3, h4 {
	margin: 0px; padding: 0px;
	font-weight: normal;	
	color: #ba5353;
}

h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

#footer {
	background-image: url(../images/footer_top.png); background-repeat: no-repeat;
	padding-top: 100px;
	
}

#footer_bottom {
	height: 58px;
	background-color: #fff;
	margin: 0px 1px;
	padding: 28px 0px 0px 19px;
}

#footer_left {
	width: 610px;	
}

#footer_nav {
	display: inline;
	list-style: none;	
	margin: 0px; padding: 0px;
}

#footer_nav li {
	display: inline;	
	font-size: 11px;
	margin-right: 15px;
}

#footer_nav li a {
	color: #000; text-decoration: none;
}

#footer_right {
	width: 180px;	
}

.cr {
	font-size: 11px; color: #7a7a7a;	
}

.flt_lft { float: left; }
.flt_rgt { float: right; }
.clr_bth { clear: both; }

.no_border { border: 0px!important; }


#frm-contact {
	padding-top: 10px;
}

#frm-contact tr td {
	vertical-align: middle;
	padding: 8px;
}

#frm-contact tr td input, #frm-contact tr td textarea {
	background-color: #fff;
	border: 0px;
	width: 320px;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;
}

#frm-contact tr td textarea {
	height: 120px;
}

#frm-contact tr td.lable { padding-right: 40px; }

#btn-submit {
	text-align: right;
}

.v-top { vertical-align: top!important; }

#frm-contact tr td#btn-submit input {
	width: 80px; background-color: #666666;
	color: #fff;
	padding: 4px; cursor:pointer;
}
.err, .txt_red {
	color: #CC0000;
}

.star { vertical-align: top!important; text-align: left; }
.p_t_6 { padding-top: 6px; }

