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

/* //////////////////////////////////////////////////////// Global Styles */


html {
overflow-y: scroll;
}

body {
	margin:0;
	padding:0;
	background: #FFFFFF url(../images/body-bg.jpg) repeat-x top left;
	font-family:"Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#1c415c;
}

#wrapper {
	margin: 0 auto;
	position:relative;
	width:980px;
	min-height:400px;
}

.clear {
	position: relative;
	clear: both;
}

h1 {
	font-family:"Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:28px;
	color:#1c415c;
	padding:0;
	margin:0;
}


/* //////////////////////////////////////////////////////// Header Area Styles */


#header {
	width:960px;
	margin: 0 10px 0 10px;
	background: url(../images/header-bg.jpg) no-repeat top left;
	height:87px;
	min-height:87px;
}


/* //////////////////////////////////////////////////////// Navigation Styles */


#navigation {
	width:960px;
	margin: 0 10px 0 10px;
	height:40px;
	background: #1b3f59 url(../images/nav-bg.jpg) repeat-x top left;
}

#navigation ul#nav {
	margin:0px;
	padding:0px;
	list-style:none;
	z-index: 5000;
}
#navigation ul#nav li {
	display:inline;
	float:left;
	font-size:15px;
	color:#ffffff;
	font-weight:normal;
	position:relative;
}
#navigation ul#nav li a {
	display: block;
	color: #fff;
	float:left;
	text-decoration: none;
}
#navigation ul#nav li ul {
    position: absolute; /* hidding submenus */
	display:none;
	left:0px;
	padding:0px;
	margin:0px;
	
	z-index:9999;
}
#navigation ul#nav li:hover ul,
#navigation ul#nav li.over ul /* This is for Internet Explorer 6  */ {
    display: block;
    top: 100%;
    position: absolute;
    z-index: 4000;
}

#navigation ul#nav  li ul li {
	left:0px;
	float:left;
	font-size:12px;
	margin:0px;
	width:200px;

}

#navigation ul#nav  li:hover ul li a,
#navigation ul#nav  li.over ul li a {
    display: block;
	width:200px;
	margin:0px;
	background:#1b3f59;
    text-decoration: none;
	padding:5px 0px 5px 10px;
	color:#fff;
	font-weight:normal;
	font-size:14px;
	line-height:15px;
	font-family:"Trebuchet MS", Helvetica, Jamrul, sans-serif;
	border-bottom: 1px solid #628597;
}

#navigation ul#nav li ul li a:hover {
	color:#1b3f59;
	display:block;
	line-height:15px;
	left:0px;
	background: #9ac4d0;
}

#navigation ul#nav li.active a,
#navigation ul#nav li a:hover,
#navigation ul#nav li:hover a,
#navigation ul#nav li.over a {
	background:#1b3f59 url(../images/nav-bg.jpg) no-repeat top;
	color:#fff;
}

ul.navigation {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.navigation li {
	float:left;
}
ul.navigation li a {
	color:#ffffff;
}
ul.navigation li a:hover, ul.navigation li a.selected {
	color:#FFBE41;
}


/* //////////////////////////////////////////////////////// Main Area Styles */


#container {
	width:980px;	
	background: url(../images/container-bg.png) repeat-y top left;
}

#content-top {
	width:960px;
	margin: 0 10px 0 10px;
	height:273px;
}

#content-top-left {
	width:603px;
	float:left;
	height:273px;
}

#content-top-left-flash {
	width:603px;
	height:216px;
}

#content-top-left-title {
	width:603px;
	height:57px;
	background: url(../images/banner-title.jpg) no-repeat top left;
}

#content-top-right {
	width:357px;
	float:right;
	height:273px;
}

#content-bottom {
	width:960px;
	padding:0 10px 0 10px;
	min-height:300px;
}

#content-bottom-left {
	width:603px;
	float:left;
}

#content-bottom-right {
	width:333px;
	padding:33px 0 0 24px;
	min-height:426px;
	float:right;
	background: #ffffff url(../images/home-right-bg.jpg) no-repeat top left;
}

#home-button2 {
	margin-top:19px;
}

#video-testimonial {
	width:286px;
	margin-top:47px;
	background-color:#000000;
}

#video-testimonial-top {
	background: url(../images/home-testimonials-title.jpg) no-repeat top left;
	width:286px;
	height:31px;
}

#video {
	width:286px;
}

#video-testimonial-bottom {
	background: url(../images/home-testimonials-bottom.jpg) no-repeat top left;
	width:286px;
	height:28px;
}

#content-bottom-pgallery {
	width:603px;
	height:289px;
}

#content-bottom-copy {
	width:528px;
	padding:30px 45px 0 30px;
}


/* //////////////////////////////////////////////////////// Footer Styles */


#footer {
	width:930px;
	padding: 25px 10px 20px 40px;
	background: url(../images/footer-bg.png) no-repeat top left;
	min-height:25px;
	font-family:"Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:11px;
	color:#4e565c;
}

#footer-left {
	width:545px;
	padding:10px 0 0 0;
	float:left;
}

#footer-right {
	width:375px;
	float:right;
	padding:10px 0 0 0;	
}

#footer a, #footer a:LINK, #footer a:VISITED {
	font-family:"Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 11px;
	color: #4e565c;
	text-decoration: none;
}
#footer a:HOVER {
	font-family:"Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 11px;
	color: #ff8500;
	text-decoration: none;
}
