/*-----------------------------------------------------------------------------
	BROWSWER RESET
-----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	
.no-margin {margin: 0 !important}

.no-border {border: none !important}

.last {margin-right: 0 !important}

/*-----------------------------------------------------------------------------
	CLEARFIX
-----------------------------------------------------------------------------*/

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/*-----------------------------------------------------------------------------
	LAYOUT
-----------------------------------------------------------------------------*/

body {
	background: url(/uploads/images/bg.gif) repeat-y top left;
	overflow: -moz-scrollbars-vertical;
	font-size: 62.5%;
	font-family: arial, sans;
	color: #2a2a2a;
	}


#wrap {
	position: relative;
	width: 890px;
	margin-left: 50px;
	ba
	}

#header {
	width: 890px;
	height: 40px;
	margin: 10px 0 15px 0;	
	}

#logo {
	float: left;
	width: 155px;
	height: 40px;
	}
	
#menu {
	position: relative;
	float: left;
	width: 735px;
	height: 30px;
	margin-top: 10px;
	background: url(/uploads/images/bg_menu.jpg) no-repeat top left;
	z-index: 500000;
	}
	
/*  JS slider basic styles in separated file slider.css  */

#slide1 {
	height: 330px;
	background: url(/images/slider1.jpg) no-repeat top left;
	z-index: 10;
	}
	
#slide2 {
	height: 330px;
	background: url(/images/slider2.jpg) no-repeat top left;
	z-index: 20;
	}
	
#slide3 {
	height: 330px;
	background: url(/images/slider3.jpg) no-repeat top left;
	z-index: 30;
	}

#slide4 {
	height: 330px;
	background: url(/images/slider4.jpg) no-repeat top left;
	z-index: 40;
	}

#boxes {
	width: 890px;
	}
	
#tabs {
	width: 630px;
	float: left;
	margin-right: 10px;
	}

#tabs2 {
	width: 600px;
	float: left;
	margin-right: 10px;
	padding: 20px 20px 20px 10px;
	}
	
#sidebar {
	float: right;
	width: 240px;
	}
	
#content {
	width: 890px;
	}
	
#box1, #box2, #box3, #box4, #box5 {
	float: left;
	position: relative;
	padding: 10px;
	border: 1px solid #999;	
	background: url(/uploads/images/bg_boxes.jpg) repeat-x bottom left;
	-moz-border-radius-bottomleft: 4px; 
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	}

#box1 {
	width: 298px;
	height: 200px;
	border-top: 10px solid #5ec3e7;
	}


#box2.old {
	width: 258px;
	height: 200px;
	padding: 10px 25px;
	margin: 0 10px;
	border-top: 10px solid #aed039;
	}


#box2 {
	width: 288px;
	height: 200px;
	margin: 0 10px;
	border-top: 10px solid #aed039;
	}

#box3.old {
	width: 218px;
	height: 200px;
	border-top: 10px solid #f17500;
	background: #FFF url(none)
	}


#box3 {
	width: 188px;
	height: 190px;
	border-top: 10px solid #f17500;
	padding: 20px 25px 10px 25px;
	background: #FFF url(none);
	}

#box4 {
	width: 198px;
	border-top: 10px solid #aed039;
	background: #FFF url(/images/quote.jpg) no-repeat 15px 10px;
	margin-bottom: 15px;
	margin-top: 32px;
	padding: 90px 20px 35px 20px;
	}

#box5 {
	width: 198px;
	padding: 15px 20px 30px 20px;
	border-top: 10px solid #f17500;
	background: #FFF url(none)
	}


	
#footer {
	margin-top: 10px;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	color: #666;
	padding-left:5px;
	}

#tab-1,#tab-2,#tab-3, #tab-4 {
	padding: 20px 20px 20px 10px;
	/*border-top: 9px solid #5ec3e7;*/
	}
	
#productImage {
	position: relative;
	width: 890px;
	height: 310px;
	background: #FFF url(/images/bg_product.jpg) no-repeat top left;
	margin-bottom: 10px;
	}

/*-----------------------------------------------------------------------------
	LINKS
-----------------------------------------------------------------------------*/

a, a:visited {
	color: #f17500;
	}

#boxes a, #box4 a {
	display: block;
	position: absolute;
	bottom:  2px;
	left: 10px;
	width: 200px;
	height: 30px;
	margin-top: 6px;
	color: #2a2a2a;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: url(/uploads/images/link.png) no-repeat top left;
	padding: 6px 0 0 30px;
	}

#boxes a:hover, #box4 a:hover {
	color: #f17500;	
	}
	
#productImage a {
	display: block;
	position: absolute;
	bottom:  75px;
	left: 463px;
	width: 200px;
	height: 30px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: url(/uploads/images/link.png) no-repeat top left;
	padding: 9px 0 0 30px;
	}
	
	
	
#slide1 a,
#slide2 a,
#slide3 a,
#slide4 a {
	display: block;
	position: absolute;
	bottom:  40px;
	width: 200px;
	height: 30px;
	margin-top: 6px;
	margin-left: 30px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: url(/uploads/images/link.png) no-repeat top left;
	padding: 9px 0 0 30px;
	}
	
#slide1 a:hover,
#slide2 a:hover,
#slide3 a:hover,
#slide4 a:hover {
	color: #f17500;	
	}
	
#box5 a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px dashed #666;
	padding: 7px 0 0 12px;
	margin-top: 5px;
	text-decoration: none;
	background: url(/images/arrow.jpg) no-repeat 0 9px;
	}
	

/*-----------------------------------------------------------------------------
	TYPE
-----------------------------------------------------------------------------*/
#productImage img {
	position: absolute;
	left:5px;
	top: 25px;
	}


#productImage h1 {
	display: block;
	font-size: 30px !important;
	padding: 35px 35px 0 460px;
	color: #FFF;
	font-weight: bold;
	}
	
#productImage h2 {
	color: #00a4e2;
	display: block;
	font-size: 30px !important;
	padding: 0px 35px 0 460px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px !important;
	line-height: 20px;
	}


.anythingSlider h1 {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px !important;
	line-height: 28px;
	padding: 30px 30px 0 32px;
	width: 360px;
	}
	
.anythingSlider h2 {
	display: block;
	color: #00a4e2;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px !important;
	line-height: 20px;
	padding: 0px 0 0 32px;
	width: 400px;
	}

h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: capitalize;
	}
	
#mainpage h1 {
	font-size: 24px;
	}


#box2 h1 {
	padding-top: 10px;
	padding-bottom: 3px;
	}
	
	
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #f17500;	
	padding-bottom: 10px;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #f17500;
	margin-bottom: 5px;
	}
	
#content h2 {
	color: #2a2a2a;
	font-weight: bold;	
	}
	
#box5 h2 {
	color: #2a2a2a;
	font-weight: bold;
	font-size: 16px;
	}

p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
	}
	
#box4 p strong {
	font-size: 14px;
	line-height: 16px;
	}

strong {
	font-weight: bold;
	}
	
/* p strong {
	font-size: 14px;
	line-height: 16px;
	}
*/

/* toggle */

.active {
	background: url(/images/toggle.gif) no-repeat top left !important;
}


.clickMe {
	display: block;
	height: 13px;
	width: 13px;
	margin-right: 8px;
	margin-top: 1px;
	text-indent: -9600px;
	background: url(/images/toggle.gif) no-repeat top right;
	float: left;
	cursor: pointer;
	}
	
ul {
	margin-bottom: 15px;
	}
	
#content li {
	font-size: 12px;
	list-style: disc;
	margin-bottom: 5px;
	margin-left: 15px;
	}
	
	
.ui-tabs-nav li {
	list-style: none;
	}
	
#content ul ul li {
	margin-left: 20px;
	list-style: circle;
	}
	
#content ul ul {
	margin-top: 10px;
	}

table {	
	width: 100%;
	}
	
td, th {
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	font-size: 12px;
	}
	
#subpage div#productImage {
	display: none;
	}
	
	
.news-item {
	margin-bottom: 20px;
	}
	
.news-summary-text, .news-summary-text p, .news-summary-text span, .news-summary-text p span {
	font-size: 12px !important;
	}
	
.news-summary-text p {
	margin-bottom: 0;
	}
	
.formbuilderform .message {
		font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: capitalize;
	}
	
.formbuilderform {
	font-size: 12px;
	}
	
.formbuilderform label {
	display: block;
	margin-bottom: 5px;
	}	
	
.formbuilderform div {
	margin-bottom: 15px;
	}
	
.formbuilderform textarea {
	width: 600px;
	}
	
.gmaps table {
	width: auto;
	}
	
.gmaps td {
	padding: 0 !important;
	}

.gmaps {
	padding: 10px;
	border: 1px solid #aaa;
	}
	
table.training td {
	padding: 3px 0 2px 0px;	
	}

tr.divider td {
	padding-top: 10px;
	}
	
table.training th {
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 5px;
	background: #eee;
	}
	
.trainingForm label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	}
	
.trainingForm div {	
	margin-bottom: 15px;
	}
	
.trainingForm textarea {	
	width: 500px;
	}
	
.fb_invalid {
	color: #ff0000;
	font-size: 12px;
	}
	
.required {
	font-size: 12px;
	}