@import url('../../plugins/easy-contact/sample/econtact-basic.css');

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#000000
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header_l {
 color: #333;
 width: 600px;
 float: left;
 padding: 10px;
 border: 0px;
 margin: 10px 0px 0px 0px;
}

#header_l a {border: 0px;}

#header_l a img {border: 0px;}

#header_r {
 color: #333;
 width: 300px;
 float: right;
 padding: 0px;
 border: 0px;
 margin: 40px 0px 0px 0px;
}
#navigation {
 float: left;
 width: 900px;
 padding: 0px;
 border: 0px;
 margin: 50px 0px 0px 10px;}
 
 #mainwrap {
 float: left;
 width: 922px;
 background: #FFCC00;
 padding: 0px 0px 0px 0px;
 border: 0px;
 margin: -2px 0px 0px 0px;
 -moz-border-radius-topright: 10px; 
-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px; 
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px;	}
 
  #main {
 float: left;
 width: 880px;
 padding: 20px 20px 20px 20px;
 border: 0px;
 margin: 0px 0px 0px 0px;}
 
 #main p {padding-bottom: 20px}
 
 .hireus
 {border: 0px;
 text-align: center;}
 
 #quote {
 float: left;
 width: 922px;
 text-align: center;
 padding: 30px 0px 0px 0px;
 border: 0px;
 clear: both;
 }
 
#leftcolumn ul {list-style: none;
width: 439px;}

#leftcolumn li {line-height: 18px;
margin-bottom: 15px;
color: #FFFFFF;
font-size: 12px;        
display: block;
background: #111111;
padding: 8px;
 -moz-border-radius-topright: 6px; 
-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 6px;
min-height: 46px;
}

#leftcolumn li:hover {background: #666666;}


#leftcolumn a{
font-weight: bold;
font-size: 18px; 
text-decoration: none;
border:0px;}


#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 margin: 30px 0px 0px 0px;
 padding: 10px;
 width: 439px;
 float: left;
}

#leftcolumn img {float: left; 
 margin: 0px 10px 10px 0px;
 border: 0px;}

#leftcolumn h1{
color: #FFFFFF;
margin-bottom: 10px;}

#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 margin: 30px 0px 0px 0px;
 padding: 10px;
 width: 439px;
 display: inline;}
 
#rightcolumn h1{
color: #FFFFFF;
margin-bottom: 10px;
text-transform: lowercase;
} 

#rightcolumn ul {list-style: none;
width: 439px;}

#rightcolumn li {line-height: 18px;
margin-bottom: 15px;
color: #FFFFFF;
display: block;
background: #111111;
padding: 8px;
 -moz-border-radius-topright: 6px; 
-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 6px;
}

#rightcolumn li:hover {background: #333333;
}

#rightcolumn b {color: #FFFF00;
font-weight: bold;
font-size: 24px;
line-height: 40px;}

 
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 margin: 10px 0px 10px 0px;
 padding: 10px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-family: Helvetica Neue, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 16px;
	}

/* Links */

a {color: #FFCC00;
text-decoration: none;
border-bottom: 1px #FFFF00 solid;}

/* Page Navigation */

#supernav {
	width: 880px;
	padding: 5px 15px; /* duplicate the tab size */
	text-align: left;
	display: block;
	border: 0px;
	}

#supernav li {
	margin: 0;
	padding: 0;
	display: inline;
	border: 0px;
	}

#supernav a {
	color: #FFFFff;
	background: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica Neue, Arial, sans-serif;
	padding: 5px 16px;
		border: 0px;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px;	
-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
	
#supernav a:hover {
	color: #111;
	background: #FFCC00;
	text-decoration: none;
	border: 0px;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}

#supernav .current_page_item a {
	color: #111;
	background: #FFCC00;
	text-decoration: none;
	border: 0px;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;}

/* Child Page Navigation */

#childpage {display: block;
width:880px;
float: left;
margin-top: -1px;}

#supernav2 {
	width: 880px;
	padding: 5px 15px; /* duplicate the tab size */
	text-align: left;
	display: block;
	border: 0px;
	margin-top: 0px;
	}

#supernav2 li {
	margin: 0;
	padding: 0;
	display: inline;
	border: 0px;
	}

#supernav2 a {
	color: #FFFFff;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica Neue, Arial, sans-serif;
	padding: 5px 16px;
		border: 0px;
	/* round corner tab - not for IE */
	-moz-border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px;	
-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
	
#supernav2 a:hover {
	color: #111;
	background: #FFCC00;
	text-decoration: none;
	border: 0px;
	/* round corner tab - not for IE */
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;	
-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}

#supernav2 .current_page_item a {
	color: #111;
	background: #FFCC00;
	text-decoration: none;
	border: 0px;
	/* round corner tab - not for IE */
}

/* Video */

#video {float: right;
padding: 10px 0px 10px 15px;}

/* Search Form */

#searchform {
	margin: 0px;
	padding: 0px;
	}

#s {
	width: 120px;
	padding: 3px;
	background-color:#000000;
	font-weight:bold;
	color:#CCCCCC;
	border: #FFFF00 solid 1px;}

 #searchsubmit {
	padding: 2px;
	background-color: #000000;
	border: #FFFF00 solid 1px;
	color: #FFFFFF;
	}

/* Headers */

h1 {font-size: 20px;
line-height: 40px;}

/* Entry */

#content {
 float: left;
 width: 890px;
 padding: 0px;
 border: 0px;
 margin: 10px 10px 0px 10px;
 min-height: 200px;
 text-align: justify;
 line-height: 18px;
 }
 
 .cstitle {font-size: 50px;
 letter-spacing: -2px;
 line-height: 40px;
 font-weight: bold;
 padding-bottom: 10px}
 
 .cstag {font-size: 30px;
 letter-spacing: -2px;
 line-height: -2px;
 font-weight: bold;
 padding-bottom: 20px}

 .csdate {font-size: 25px;
  letter-spacing: -2px;
 line-height: 25px;
}
 
 
 #content h2 a {border: 0px}
 
 #content a:hover {color: #FFFFFFpx}

 #content p {color: #FFFFFF; padding-bottom: 30px;}
 
 /* For Case Studies Page */
 
 #bigcase {width: 280px; 
 padding: 30px 0px 0px 25px;
  float: left;
 }
 
 #bigcase a {border: 0px}
 
 #bigcase img {border: 0px}
 
 /* About Page */
 
 #about {
 float: left;
 width: 600px;
 padding: 20px;
 margin: 20px 20px 0px 0px;
 text-align: justify;
 line-height: 18px;}
 
 #about h2 a {border: 0px}
 
 #about a:hover {color: #FFCC00px}

 #about p {color: #FFFFFF; padding-bottom: 25px;}
 
 #about h2{color: #FFFF00; padding-bottom: 25px;}
 
 #aboutside {
 float: left;
 width: 220px;
 padding: 00px;
 margin: 40px 20px 0px 0px;
 min-height: 300px;
 text-align: justify;
 line-height: 18px;
 border: 1px solid #FFFF00;
 }
 
 #aboutside img {padding: 10px;}
 
 /* Contact Page */
 

#contact-content {
 float: left;
 width: 420px;
 padding: 20px;
 border: 0px;
 margin: 20px 30px 0px 0px;
 min-height: 300px;
 text-align: justify;
 line-height: 18px;
 }
 
 #contact-map {float: left;
 width: 380px;
 margin: 40px 0px 0px 20px;
 padding: 0px;}
 
  #contact-map h4 {color: #FFCC00; padding-bottom: 5px;
 padding-top: 5px;
 font-size: 25px;
 line-height: 20px;}
 
  #contact-l {float: left;
 width: 380px;
 margin: 20px 0px 0px 20px;
 padding: 0px;}
 
 #contact-l h4 {color: #FFCC00; padding-bottom: 5px;
 padding-top: 5px;
 font-size: 25px;
 line-height: 23px;}
 
  #contact-twitter {float: left;
 width: 370px;
 margin: 20px 0px 0px 20px;
 background-color: #111111;
 border: 0px #FFFF00 solid;
 padding: 10px;
  -moz-border-radius-topright: 6px; 
-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px; 
	-webkit-border-radius: 6px;}
 
 #contact-twitter:hover {background-color: #666666;}
 
 #contact-twitter h3 a {color: #FFCC00; padding-bottom: 5px;
 padding-top: 5px;
 font-size: 20px;
 line-height: 18px;
 text-decoration: none;
 border: 0px;
 padding-bottom: 5px;}

 #contact-twitter h3 {color: #FFCC00; padding-bottom: 5px;
 padding-top: 5px;
 font-size: 20px;
 line-height: 18px;
 text-decoration: none;
 border: 0px;
 padding-bottom: 5px;}
 
  #contact-twitter h4 a {color: #FFFFFF; padding-bottom: 10px;
 padding-top: 5px;
 font-size: 16px;
 line-height: 34px;
 text-decoration: none;
 border: 0px;}

 #contact-twitter h4 {color: #CCCCCC; padding-bottom: 10px;
 padding-top: 5px;
 font-size: 16px;
 line-height: 34px;
 text-decoration: none;
 border: 0px;}