/* CSS Document */

* {margin:0; padding:0;}

body {
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}

td, input, textarea{
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;  
	color:#707070;	
	vertical-align:top;
}

a { color:#D52D00;}
a:hover { text-decoration: none;}
a img { border:0;}

strong { color:#3A403C;}

.clear { clear:both;}

.auto { width:auto; height:auto;}

input, submit { vertical-align:middle;}

table { 
	border:0px;
	border-collapse:collapse;
	width:100%;
	height:100%;
}

.form { height:21px; margin-bottom:1px;}
.form input {width:186px; padding:1px 0 0 4px; height:18px; border:1px solid #8A979C; color:#464646; background:#D1DEE3;}
.form select { width:79px; height:18px; border:1px solid #8A979C; color:#464646; background:#D1DEE3; font-size:11px;}

.left_tall { background:url(images/tall_top_left.jpg) repeat-x top; width:50%;}
.right_tall {background:url(images/tall_top_right.jpg) repeat-x top; width:50%;}

ul { list-style:none;}
li { background:url(images/marker.gif) no-repeat 0 7px; padding-left:7px;}
li a {  background:url(images/link_dot.gif) left bottom repeat-x;   line-height:18px; font-weight:bold; text-decoration:none;}
li a:hover { color:#000000;}
.img_indent { margin-right:22px;}

.title { margin-bottom:13px;}

.link1 {background:url(images/marker.gif) no-repeat 3px 5px; font-weight:bold; padding-left:9px; text-decoration:none;}
.link1 span {background:url(images/link_dot.gif) left bottom repeat-x;}
.link1:hover { color:#000000;}

.indent { padding:50px 37px 20px 40px;}

.line_hor { background:url(images/line_hor.gif) repeat-x; margin:21px 0 30px 0;}


/* header */
#header { height:317px;}
#header .row_1 { height:62px;}
#header .row_1 .col_1 {
	background-color: #FE9900;
}
#header .row_1 .col_1 .c1 { padding:24px 18px 0 35px;}
#header .row_1 .col_1 .c2 { padding:24px 16px 0 13px;}
#header .row_1 .col_1 .c3 { padding:24px 19px 0 19px;}
#header .row_1 .col_1 .c4 { padding:24px 18px 0 20px;}
#header .row_1 .col_1 .c5 { padding:24px 12px 0 16px;}
#header .row_1 .col_1 .c6 { padding:24px 0 0 13px;}
#header .row_1 .col_1 .separ { padding:24px 0 0 0;}
#header .row_2 { height:131px; background:url(images/head_r2.jpg) no-repeat left top;}
#header .row_2 img { margin:41px 0 0 56px;}
#header .row_3 {
	height:124px;
}
#header .row_3 .col_1 { width:207px; background:url(images/head_banner_1.jpg) no-repeat;}
#header .row_3 .col_1 div { padding:34px 0 0 17px;}
#header .row_3 .col_2 { width:219px; background:url(images/head_banner_2.jpg) no-repeat;}
#header .row_3 .col_2 div { padding:34px 0 0 17px;}
#header .row_3 .col_3 {
	width:340px;
	background-image: url(images/head_banner_3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FE9900;
}
#header .row_3 .col_3 .c1 { padding:34px 0 0 32px;}
#header .row_3 .col_3 .c2 { padding:28px 0 0 9px;}

#header .row_3 .img_indent { margin-right:14px;}
#header .row_3 .title { margin:3px 0 10px 0;}

/*content*/
#content { height:371px;}
#content .col_2 .indent { color:#303030;}
#content .rating_star { margin-left:2px;}

/*footer*/
#footer { height:52px; background:url(images/footer_bgd_right.jpg) no-repeat right top; color:#FFFFFF;}
#footer div { margin:15px 0 0 40px;}
#footer a { color:#FFFFFF; text-decoration:none;}
#footer a:hover { text-decoration:underline;}

/* page1 */
#page1 #content .col_1 { width:551px;}
#page1 #content .col_2 { width:215px;}
#page1 #content .col_1 .indent { padding-top:40px;}
#page1 #content .col_1 .img_indent { margin:0 21px 0 0;}
#page1 #content .col_1 .title { margin:10px 0 13px 0;}
#page1 #content .col_1 .title1 { margin:0 0 13px 0;}
#page1 #content .col_1 ul { margin-top:15px;}
#page1 #content .col_2 { background:url(images/col_2_center.jpg) repeat-y;}
#page1 #content .col_2 table {background:url(images/col_2_top.jpg) no-repeat left top;}
#page1 #content .col_2 .c1 {background:url(images/col_2_btm.jpg) no-repeat left bottom;}
#page1 #content .col_2 .title { margin-left:4px; margin-bottom:0px;}
#page1 #content .col_2 .indent { padding:21px 30px 23px 38px;}
#page1 #content .col_2 .line_hor { margin:17px 0 20px 0;}
#page1 #content .col_2 .link1 { margin-left:3px;}
.float_left {
	float: left;
	padding: 5px;
}
.float_right {
	padding: 5px;
	float: right;
}
.bg_white {
	background-color: #FFFFFF;
}
.txt_input {
	background-image: url(images/txt_input.png);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 22px;
	width: 300px;
	background-position: left top;
	padding: 3px;
}
.form_button {
	background-image: url(images/blank_button.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 22px;
	width: 109px;
	font-size: 12px;
	font-weight: bold;
}
.admin_login {
	width: 150px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.txt_area {
	background-image: url(images/txt_area.png);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 300px;
	width: 300px;
	background-position: left top;
	padding: 3px;
	overflow: auto;
}
.contact_div {
	width: 300px;
}
.contact_details {
	width: 150px;
	float: right;
}
