/*--- Sarvesh's Style Sheet ---*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #838fbb;
	background: #09123b;
}

a:link, a:visited { color: #abbdfe; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #abbdfe; text-decoration: underline; }

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.margin_bottom_0 { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_10 { margin-right: 10px; }
.margin_right_60 { margin-right: 60px; }

/* page container */
#main_container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/* header */
#header_wrapper{
	clear: both;
	width: 100%;
	height: 150px;	
	margin: 0 auto;
	background: #09123b;
}

#header_wrapper #header_panel{
	width: 980px;
	height: 150px;	
	margin:0 auto;
	color: #FFF;
	text-align: center;
	background: url(images/header.jpg) no-repeat;
}

#header_panel #header{
	padding-top: 50px;
	font-size: 40px;
	letter-spacing: 20px;
	font-family: "Times New Roman", Times, serif;
}

#header_panel #tagline{
	font-size: 20px;
	padding: 20px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
}
/* end of header */

/* banner */
#banner_wrapper{
	clear: both;
	width: 100%;
	height: 240px;	
	margin: 0 auto;
	background: #09123b;
}

#banner_wrapper #banner_panel{
	width: 980px;
	height: 240px;	
	margin:0 auto;
	text-align: center;
}
/* slider */
#slider {
    position:relative;
    width:980px; /* Change this to your images width */
    height:240px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
/* end of banner */

/* menu */
#menu_wrapper{
	width: 100%;
	height: 90px;	
	margin: 0 auto;
	background: #09123b;
}

#menu_wrapper #menu_panel{
	width: 980px;
	height: 90px;	
	margin:0 auto;
	background: url(images/menu_bg.jpg) no-repeat;
}

#menu_panel ul {
	float: left;
	margin: 20px 0 0 10px;
	padding: 0;
	list-style: none;
}

#menu_panel ul li{
	display: inline;
}

#menu_panel ul li a{
	float: left;
	width: 115px;
	height: 52px;
	padding: 8px 0 0 0;
	margin-right: 40px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #33aadd;
	background: url(images/menu_button.png) no-repeat;
}

#menu_panel li a:hover, #menu_panel li .current{
	color: #ffffff;
	background: url(images/menu_button_hover.png) no-repeat;
}

#menu_panel li .last {
	padding-right: 0px;
	border-right: none;
}
#menu_slider_button {
	float: right;
	width: 115px;
	height: 52px;
	margin: 20px 10px 0 0;
	padding: 0;
	list-style: none;
	background: url(images/menu_button.png) no-repeat;
}
/* end of menu */

/* content */
#content_wrapper{
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url(images/content_bg.jpg) repeat-x;
}

#content_wrapper #content_panel{
	width: 960px;
	padding: 40px 10px 0 10px;
	margin:0 auto;
	
}

#content_panel .content_column{ 
	float: left;
	width: 280px;
}

.content_column p{
	text-align: justify;
	margin-bottom: 10px;
}

.content_column p a {
	color: #abbdfe;
}

.col_tagline {
 	color: #abbdfe;
	text-align: justify;
	text-decoration: underline;
	margin-bottom: 10px;
}

.products {
	margin: 20px 0 0 30px;
	padding: 0px;
}

.products li{
	padding-bottom: 10px;
}

.header_01 {
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.image_box_01 {
	padding: 4px;
	background: #7a93d0;
	margin-bottom: 10px;
}

.image_box_01 img {
	border: 1px solid #fff;	
}

.contact_column {
	clear: both;
}

.contact_column .info_image {
	float: left;
	margin: 3px 0 0 0;
	width: 82px;
	padding: 4px;
	background: #7a93d0;
}

.info_image img {
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff;
}

.contact_column .info_content {
	float: right;
	width: 170px;
	line-height: 1.20em;
}

.contact_column .info_title {
	font-size: 12px;
	font-weight: bold;
	color: #abbdfe;
}
/* end of content */

/* footer */
#footer_wrapper{
	clear: both;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #203172;
	background: url(images/footer_bg.jpg) repeat-x;
}

#footer_wrapper #footer_panel{
	width: 980px;
	margin:0 auto;
	padding: 15px 0;
	text-align: center;
	font-size: 11px;
}

#footer_panel a {
	color: #abbdfe;
}
/* end of footer */