/*--- INITIAL ---*/
html{
}

body{
	color:#333;
	font-size:14px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

a{
	text-decoration:none;
	color:#333; 
	-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
    transition: all 0.3s;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
	color:#234a7d;
}
a:focus{
}

img{
	border:0;
}

button{
}

/*--- LAYOUT ---*/
  
.wrapper{
	width:1200px;
	margin:0px auto;
	clear:both;
    content: ' ';
    background: #FFF;
}

.row{
	margin:10 0px;
}

.row:after{
    content:'';
    display:block;
    clear: both;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding:1%
}

.span1 img, .span2 img, .span3 img, .span4 img, .span5 img, .span6 img, .span7 img, .span8 img, .span9 img, .span10 img, .span11 img, .span12 img {
  max-width:100%;
}

.span12{
  width: 98%;
}
.span11{
  width: 89.66666667%;
}
.span10{
  width: 81.33333333%;
}
.span9{
  width: 73%;
}
.span8{
  width: 64.66666667%;
}
.span7{
  width: 56.33333333%;
}
.span6{
  width: 48%;
}
.span5{
  width: 39.66666667%;
}
.span4{
  width: 31.33333333%;
}
.span3{
  width: 23%;
}
.span2{
  width: 14.66666667%;
}
.span1{
  width: 6.33333333%;
}
/*--- TYPOGRAPHY ---*/
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}

h1, h2, h3, h4, h5{
    color:#666;
	letter-spacing:-0.1px;
    margin-top:0;
    padding-top: 0;
    font-family: 'Raleway', sans-serif;
}
h1{
    padding:10px 20px;
	font-weight:300;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #CCC;
}
h1 span{
	font-weight:700;
	color:#166a38;
}

h2{
	font-weight:300;
    font-size: 26px;
    padding:7px 0;
    width: 100%;
	//background: url(../images/header-line.jpg) repeat-x top center #FFF; 
}

h2 span{
    background: #FFF;
    padding-right: 10px;
}

h3{
    margin: 0 0 14px;
    padding: 5px 0 14px;
    border-bottom: 1px solid #CCC;
}


h4{
    font-size: 19px;
    margin: 0 0 10px;
    padding: 5px 0 10px;
    border-bottom: 1px dotted #CCC;
}

h5{
    text-align: center;
    padding:7px 0;
    font-style: italic;
}

.clearer{
	height:10px;
	clear:both;
}

/*--- HEADER ---*/
header{
	width:100%;
	margin:0px auto 0;
    border-top: 4px solid #166a38;
}

header:after{
    content:'';
    display:block;
    clear: both;
}

.logo{
        width: 78%;
    padding-left: 5%;
    float: left;
    margin-top: 0px;
}


.top-cam{
    position: absolute;
    width: 244px;
    height: 122px;
    padding:0;
    margin-left: 940px;
    margin-top: 10px;
	background: url('../images/topcam.png') no-repeat top left;
    z-index: 0;
}

.navigation{
    width: 100%;
	margin:0;
	padding:0;
}

.navigation nav{
	margin:0;
	padding:0;
    display: block;
}

#primary_nav_wrap
{
    width: 100%;
	margin:0;
	padding:0;
}

#primary_nav_wrap ul
{
    width: 100%;
	list-style:none;
	position:relative;
	float:right;
	padding:0;
    margin: 0;
    cursor: pointer;
	background:#f0f0f0;
    box-shadow: 0px 0px 18px #CCC;
}

#primary_nav_wrap > ul
{
	margin-top:0px;
}

#primary_nav_wrap ul a
{
	display:block;
    margin: 0;
    padding: 4px 15px;
    font-weight: 300;
}
#primary_nav_wrap ul > a
{
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:3px 10px;
    font-size: 16px;
}

#primary_nav_wrap ul li:last-child{
    border-right: 0px solid #CCC;
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
    cursor: pointer;
}

#primary_nav_wrap > ul > li
{
    border-bottom: 3px solid #f0f0f0;
    border-right: 1px solid #CCC;
    background: #f0f0f0;
    transition: all 0.3s;
}

#primary_nav_wrap > ul > li:hover
{
    border-bottom: 3px solid #166a38;
    border-right: 1px solid #999;
    background: #999;
    color: #333;
}

#primary_nav_wrap > ul > li:hover a
{
    color: #333;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
    margin-top: 3px;
    z-index: 9999;
}

#primary_nav_wrap > ul > ul
{
	margin-top:20px;
}

#primary_nav_wrap ul ul > li
{
	float:none;
	width:200px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    background: #FFF;
	padding:0 20px;
}

#primary_nav_wrap ul ul > li:hover
{
    color:#333;
    background: #ffffff;
}

#primary_nav_wrap ul ul > li a:hover
{
    color:#333;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

/*--- SLIDER ---*/
.slider{
	width:100%;
	margin:0px auto 0;
    min-height: 607px;
}
.slider:after{
	width:100%;
    content: ' ';
    display: block;
	margin:0px auto 0;
    height: 54px;
    background: url('../images/shadow-slider.jpg') no-repeat bottom center #FFF;
}
.slider img {
}

.slider-overlay{
}

/*--- HOME ---*/

.welcome-box p{
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

/*--- BREADCRUMB ---*/
.breadcrumb{
    border-bottom: 1px solid #CCC;   
    padding-left: 15px;
	color:#333;
    margin-top: 20px;
}
.breadcrumb a{
	color:#186a39;
}
.breadcrumb ul{
    margin: 0;
    padding: 10px 0;
}
.breadcrumb ul li{
    display: inline;
}
.breadcrumb ul li:after{
    content: '\2002 \2002 \00bb \2002 \2002';
}
.breadcrumb ul li.active{
    font-weight:700;
    font-size:18px;
}
.breadcrumb ul li.active:after{
    content: ' ';
}

/*--- BODY ---*/

.container {
 }
 .container img{
	max-width:100%;
 }

.slide, .slide img{
	max-width:99%;
	text-align:center;
}

/*--- TABS ---*/
/* main page */
#w{
	margin-top:20px;
}

#content {
  display: block;
  background: #fff;
  padding: 0px 15px;
  margin-left: 250px;
  min-height: 300px;
}


.contentblock {
  display: block;
  padding: 15px 20px;
}

.contentblock.hidden {
  display: none;
}

/* side navigation */
#sidemenu {
  margin: 0;
  padding: 0;
  width: 250px;
  float: left;
  background: #e8e8e8;
  border-right: 1px solid #c9c9c9;
}


#sidemenu li { display: block; text-align: center; border-top: 1px solid #fff; font-size: 1.1em; }

#sidemenu li a { 
  display: block;
  padding: 16px 2px;
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;

}
#sidemenu li a:hover {
  background: #f2f2f2;
}

#sidemenu li a strong { 
  display: block;
  margin-top: 5px;
}

#sidemenu li a.open {
  width: 101%;
  background: #fff;
}

/*--- SERVICES ---*/

.services-list{
    margin:20px 0 0 0;
    padding: 0;
}
.services-list li{
    list-style: none;
    padding:10px 0;
    background: #EEE;
    border-radius: 15px;
    border: 1px solid #CCC;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.services-list li:hover{
    color: #FFF;
    background: #3367cc;
    border: 1px solid #FFF;
}

/*--- PROJECT ---*/

.project-name{
    padding:0;
    width: 33%;
    float: left;
}

.project-name li{
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #EEE;
    list-style: none;
    margin-right: 20px;
    margin-top: 10px;
    padding:5px;
    cursor: default;
    transition: all 0.2s;
    font-size: 12px;
}

.project-name li:hover{
    background: #186a39;
    color: #FFF;
    box-shadow: 0px 0px 10px #999;
    padding-left: 18px;
}

/*--- PRODUCT ---*/

.product-image img{
    border:1px solid #CCC;
    width:95%;
    padding:3px;
}   

.order-single{
    margin-top:10px;   
}

.order-single button{
    float:right;
}

/*--- CART ---*/
.cart-item{
    margin:0;
}   
.cart-item th{
    font-size: 18px;
    padding:0px 0 13px;
    border-bottom: 3px solid #234a7d ;
}  
.cart-item td{
    padding:10px 0;
    border-bottom: 1px solid #CCC;
}   
.cart-item td:last{
    border-bottom: 0px solid #CCC;
}   

.cart-image{
    width:15%;   
}
.cart-image img{
    width:90%;   
    border: 1px solid #CCC;
}

.cart-description{
    width:55%;   
}

.cart-quantity{
    width:15%;   
    text-align: center;
}

.cart-amount{
    width:15%;   
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
}

.cart-total{
    text-align: right;
}

.cart-button{
    float: right;
    margin-top: 20px;
}

.confirmation-form td{
    padding:0px 0 10px;   
}

.confirmation-label{
    width: 10%;   
}

.confirmation-separator{
    width: 1%;   
}

.confirmation-box{
    width: 89%;   
}

.confirmation-box input{
    width: 100%;   
    padding:5px;
}

.thankyou{
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
}

.thankyou h3, h4{
    border: 0;
    margin: 0;
    padding: 0;
}

.thankyou h3{
    font-size: 24px;
}

.thankyou h4{
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
}

/*--- CONTACT ---*/
.contact-info{
    padding: 10px 0;
    width: 100%;
}

.contact-info ul{
    padding: 0;
    margin: 0;
}

.contact-info ul li{
    list-style: none;
    padding: 10px 27px ;
    margin: 0;
    border-bottom: 1px solid #CCC;
}

.contact-info i{
    margin-right: 10px;
    font-size: 18px;
}

.contact-form{
    margin-top:10px;
}

.contact-form input[type="text"],select{
    padding: 5px;
    width: 95%;
}

.contact-form textarea{
    padding: 5px;
    width: 95%;
    border: 1px solid #DDD;
    resize: vertical;
    height: 100px;
}

.contact-form input[type="submit"] {
    margin-left: 5px;
    display: block;
    
}



/*--- FOOTER ---*/
footer{
	padding:15px 0 0;
}

.footer-top{
	border-top:2px solid #8fc0f1;
	background:#e5effc;
}

.footer-top h4{
	border-bottom:1px solid #788aaf;
	background:#e5effc;
	margin-top:10px;
	padding-bottom:14px;
}

.copyright{
    border-top: 1px solid #CCC;
	text-align:left;
	color:#999;
	padding:7px 0;
	line-height:18px;
	font-size:12px;
    font-family: 'Raleway', sans-serif;
}

#copyright{
}

/* new style */
.p_content
{
	font-size: 14px !important;
	text-align: left !important;
	letter-spacing: 0px !important;
	line-height: 1.7 !important;
}

.contact-form select{
	width: 100%;
}

#sidemenu ul > li {
    font-size: 14px;
    border-bottom: 1px solid #eee;

    padding: 0 20px;
}