@charset "utf-8";
/* CSS Document */

object { 
    outline:none; 
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F4F4F4;
	background-image: url(images/header_gradient.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #F0F2FB;
	text-decoration: underline;
} 
a:active, a:hover {
	color: #a2ceee;
	text-decoration:none;
}

h1 {
	margin: 0px;
	padding: 5px 0 30px 0;
	font-size: 22px;
	color: #59421a;
	font-weight: normal;
}

h3 {
	margin: 0 0 0 0;
	padding: 1px 0 5px 0;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

h4 {
	margin: 0 0 5px 0;
	padding: 1px 0 0 0;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

.price{
	font-size:14px;
	margin-bottom: 10px;
}

.price span{
	font-size:14px;
	color: #403E1E;
	font-weight:400;
	font-variant: small-caps;
	font-style: normal;
	text-transform: lowercase;
}

.readmore a{
	clear: both;
	display: block;
	float: left;
	width: 80px;
	padding: 1px 0;
	margin: 0 15px 10px 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #363c44;
	background-color: #000440;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 15px;
	font-size: 1px;	
}

.input_field{
	background: none;
	border: 1px solid #779eca;
	color: #ffffff;
	font-size: 13px;
	font-variant: normal;
	height: 15px;
	line-height: normal;
	padding: 4px;
	width: 170px;
}


/*.submit_btn{
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	margin: 0 0 0 7px;
	padding: 0 6px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 65px;
	background: url(images/templatemo_submit_btn.gif) no-repeat;
	border: none;
}
*/
p {
	text-align: justify;
	margin: 0px;
	padding: 0px;	
}

#container{
	width: 960px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#container #top_panel {
	width: 900px;
	height: 110px;
	padding: 0 30px;
	background: #0a1521 url(images/top_panel_bg.gif) repeat-x;
}

#top_panel #header_section {
	float: left;
	width: 280px;
	height: 110px;
	background: url(images/header_section_bg.png) no-repeat top left;
}
#header_section #header {
	margin-top: 35px;
	font-family: Tahoma;
	font-size: 28px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	font-variant: normal;
	text-transform: none;
}


#top_panel #menu_login_section {
	float: right;
	width: 610px;
	height: 100px;
}

#menu_login_section #menu_section {
	width: 610px;
	height: 50px;
}

/* menu */
#menu_section ul {
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu_section ul li{
	display: inline;
}

#menu_section ul li a{
	float: left;
	width: 100px;
	padding: 5px 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #10243a;
}

#menu_section li a:hover, #menu_section li .current{
	color: #a2ceee;
}
/* end of menu */

#menu_login_section #login_section {
	width: 610px;
	height: 50px;
}

#login_section form{
	float: right;
	margin: 15px 0 0 0;
	padding: 0px;
}

#login_section #login_text{
    font:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 11px;
	color: #FFFFFF;
}

#login_section input{
	margin-left: 10px;
}

#login_section label{
	margin-left: 10px;
}



#container #gallery_panel {
	clear: both;
	overflow: hidden;
	width: 960px;
	height: 370px; /* expend this if u wanna put thumbnail */
	padding: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #27387b;
	background-color: #000000;
}

#container #content_panel_1{
	width: 900px;
	padding: 30px 30px 0 30px;
	background-color: #000440;
}

#content_panel_1 #news_section {
	float: left;
	width: 248px;
	padding: 15px;
	margin-right: 30px;
	border: 1px solid #000000;
	background-color: #4B65CC;
	background-image: url(images/box_top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#content_panel_1 #section_1_1 {
	float:left;
	width: 558px;
	padding: 15px;
	border: 1px solid #779eca;
	background: #223e5d url(images/box_top_right.png) top right no-repeat;	
}

#content_panel_1 #section_1_2 {
	float:left;
	width: 558px;
	padding: 15px;
	border: 1px solid #000000;
	background-color: #8BCC4B;
}

#content_panel_1 #section_1_2 h1 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #779eca;
}

#content_panel_1 #section_1_2 p {
	margin-bottom: 15px;
}

#content_panel_1 #section_1_2 img{
	float: left;
	border: 5px solid #0b1827;
	margin: 3px 30px 0 0;
}

#section_1_1 form {
	text-align: right;
	padding: 0;
	margin:0;
}

#section_1_1 .form_row {
	clear: both;
	padding-bottom: 15px;
}

#section_1_1 .left_column {
	float: left;
	width: 279px;
}

#section_1_1 .right_column {
	float: right;
	width: 278px;
}

#section_1_1 form input {
	width: 150px;
	margin-left: 8px;
}

#section_1_1 form select {
	margin-left: 8px;
}

#section_1_1 form label {
	margin-left: 8px;
}

#section_1_1 form .narrow_field {
	width: 70px;
	margin-left: 8px;
}

#section_1_1 form .submit_btn_02{
	width: 80px;
}

/*
#section_1 label.floatright {
text-align: left;
	float: right;
	width: 250px;
}

*/
#container #content_panel_2 {
	width: 930px;
	padding: 30px 0 0 30px;
	background-color: #e8e0d7;
	font:Arial, Helvetica, sans-serif;
}

#content_panel_2 .section_2 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

#content_panel_2 .section_2 img{
	border: 1px solid #a8996e;
	margin-bottom: 10px;
}

#content_panel_2 .section_2 p{
	padding-bottom: 10px;
}

#content_panel_2 .section_6 {
	float: left;
	width: 590px;
	margin-right: 30px;
}

#content_panel_2 .section_6 img{
	border: 5px solid #333333;
	margin-bottom: 10px;
}

#content_panel_2 .section_6 p{
	padding-bottom: 10px;
}


#container #content_panel_5 {
	width: 930px;
	padding: 30px 0 0 30px;
	background-color: #E8D261;
}

#content_panel_5 .section_5 {
	float: left;
	width: 900px;
	margin-right: 30px;
}

#content_panel_5 .section_5 img{
	border: 5px solid #333333;
	margin-bottom: 10px;
}

#content_panel_5 .section_5 p{
	padding-bottom: 10px;
}

#container #content_panel_4 {
	width: 945px;
	padding: 30px 0 0 15px;
	background-color: #FFF777;
}

#content_panel_4 .section_4 {
	float: left;
	width: 930px;
	margin-right: 15px;
}

#content_panel_4 .section_4 iframe {
    overflow: scroll;
   	width:930px;
	height: 698px;
	background-color: transparent;
	margin-bottom: 5px;	
}

#content_panel_4 .section_4 p{
	padding-bottom: 10px;
}


#container #content_panel_3{
	width: 930px;
	padding: 30px 0px 0 30px;
	background-color: #a8996e;
}


#content_panel_3 .quick_contact {
	float: left;
	width: 248px;
	margin-right: 30px;
	padding: 15px;
	background-color: #c5d8a8;
	border: 1px solid #FFFFFF;
}

#content_panel_3 .section_3 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

.section_3 ul{
	margin: 0 0 0 25px;
	padding: 0px;
}

.section_3 li{
	margin: 0px;
	padding: 0 0 5px 0;
}

#footer_panel{
	overflow: hidden;
	width: 900px;
	padding: 10px 30px;
	text-align: center;
	background-color: #000440;
}

#footer_panel #footer_text{
    font:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 11px;
	color: #FFFFFF;
}
