@charset "utf-8";
/* RESET CODE */
form{
	margin: 0px;
	padding: 0px;
}

body {
	background: #9E8A83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #ddd;
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px 0px 8px;
	padding: 0px;
}


h1 { font-weight: normal; }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	/*margin: 0px 0px 6px;*/
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
h6 {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin: 0px 0px 5px;
}

p {
	margin: 0px;
	padding: 0px 0px 8px;
	line-height: 17px;
}

a { color: #fff; text-decoration: underline; }
a:link {}
a:visited {}
a:hover { color: #ccc; }
a:active {}



.clearit {
	clear: both;
}
img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
._________________________LAYOUT{}
#page_container {
	background: url(../images/skin/page_bg.gif) repeat-y;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#page_container_2col {
	background: url(../images/skin/page_bg_2col.gif) repeat-y;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#page_container_2col_right {
	background: url(../images/skin/page_bg_2col_right.gif) repeat-y;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#page {
	margin: 0px 10px;
	width: 960px;
}
#header {
	background: url(../images/skin/header.jpg) no-repeat;
	height: 80px;
	width: 960px;
}
#logo {
	float: left;
	height: 80px;
	width: 250px;
}
#tools {
	float: left;
	height: 80px;
	width: 710px;
}
#links {
	height: 25px;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: normal;
}
#lnk_contact {
	float: right;
	width: 250px;
}
#lnk_admin {
	float: left;
	width: 420px;
	padding-left: 15px;
	text-align: left;
	font-size: 12px;
}

#menu {
	height: 45px;
	padding-left: 4px;
}

#pane_photo {
	height: 258px;
	background: #98012E;
}
#col_left {
	float: left;
	width: 250px;
	background: url(../images/skin/left_col_shad.gif) no-repeat;
}
#col_left_clear {
	float: left;
	width: 250px;
}
#col_wide_left {
	background: url(../images/skin/mid_col_shad.gif) repeat-x;
	float: left;
	width: 660px;
	padding: 15px 25px;
}


#col_right {
	float: right;
	width: 250px;
	background: url(../images/skin/right_col_shad.gif) no-repeat;
	padding-top: 15px;
}

#col_right_shad {
	float: right;
	width: 250px;
	background: url(../images/skin/right-col-top-shad.gif) no-repeat;
	padding-top: 15px;
}

#col_mid {
	float: left;
	width: 430px;
	padding: 15px 15px 0px;
	background: url(../images/skin/mid_col_shad.gif) no-repeat;
}

#col_cont {
	float: left;
	width: 680px;
	padding: 15px 15px 0px;
	background: url(../images/skin/mid_col_shad.gif) repeat-x;
}
#col_cont_wide {
	padding: 15px;
	background: url(../images/skin/mid_col_shad.gif) repeat-x;
	width: 930px;
}


#footer {
	background: #63011F;
	height: 55px;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #CCCCCC;
	padding-top: 15px;
}
#footer p{
	margin: 0px;
	padding: 0px;
}
.h_rule {
	height: 1px;
	border-top: 1px dotted #888;
	width: 100%;
}
.h_rule_top {
	height: 1px;
	border-bottom: 1px dashed #888;
}
._________________________SITE_MAP{}
#sitemap {}
#sitemap a {
	text-decoration: none;
	color: #ddd;
	display: block;
	padding: 2px 4px;
}
#sitemap a:hover {
	background: #7D0126;
	color: #fff;
}

._________________________QUIK_LINKS{}
#quik_links {
	padding: 5px 15px 15px;
}
#quik_links a {
	display: block;
	background: url(../images/skin/btn-quik-0.gif) no-repeat;
	height: 20px;
	margin: 1px 0px 0px;
	text-indent: 15px;
	text-decoration: none;
	font-size: 12px;
	line-height: 19px;
	color: #DDDDDD;
}
#quik_links p {
	margin: 0px;
	padding: 0px;
}

#quik_links a:hover {
	color: #fff;
	background: url(../images/skin/btn-quik-1.gif);
}
#quik_links .selected {
	color: #fff;
	background: url(../images/skin/btn-quik-1.gif);
}

._________________________MEGA_MENU{}
/*div#megamenu h2 { margin: 0; padding: 0; }*/

ul#megamenu {
	color: #fff;
	margin: 0px;
	height: 45px;
	font-weight: bold;
	padding: 0px;
	display: block;
	font-size: 11px;
}

ul#megamenu li {
	display: block;
	position: relative;
	line-height: 35px;
	float: left;
	list-style-type: none;
	height: 45px;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}

/*ul#megamenu h2, ul#megamenu h3 {
font-size: 100%;
font-weight: normal;
display: inline;
}*/

ul#megamenu li a {
	color: #fff;
	text-decoration: none;
	background: url(../images/skin/nav-button-right-slide.jpg) repeat-x right 0px;
	display: block;
	padding-right: 6px;
	height: 45px;
}

ul#megamenu li a:hover {
	background: url(../images/skin/nav-button-right-slide.jpg) repeat-x right -90px;
}
ul#megamenu li span {
	display: block;
	padding-left: 7px;
	background: url(../images/skin/nav-button-left-cap.jpg) no-repeat left 0px;
}
ul#megamenu li a:hover span {
	background: url(../images/skin/nav-button-left-cap.jpg) no-repeat left -90px;
}

ul#megamenu li.mega a {
	height: 45px;
	line-height: 35px;
}
/*ul#megamenu li.mega a:hover { text-decoration: underline; }*/
ul#megamenu div {
	display: block;
}

ul#megamenu li.mega div {
	line-height: 17px;
	position: absolute;
	top: 45px;
	left: 0px;
	padding: 10px 20px;
	background: #e5e5e5;
	border: 1px solid #aaa;
	color: #999;
	font-size: 11px;
	display: none;
}

ul#megamenu li.hovering div { display: block; }

ul#megamenu li.mega div a {
	margin: 0px;
	padding: 0;
	color: #666;
	background: transparent url(none);
	line-height: 17px;
}
ul#megamenu li.mega div a:hover {
	color: #333;
	text-decoration: underline;
	background: url(none);
}

ul#megamenu li div a.more {
	color: #98012E;
	font-weight: bold;
}

ul#megamenu div h3 {
	color: #98012E;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
ul#megamenu div h4 {
	color: #98012E;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 2px;
	border-bottom: 1px dotted #666;
	display: inline;
}

ul#megamenu div p {
	margin: 0px 0px 10px;
	padding: 0;
}
ul#megamenu div a {
	margin: 0px;
	padding: 0px;
	display: inline;
	text-decoration: none;
}


._________________________ENQUIRY{}
#enquiryFrm { font-size:11px; }

#enquiryFrm label {
	width: 85px;
	float: left;
	margin-top: 5px;
}
#enquiryFrm input {
	width: 200px;
}

#enquiryFrm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}
#enquiryFrm p {
	clear: left;
	float: none;
	display: block;
	width: 320px;
}
._________________________DOWNLOADS{}
#downloads {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px dashed #ccc;
}
.download_container {
	width: 500px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.download_cat_head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ccc;
	line-height: 14px;
	padding: 5px;
	background: #7E0126;
	margin-bottom: 2px;
	margin-top: 8px;
	border-bottom: 1px solid #5A011C;
}
.download_row {
	height: 27px;
	margin-bottom: 1px;
	background: #AA0F3E;
}
.download_icon {
	background: url(../images/icon-pdf.gif) no-repeat 7px 3px;
	height: 25px;
	width: 35px;
	float: left;
}
.download_title {
	float: left;
	width: 365px;
	height: 25px;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
}
.download_title a {
	text-decoration: none;
}

.download_btn {
	float: left;
	width: 100px;
	height: 25px;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}
.download_btn a {
	display: block;
	height: 17px;
	width: 75px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 4px;
	background: url(../images/icon-download.gif) no-repeat 10px 0px;
	text-indent: 14px;
	padding-left: 10px;
	margin-left: 7px;
}
._________________________LINKS{}
.link_container {
	width: 660px;
	margin-bottom: 10px;
}
.link_cat_head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	padding: 5px;
	background: #7E0126;
	margin-bottom: 2px;
	margin-top: 8px;
	border-bottom: 1px solid #5A011C;
}
.link_row {
	background: #AA0F3E;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
}
.link_icon {
	background: url(../images/icon-link.gif) no-repeat 11px 7px;
	height: 22px;
	width: 30px;
	float: left;
}
.link_title {
	float: left;
	width: 615px;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	padding-top: 4px;
	padding-right: 15px;
	height: 17px;
}
.link_title a {
	text-decoration: underline;
}
.link_desc {
	width: 615px;
	margin-left: 30px;
	font-size: 11px;
	line-height: 15px;
	padding-right: 15px;
	color: #fff;
	float: left;
	padding-top: 4px;
}
.link_desc h2 {
	font-style: italic;
	font-size: 13px;
	margin: 0px;
	padding-bottom: 4px;
}



.link_btn {
	float: left;
	width: 100px;
	height: 25px;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}
.link_btn a {
	display: block;
	height: 17px;
	width: 75px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 4px;
	background: url(../images/icon-download.gif) no-repeat 10px 0px;
	text-indent: 14px;
	padding-left: 10px;
	margin-left: 7px;
}

._________________________NEWS{}
#news {
	border-top: 1px dashed #999;
}
.news_container {
	margin-top: 7px;
	margin-bottom: 7px;
	border-bottom: 1px dashed #999;
	padding-bottom: 7px;
}

.news_img_left {
	float: left;
	width: 140px;
}
.news_img_tabs {
	width: 140px;
	height: 18px;
}
.news_img_tabs a {
	text-decoration: none;
	height: 12px;
	width: 12px;
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #63011F;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	margin-bottom: 5px;
	background: #AA0F3E;
}

.news_img_tabs a:hover {
	background: #ddd;
	color:#333;
}

.news_image {
	width: 130px;
	border: 1px solid #ccc;
	padding: 4px 4px 1px;
	background: #D3CCC9;
}


.news_body_right {
	float: left;
	width: 500px;
	margin-left: 20px;
}
.news_title {
	margin-bottom: 5px;
	font: 18px/20px Georgia, "Times New Roman", Times, serif;
	color: #fff;
} 
.news_desc {
	line-height: 17px;
	font-size: 12px;
}
.news_date {
	font-size: 11px;
	font-style: normal;
}

._________________________COMMENTS{}

.comment_top {
	background: url(../images/skin/comment-box-top.gif) no-repeat;
	height: 1px;
	width: 660px;
}
.comment_body {
	background: #810127 url(../images/skin/comment-box-middle.gif) repeat-y;
	width: 660px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px dashed #999;
	margin-bottom: 8px;
}
.comment_body_left {
	float: left;
	width: 100px;
	height: 95px;
}
.comment_body_right {
	float: left;
	width: 540px;
}
.comment_body_right  div {
	font-size: 12px;
	line-height: 15px;
}
.comment_body_right h2, .news_body_right h2 {
	font-size: 18px;
	color: #fff;
}
.comment_body_right em {
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

.comment_body_right label {
	width: 100px;
	float: left;
	margin-top: 5px;
}
.comment_body_right input {
	width: 300px;
}

.comment_body_right textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	height: 150px;
}

.comment_date {
	background: url(../images/icon-calendar.gif) no-repeat;
	height: 87px;
	width: 66px;
	margin-left: 12px;
	color: #666;
	text-align: center;
	margin-top: 3px;
	font-weight: bold;
}
.comment_year {
	font-size: 12px;
	line-height: 17px;
	height: 17px;
	padding-top: 1px;
	color: #eee;
}
.comment_month {
	font-size: 12px;
	line-height: 17px;
	height: 17px;
	padding-top: 2px;
}
.comment_day {
	font-size: 28px;
	line-height: 28px;
	height: 28px;
}
.comment_wkday {
	font-size: 10px;
	line-height: 14px;
	height: 14px;
}
.comment_bottom {
	background: url(../images/skin/comment-box-bottom.gif) no-repeat;
	height: 1px;
	width: 660px;
}
._________________________BUTTONS{}
a.button {
	background: transparent url(/images/skin/slide-button-cap.gif) no-repeat scroll right top;
	color: #eaeaea;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	padding-right: 9px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url(/images/skin/slide-button-long.gif) no-repeat;
	display: block; line-height: 14px; padding: 5px 0 5px 9px; 
} 
a.button:hover {
	background-position: bottom right; color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}
a.button:hover span {
	background-position: bottom left;
	padding: 5px 0 5px 9px; /* push text down 1px */
} 


.button_slider {
	background: url(../images/skin/slide-button-long.gif) no-repeat left 0px;
	height: 24px;
}
.button_slider a {
	background: url(../images/skin/slide-button-cap.gif) no-repeat right 0px;
	display: block;
	height: 24px;
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
	text-align: center;
	
}
.button_slider:hover {
	background: url(../images/skin/slide-button-long.gif) no-repeat left -24px;
}
.button_slider a:hover {
	background: url(../images/skin/slide-button-cap.gif) no-repeat right -24px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
#btn_submit {
	background: url(../images/skin/submit-button-100.gif) no-repeat 0px 0px;
	color: #fff;
	border-width: 0px;
	border-style: none;
	height: 24px;
	width: 100px;
	cursor: pointer; cursor: hand;
}
.gallery_folder {
	background: url(../images/skin/gallery-folder.gif) no-repeat;
	height: 150px;
	width: 158px;
	float: left;
	margin-right: 14px;
	margin-bottom: 16px;
}
.gallery_folder a {
	display: block;
	height: 150px;
	width: 158px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.gallery_folder img {
	display: block;
	margin-top: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.gallery_folder p {
	font-size: 11px;
	margin: 5px 10px 0px 26px;
	display: block;
	line-height: 17px;
	height: 17px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

.gallery_image {
	background: url(../images/skin/gallery-image.gif) no-repeat;
	height: 150px;
	width: 158px;
	float: left;
	padding-top: 10px;
	padding-bottom: 16px;
	margin-right: 16px;
}
.gallery_image .photo {
	width: 158px;
	height: 112px;
	text-align: center;
	vertical-align: middle;
}
.gallery_image .text {
	font-size: 11px;
	line-height: 13px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
}
.gallery_image .text img {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 1px;
}

._________________________MINI_QUOTE{}
#mini_quote {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #ddd;
	padding: 10px;
	background: #63011F;
	border: 1px solid #470116;
	margin-bottom: 10px;
}
#mini_quote_footer {
	background: url(../images/skin/quote_footer.gif) no-repeat;
	height: 16px;
	margin-bottom: 10px;
}
#mini_quote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	display: block;
}
#mini_quote em {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	font-weight: bold;
	padding-bottom: 6px;
}
#mini_quote b {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
}
#mini_quote a {
	display: block;
	text-decoration: underline;
	font-size: 11px;
}

