/*Made by Nataly Birch specially for land-of-web.com*/
body {
color: #000;
background: #fff;
font-size: 12px;
margin:0;
}
	 
a {
color: #fff;
}
	 
.header_cotainer {
width: 100%;
height: 70px;
display: block;
background:#437c9e;
border-bottom:1px solid #fff;
}
	 
.slider_container {
width: 100%;
height: 470px;
display: block;
/*Gradient BG*/
background: #5daee0; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5daee0', endColorstr='#2d7db8'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#5daee0), to(#2d7db8)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #5daee0,  #2d7db8); /* for firefox 3.6+ */
overflow: hidden;
}
.sliderLine
{
width: 100%;
height: 20px;
display: block;
/*Gradient BG*/
background: #e2e2e1; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e1', endColorstr='#fff'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e1), to(#fff)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #e2e2e1,  #fff); /* for firefox 3.6+ */
overflow: hidden;
}
	 
.content_container {
width: 100%;
height: 100%;
display: block;
background-color:#fff;
}
.footer_container {
width: 100%;
height:180px;
display: block;
background:#dbdcdd;
overflow: hidden;
color: #181717;
border-top:1px solid #fff;
}
.footer_container2 {
width: 100%;
height:50px;
/*Gradient BG*/
background: #4d85ad; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d85ad', endColorstr='#6198c0'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#4d85ad), to(#6198c0)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #4d85ad,  #6198c0); /* for firefox 3.6+ */
overflow: hidden;
}
/*================================Header Section================================*/
.header_cotainer img
{margin-left:20px;}

ul#menu {  
margin-top:20px;
margin-right:20px;
padding:0px;  
position:relative;  
float:right;
right:0px;  
 }  
ul#menu li {  
display:inline;  
 margin-left:10px; 
}  
ul#menu li a {  
text-decoration:none;  
color:#fff;  
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:14px; 
font-weight:bold;	 
padding:4px;
}  
ul#menu li a.active, ul#menu li a:hover {  
color:#fff; 
/*---Rounded Corners---*/
-moz-border-radius: 5px;
-webkit-border-radius:5px;
border-radius: 5px;
/*Gradient BG*/
background: #6ea6ce; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d84ac', endColorstr='#6ea6ce'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#4d84ac), to(#6ea6ce)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #4d84ac,  #6ea6ce); /* for firefox 3.6+ */
}
 /*=========================Slider Section==================================*/
.slider_container img
{margin-top:30px;}
.slider_container p
{
padding-left:30px;
color:#fff;
font-size:18px;
line-height:24px;
font-weight:bold;
}
.slider_container h2
{
padding-left:30px;
color:#fff;
font-size:32px;
line-height:36px;
}
.slider_container a
{text-decoration:none;}
.slider_container div {display:inline;}
.but
{
display:block;
text-align:center;
color:#fff;
font-size:30px;
line-height:50px;
padding:10px 20px;
margin-right:30px;
left:50px;
position:relative;
/*---Rounded Corners---*/
-moz-border-radius: 5px;
-webkit-border-radius:5px;
border-radius: 5px;
/*Gradient BG*/
background: #44474b; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44474b', endColorstr='#000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#44474b), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #44474b,  #000); /* for firefox 3.6+ */
}
/*=========================Content Section==================================*/
.topContent
{
position:relative;
padding-top:15px;
left:2px;
bottom:40px;
width:300px;
height:80px;
background:url(../images/infobg.png) no-repeat;/*#dbdcdd */
}
.topContent p
{
color:#363532;
font-size:12px;
line-height:14px;
margin:0 40px 0 50px;
}
.topContent h4
{
color:#363532;
font-size:16px;
line-height:16px;
font-weight:bold;
}
.topContent img
{
border:12px solid transparent;
}
.content_container h3
{
color:#363532;
font-size:20px;
line-height:20px;
font-weight:bold;
}
.content_container img
{
border:10px solid #fff;
/*Shadow*/
-moz-box-shadow: 3px 3px 3px #b3b3b3,-3px -3px 3px #b3b3b3;
-webkit-box-shadow: 3px 3px 3px #b3b3b3,-3px -3px 3px #b3b3b3;
box-shadow: 3px 3px 3px #b3b3b3,-3px -3px 3px #b3b3b3;
}
.grid3
{
margin-bottom:30px;
}
.zoom
{
width:23px;
height:23px;
display:block;
position:relative;
float:right;
bottom:13px;
right:13px;
background-image:url(../images/zoom.png);
}
/*======================Sidebar Section==================*/
.sidebar
{
margin-bottom:30px;
background:#f6f6f6;
/*Shadow*/
-moz-box-shadow: -3px 3px 3px #b3b3b3,3px 0px 3px #b3b3b3;
-webkit-box-shadow:-3px 3px 3px #b3b3b3,3px 0px 3px #b3b3b3;
box-shadow: -3px 3px 3px #b3b3b3,3px 0px 3px #b3b3b3;
}
.sidebar h4
{
margin-top:1px;
padding-top:15px;
color:#282828;
font-size:20px;
line-height:6px;
font-weight:bold;
text-align:center;
}
/*===========Contact Form for subscription=========*/
#contact-area {
width: 260px;
height:80px;
margin-top: 25px;
}

#contact-area input{
left:20px;
position:relative;
padding: 5px;
width:180px;
margin: 0px 0px 10px 0px;
border: 1px solid #a49f9f;
/*Border Radius*/
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-weight:bold;
}
#contact-area input:focus {
	border: 2px solid #2b81d8;
}

#contact-area input.submit-button {
width: 90px;
float: left;
left:130px;
position:relative;
/*Gradient BG*/
background: #414141; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #414141,  #000); /* for firefox 3.6+ */
border:1px solid #5e6f77;
color:#fff;
font-weight:bold;
}
/*============= List ==================*/
#list {
height:140px;
}
ul#triangle {  
padding:0px;  
position:relative;  
float:left;
left:20px;
list-style: square inside url(../images/triangle.png);
}  
ul#triangle li {}  
ul#triangle li a {  
text-decoration:none;  
color:#282828;  
font-size:14px; 
font-weight:bold;	 
padding:4px;
}  
ul#triangle li a.active, ul#triangle li a:hover {text-decoration:underline;}
/*=========================Footer Section==================================*/
.grid3 h3
{
padding-top:10px;
margin-left:20px;
color:#282828;
font-size:20px;
line-height:2px;
font-weight:bold;
text-align:left;
}
.grid3 ul
{
padding:0px;  
position:relative;  
float:left;
left:20px;
list-style:none;
}
.grid3 ul li {}  
.grid3 ul li a {  
text-decoration:none;  
color:#282828;  
font-size:14px;
line-height:18px; 
font-weight:bold;	 
padding:4px;
} 
.footerMenu
{float:right;}
.logoFooter img
{
border:50px solid transparent;
}
 /*=========================Footer Section with copyright==================================*/
.footer_container2 p
{
margin-left:20px;
color:#fff;
font-size:14px;
font-weight:bold;
text-align:left;
}