/*==========================================================*/
/* Made by Nataly Birch specially for land-of-web.com*/
/*==========================================================*/
body 
{
color: #000;
background: #000 url(../images/bodyBg.png) no-repeat center top;
font-size: 12px;
width:960px;
margin:auto;
padding:auto;
}
	 
a {
color: #294f94;
}
	 
.header_cotainer {
margin-top:20px;
width: 100%;
height: 90px;
display: block;
/*Gradient BG*/
background: #fff; /* for non-css3 browsers */
/*Radius*/
-moz-border-radius-topright:10px;
-moz-border-radius-topleft:10px;
webkit-border-top-right-radius:10px;
webkit-border-top-left-radius:10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
	 
.slider_container {
width: 100%;
height: 355px;
display: block;
background: blue url(../images/sliderBg1.png) no-repeat center top;
overflow: hidden;
}
	 
.content_container {
width: 100%;
height: 100%;
display: block;
background-color:#fff;
border-bottom:1px solid #ccc;
}
.contentTop
{
width: 100%;
height:80px;
padding-top:20px;
display: block;
background: #ededed;
overflow: hidden;
color: #000;
}
.middleTop
{
width: 100%;
height:100%;
padding:10px 0;
display: block;
background: white;
overflow: hidden;
}
.footer_container {
width: 100%;
display: block;
background: #ededed;
overflow: hidden;
color: #000;
border-top:1px solid #bababa;
}
/*===========================================*/
.logo
{
position:relative;
top:25px;
left:40px;
float:left;
width:220px;
}
.phoneNo
{
float:right;
width:222px;
height:31px;
background:url(../images/phoneNoBg.png) no-repeat right top;
/*Text emboss*/
filter: dropshadow(color=#fff,offX=0,offY=1);
font-weight:bold;
font-size:12px;
}
.Noblock
{
position:relative;
top:5px;
left:60px;
}
/*===================Menu==========================*/
.menu
{
float:right;
position:relative;
top:20px;
left:250px;
}
ul#menu {  
     margin-top:20px;
	 margin-left:20px;
	 padding:0px;  
     position:relative;  
     right:0px;  
 }  
 ul#menu li {  
     display:inline;  
     margin-left:15px; 
}  
 ul#menu li a {  
     text-decoration:none;  
     color:#808080;  
     font-family:Verdana, Arial, Helvetica, sans-serif;  
     font-size:10px;  
     font-weight:bold;  
     text-transform:uppercase;  
	 padding:4px;
 }  
 ul#menu li a.active, ul#menu li a:hover {  
     color:#fff; 
/*---Rounded Corners---*/
-moz-border-radius: 5px;
border-radius: 5px;
/*Gradient BG - Plateau Gradient*/
background: #2473dd; /* for non-css3 browsers */
background: -moz-linear-gradient(center top, #2473dd, #04459c 35%, #003070 50%, #04459c 65%, #2473dd);
background: -webkit-gradient(linear, center top, center bottom, from(#2473dd), color-stop(35%, #04459c), color-stop(50%, #003070), color-stop(65%, #04459c), to(#2473dd)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2473dd', endColorstr='#04459c'); /* for IE simple linear gradient*/
/*==========Small Shadow===========*/
-moz-box-shadow: 1px 1px 2px #d4d4d4;
-webkit-box-shadow: 1px 1px 2px #d4d4d4;
box-shadow: 1px 1px 2px #d4d4d4;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#d4d4d4')";
 }
 /*==================Multi Column==========================*/
.multicolumn1 {
-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
column-count: 3;
column-gap: 20px;
-moz-column-width:100px;
-webkit-column-width:100px;
column-width:100px;
height:50px;
padding-left:30px;
}
.multicolumn1 p
{
color:black;
font-size:14;
line-height:14px;
text-align:left;
font-weight:bold;
}
/*===========================Slider Content======================*/
.grid_6 p
{
color:white;
font-size:27px;
font-weight:bold;
margin-left:50px;
margin-top:80px;
line-height:32px;
}
.grid_6 h1
{
margin-left:50px;
color:white;
font-size:30px;
line-height:20px;
font-weight:bold;
text-transform:uppercase;
width:460px;
}
.grid_6 img
{
margin-left:50px;
}
/*====================Content Section===============*/
.sliderBg
{
top:80px;
float:right;
right:50px;
background-color:red;
display:block;
width:400;
height:290;
}
/*================Content Section==================*/
.col1
{
display:block;
width:265px;
background-color:#fff;
margin-left:30px;
}
.col1 h3
{
color:#4f4f4f;
font-size:18px;
text-align:center;
line-height:20px;
font-weight:bold;
margin:0;
padding-bottom:5px;
}
.col1 p
{
color:#4f4f4f;
font-size:12px;
text-align:left;
}
.col1 img
{
width:100%;
}
.col1 a
{
text-align:center;
color:#6c6c6c;
text-decoration:none;
font: 12px/100% Arial, Helvetica, sans-serif;
}
.readMore a
{
border:1px solid #d9d9d9;
margin-left:13px;
padding:3px 10px;/*for visual bg*/
text-transform:uppercase; 
width:auto;
text-shadow: 0 1px 1px rgba(0,0,0,.3);/*========Text Shadow=========*/
/*---Rounded Corners---*/
-moz-border-radius: 5px;
-webkit-border-radius:5px;
border-radius: 5px;
/*Gradient BG*/
background: #e5e5e5; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff,  #e5e5e5); /* for firefox 3.6+ */
}
ul#triangle
{

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 2em;
list-style-position: outside;
list-style-image: url(../images/arrow.png);
list-style-type: square;
}
ul#triangle li {
border-bottom:1px dotted #848484;
}
ul#triangle li a
{color:#2f65c0;
}
/*=============Footer Columns==============*/
.grid_4 h3
{
color:#4f4f4f;
font-size:18px;
text-align:center;
line-height:24px;
font-weight:bold;
margin:0;
padding:15px 0;
}
.col2
{
display:block;
width:300px;
margin-left:30px;
}
.col2 h3
{
color:#4f4f4f;
font-size:18px;
text-align:left;
line-height:24px;
font-weight:bold;
margin:0;
padding:15px 0;
}
.col2 p
{
color:#4f4f4f;
font-size:12px;
font-weight:bold;
text-align:left;
}
.col2 a
{
color:#0f4db6;
font-size:12px;
font-weight:bold;
text-align:left;
text-decoration:none;
}
ul#footerMenu
{

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
line-height: 2em;
list-style-position: outside;
list-style-type: none;
}
ul#footerMenu li a
{
color:#797979;
text-decoration:none;
}
/*=======================Footer Bottom=================*/
.grid_9 p
{
margin-left:30px;
color:#4f4f4f;
font-size:11px;
font-weight:bold;
}
/*=======================Content Slider======================================================*/
/* hides the inactive content slide */
.ui-tabs-hide {
		display: none;
}
#main {
    float:right;
	width:420px;
	height:320px; 
	position:relative;
	top:44px;
	background:url(../images/sliderBg.png) no-repeat center top;
}

#tabcontent {
	position: absolute;
	z-index: 100;
	margin-left:5px;
margin-top:90px;
	}
ul.nav {
	width:130px;
	height:25px;
	position:relative;
	margin-left: auto;
    margin-right: auto;
	bottom:60px;
	left:60px;
}
ul.nav li {
	width:0px;
	height:25px;
	float:left;
	padding:0px 3px 0 px 0px;
	list-style-type:none;
	text-decoration:none;
}

.nav li {
	list-style-type:none;
	text-decoration:none;
}

.nav li p {
/*Draw circle*/
display: block;
width: 15px;
height: 15px;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:8;
background-color:#021763;
/*==============Inner and Simple Shadow====================*/
box-shadow:inset 0px -1px -1px #000;
-webkit-box-shadow:inset 0px -1px -1px #000;
-moz-box-shadow:inset 0px -1px -1px #000;
}
.nav li.selected
{
	list-style-type:none;
	text-decoration:none;
}
.nav li.selected p
{

/*===Draw circle===*/
display: block;
width: 14px;
height: 14px;
background: #fff;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:7;
/*Gradient BG*/
background: #ffffff; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c4c5c6'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c4c5c6)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff,  #c4c5c6); /* for firefox 3.6+ */
/*==========Small Shadow===========*/
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#6b7693')";/* For IE 8 */
}