/*
	COPYRIGHT WS LABS LIMITED
	
	ALL RIGHTS RESERVED
	
	WRITTEN JULY 2011

*/

html, body, div, span, h1, h2, h3, p, blockquote, img, sub, sup, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, #top, #nav_area {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
}

body {
	font: 85%/0.9 arial, helvetica, sans-serif;
	line-height: 20px !important;
	background:#21211F url('../img/body_wrap.gif') repeat-x;
}

a { outline: none; }
a img { border: none; }

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

p {
	margin-bottom:15px;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #A0A857;
	margin-bottom:15px;
}

h2 strong {
	font-size: 1.1em;
}

strong {
	color: #2A2A29;
	font-weight: bold;
}

strong {
	font-size: 1.2em;
}

/*TOP*/

#header {
	overflow: hidden;
	padding: 15px 0 0;
}

#top_frame {
    overflow: hidden;
    text-align: center;
}

#top {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 865px;
}

a#logo {
    display: inline;
    float: left;
    height: 146px;
	width: 297px;
    margin: 10px;
}

#phone {
	width:207px;
	height:26px;
	background-image: url('../img/phone.gif');
	color: transparent;
	float:right;
	margin:55px 15px 0 0;
}

#phone a {
	color: transparent;
}

/*MENU*/

ul#menu {
	width: 535px;
	display: inline;
    float: right;
    height: 67px;
    margin: 0;
	padding: 13px 0;
	list-style: none;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu li {
  float: left;
  display: block;
}

#menu li a {
  display: block;
  text-decoration: none;
  height: 67px;
  /*text-indent: -9999px;*/
  overflow: hidden;
  outline-style: none;
}

/*
#menu a img {
	display: none;
}
*/

#menu-home a{
  background: url('../img/menu_home.gif') 0 -67px no-repeat;
  width: 95px;
}

#menu-services a{
  background: url('../img/menu_services.gif') 0 -67px no-repeat;
  width: 106px;
}

#menu-products a{
  background: url('../img/menu_products.gif') 0 -67px no-repeat;
  width: 111px;
}

#menu-about a{
  background: url('../img/menu_about.gif') 0 -67px no-repeat;
  width: 108px;
}

#menu-contact a{
  background: url('../img/menu_contact.gif') 0 -67px no-repeat;
  width: 115px;
}

#menu a {
	/* background-position: 0 0; */
}

#menu a img {
	border: none;
}

#menu a img.active {
	visibility: hidden;
  /* background-position: 0 -67px; */
}


/*SIDE MENU*/

#side_menu {
	width:252px;
	margin-top:15px;
	margin-left:-12px;
}

#side_menu a, #side_menu span {
	display:block;
	height: 53px;
	line-height:51px;
	outline: none;
	font-size: 1.1em;
	font-weight: bold;
	text-align:center;
}

#side_menu a {
	background: url('../img/side_menu.png') 0 -53px no-repeat;
	color: #FFF;
	text-shadow: none;
	font-weight:normal;
}

#side_menu span {
	background: url('../img/side_menu.png') 0 0 no-repeat;
	color: #000;
	text-shadow: 1px 1px 1px #FFF;
}

#side_menu a:hover, #side_menu a:active, #side_menu a.active {
	background: url('../img/side_menu.png') 0 0 no-repeat;
	outline: none;
	color: #000;
	text-decoration:none;
	font-size: 1.1em;
	font-weight: bold;
}

/*CONTENT*/

#content {
    overflow: hidden;
	display: table;
    text-align: center;
    width: 100%;
	font-size: 1em;
}

#content #center_slider, #content #center {
	width: 915px;
    overflow: visible;
	margin: 0 auto;
    overflow: hidden;
	display: block;
}

#content #main_wrap {
	background: transparent url('../img/content_wrap.png') repeat-y;
}

#main_top {
	background: url('../img/content_top.png') no-repeat 0 0;
	height:27px;
}

#content_area {
	overflow: visible;
	margin: 0 auto;
    overflow: hidden;
    width: 850px;
	display: block;
	background-color:#C4C4C4;
	padding:7px;
}

#left_content {
	float:left;
	width:233px;
	margin-top:-10px;
}

#left_content_text {
	padding:60px 10px 30px 10px;
	margin-top:10px;
	background: #FFF url('../img/curl.gif') no-repeat right bottom;
	font-size: 0.9em;
}

#left_content_text ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#left_content_text li {
	background-image: url('../img/li_side.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	margin-bottom: 3px;
}

#right_content {
	float:right;
	width:590px;
	background:#FFF;
	padding:60px 10px 10px 10px;
}

#right_content ul {
	list-style-image:url("../img/bullet.gif");
}

#right_content a#image_load img {
	border: 1px solid #CCC;
	padding: 15px;
	margin: 25px;
}

#right_content a#image_load img:hover, #right_content a#image_load img:active { border: 1px solid #C1DE2D; }

#right_content a#image_load {
	border-bottom: none;
}

#left_content_text a, #right_content a {
	color: #494848;
	border-bottom: 1px dotted #302F2E;
	text-decoration:none;
}

#content a:hover, #content a:active {
	color: #302F2E;
	text-decoration:underline;
	border:none;
}

#main_bottom {
	background: url('../img/content_bottom.png') no-repeat 0 0;
	height:27px;
	text-align:right;
	padding-right: 26px;
	padding-top:1px;
	font-size:0.7em;
	color:white;
	margin-bottom:60px;
}

#main_bottom a {
	color: #C1DE2D;
	border:none;
	text-decoration:none;
	outline: none;
}

#main_bottom a:hover, #main_bottom a:focus {
	color: #FFF;
	text-decoration:none;
	border-bottom: 1px dotted #FFF;
}

/* HEADERS */

#left_content h1, #right_content h1 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 29px;
	height:26px;
	margin-top:-66px;
	position:absolute;
	text-shadow: 1px 1px 1px #FFF;
}

#left_content h1 {
	width:223px;
	padding-left:40px;
	margin-left:-40px;
}

#left_content h1.green { background: url('../img/left_head_green.png') no-repeat 0 0; }
#left_content h1.blue { background: url('../img/left_head_blue.png') no-repeat 0 0; }
#left_content h1.orange { background: url('../img/left_head_orange.png') no-repeat 0 0; }
#left_content h1.purple { background: url('../img/left_head_purple.png') no-repeat 0 0; }
#left_content h1.red { background: url('../img/left_head_red.png') no-repeat 0 0; }
#left_content h1.yellow { background: url('../img/left_head_yellow.png') no-repeat 0 0; }

#right_content h1 {
	background: url('../img/right_head.png') no-repeat 0 0;
	width:650px;
	padding-left:20px;
	margin-left:-10px;
}

#right_content h1 a {
	color: #000;
	text-decoration:none;
}

#right_content h1 a:hover, #right_content h1 a:focus {
	color: #FFF;
	text-decoration:underline;
	text-shadow: none;
}

/*SLIDER*/

#slider_wrapper {
    background: url('../img/slider_bg.png') no-repeat 0 0;
    width: 915px;
    height: 278px;
    margin: 0 auto;
	padding-top: 35px;
	margin-top: 0px;
}

#slider {
	position: relative;
    width: 849px;
    height: 245px;
    margin-left: 33px;
	background: url('../img/slider_loading.gif') no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:343px;
	bottom:-37px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url('../img/slider_bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('../img/slider_arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*CONTACT US SLIDER*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../img/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.contact_top {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 2px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.contact_top li.left {
  	background: url(../img/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.contact_top li.right {
  	background: url(../img/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 34px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.contact_top li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../img/tab_m.png) repeat-x 0 0;
}

.tab ul.contact_top li a {
	color: #C1DE2D;
}

.tab ul.contact_top li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 65px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../img/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../img/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../img/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../img/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute; /*position: absolute; for overlap content*/
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 240px;
	color: #999999;
	background: #323231;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #C1DE2D;
}

#panel a:hover {
	color: white;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field, #panel .content textarea.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	color: white;
	margin-right: 5px;
	margin-top: 4px;
}

#panel .content input.field {
	width: 200px;
	height: 16px;
}

#panel .content textarea.field {
	width: 200px;
	height: 90px;
}

#panel .content input:focus.field , #panel .content textarea:focus.field {
	background: #545454;
}

/* BUTTON */
#panel .content input.bt_send {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_send {
	width: 200px;
	color: #21211F;
	background: transparent url(../img/bt_send.png) no-repeat 0 0;
}

#panel .content input.bt_send:hover {
	background: transparent url(../img/bt_send.png) no-repeat 0 -24px;
}

#panel label.error {
	display:none;
	font-size: 0.8em;
	margin-top:-12px;
	margin-bottom: -12px;
	color: red;
}


/*Contact Form*/
#contact_form_main {
	width: 426px;
	padding:15px;
	margin-left:60px;
	box-shadow: 10px 10px 5px #888;
	border: 1px solid #494848;
	background-color:#EAEAEA;
}

#contact_form_main #input_area label.error {
	color:red;
	background: transparent url(../img/exclamation-red-frame.png) no-repeat;
	padding:0 0 0 20px;
	font-weight: normal;
	font-size: 0.6em;
	float:right;
}

#contact_form_main #input_area label {
	color: #2A2A29;
	font-weight: bold;
	font-size: 0.8em;
	float: left;
	padding-top: 8px;
	clear: both;
	display: block;
}

#contact_form_main #input_area input, #contact_form_main #input_area textarea {
	border: 1px #1A1A1A solid;
	background: #545454;
	margin-right: 5px;
	margin-top: 4px;
	float: right;
	padding-left:3px;
	color: white;
	font-size: 0.8em;
}

#contact_form_main #input_area input {
	width: 250px;
	height: 26px;
}

#contact_form_main #input_area textarea {
	width: 250px;
	height: 120px;
}

#contact_form_main #input_area input:focus , #contact_form_main #input_area textarea:focus {
	background: #777777;
}

#contact_form_main input.main_form_submit {
	display: block;
	float: left;
	clear: left;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#contact_form_main input.main_form_submit {
	width: 426px;
	color: #21211F;
	background: transparent url(../img/main_form_send.png) no-repeat 0 0;
}

#contact_form_main input.main_form_submit:hover {
	background: transparent url(../img/main_form_send.png) no-repeat 0 -36px;
}

#main_form_loader {
	position:relative;
	width:100%;
	text-align:center;
	color: #2A2A29;
	font-weight: bold;
	font-size:1.2em;
	display:none;
}

#main_form_loader a {
	font-weight:normal;
	font-size: 0.6em;
	text-decoration: underline;
}

#main_form_loader a:hover {
	font-weight:bold;
	text-decoration: none;
}