/* RESET CSS */

body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, form, p, ol, ul, li, dl, dt, dd, blockquote, fieldset, legend, input {
	margin: 0px;
	padding: 0px;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
}
a img {
	border: 0px;
}
.wai {
	width: 0px !important;
	overflow: hidden;
	height: 0px !important;
	text-indent: -5000px;
	margin: 0px !important;
	padding: 0px !important;
}
.cb {
	clear: both !important;
}
.cl {
	clear: left !important;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
/*  site's CSS */

body {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 0.625em;
	text-align: left;
	background: #005eb8;
}
#page {
	margin: 0 auto 0 auto;
	width: 898px;
	overflow: hidden;
}
/*  the header  */

#header {
	clear: right;
	height: 377px;
	width: 100%;
}
.logos {
	margin-top: 50px;
}
#logo {
	width: 124px;
	height: 80px;
	background: url("../img/JIG_logo.png") no-repeat top left;
	display: block;
	float: left;
}
#mabbett-logo {
	width: 224px;
	height: 80px;
	background: url("../img/mabbett_logo_white.png") no-repeat top left;
	float: right;
}
#logo a {
	text-indent: -5000px;
	overflow: hidden;
	width: 124px;
	height: 80px;
	display: block;
}
#mabbett-logo a {
	text-indent: -5000px;
	overflow: hidden;
	width: 224px;
	height: 80px;
	display: block;
}
#stage {
	float: right;
	background: url("../img/stage-bg.jpg") no-repeat top left;
	width: 573px;
	height: 377px;
}
/* main menu */

#stage ul {
	font-size: 105%;
	background: url("../img/topnav-bg.png") top left;
	height: 70px;
	width: 100%;
	padding-top: 6px;
	margin-top: 301px;
}
#stage ul li {
	display: block;
	float: left;
	margin: 0 15px;
	_margin: 0 12px 0 15px;
}
#stage ul li a {
	color: #fff;
	display: block;
	padding-top: 52px;
	text-align: center;
	_float: left;
}
#stage ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#stage ul li a.clicked {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
li.icon1 a {
	background: url("../img/icon1.png") no-repeat top center;
	min-width: 60px;
	_width: 60px;
}
li.icon2 a {
	background: url("../img/icon2.png") no-repeat top center;
	min-width: 40px;
	_width: 40px;
}
li.icon3 a {
	background: url("../img/icon3.png") no-repeat top center;
	min-width: 70px;
	_width: 70px;
}
li.icon4 a {
	background: url("../img/icon4.png") no-repeat top center;
	min-width: 40px;
	_width: 40px;
}
li.icon5 a {
	background: url("../img/icon5.png") no-repeat top center;
	min-width: 40px;
	_width: 40px
}
li.icon6 a {
	background: url("../img/icon6.png") no-repeat top center;
	min-width: 45px;
	_width: 45px;
}
li.icon7 a {
	background: url("../img/icon7.png") no-repeat top center;
	min-width: 30px;
	_width: 30px;
}
/* main menu */

ul#mainnav {
	width: 305px;
	height: 327px;
	padding: 30px 10px 20px 10px;
	font-size: 135%;
	float: left;
	text-transform: uppercase;
	background: #282828;
}
ul#mainnav li {
	display: block;
	clear: both;
}
ul#mainnav li a, ul#mainnav li span {
	color: #fff;
	padding: 3px 0 3px 20px;
	display: block;
	_float: left;
}
ul#mainnav li a:hover {
	color: #fff;
	background: #0e0e0e;
	text-decoration: none;
}
ul#mainnav li a.clicked {
	color: #fff;
	background: #0e0e0e !important;
}
ul#mainnav li ul {
	margin: 3px 0 3px 20px;
	font-size: 95%;
}
/* main content area  */

.extra {
	clear: both;
	padding: 20px;
}
#wrapper {
	background: url("../img/content-bg.gif") repeat-x left bottom #fff;
	color: #393939;
	font-size: 130%;
	line-height: 140%;
	overflow: hidden;
	height: 100%;
}
#sidebar {
	width: 300px;
	padding: 30px 0px 20px 20px;
	float: left;
}
#sidebar h3 {
	padding: 10px 0 5px 0;
	color: #4fba1e;
}
#sidebar p {
	padding: 10px 0;
}
#sidebar a {
	color: #4fba1e;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#sidebar h2 {
	padding-bottom: 10px;
}
#content {
	padding: 10px 30px 10px 30px;
	width: 510px;
	float: right;
}
#content.fullwidth {
	width: 835px;
}
#content p {
	padding: 10px 0;
}
#content h1 {
	font-size: 160%;
	padding: 15px 0;
	line-height: 130%;
	color: #4fba1e;
	font-weight: normal;
}
#content h2 {
	font-size: 130%;
	padding: 5px 0;
	font-weight: normal;
}
#content h3 {
	font-size: 100%;
	padding: 5px 0;
}
#content a {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #aaa;
}
.contentlist {
	margin: 10px 20px 10px 30px;
	list-style-type: circle;
}
.contentlist li {
	padding: 3px 0;
}
img.img_center {
	margin: 10px 0 15px 5px;
	clear: both;
	border: 3px solid #aaa;
}
img.img_right {
	margin: 10px 0 15px 35px;
	float: right;
	border: 3px solid #aaa;
}
.google_map {
	border: 1px solid #999;
	width: 100%;
	height: 410px;
}
.testimonial {
	padding: 20px;
	background: #fefefe;
}
.testimonial blockquote {
	font-size: 120%;
	font-style: italic;
	font-family: georgia;
	color: #4fba1e;
	padding-bottom: 10px;
	line-height: 140%;
}
.testimonial cite {
	font-weight: bold;
	font-style: normal;
	float: right;
}
.highslide {
	margin: 10px 20px 10px 0;
	text-decoration: none !important;
	color: #bbb !important;
	text-align: center;
}
.highslide img {
	border: 3px solid #aaa;
}
.highslide span {
	display: block;
}
.highslide.fr {
	margin: 10px 0 10px 20px !important;
}
address {
	font-style: normal;
}
/*footer style */

#footer {
	margin: 0 auto 0 auto;
	width: 900px;
	font-size: 110%;
	padding:  0 0;
	overflow: hidden;
	border-top: solid 15px #282828;
	background: #fff;
	width: 898px;
}
#footer ul {
	float: right;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-right: 5px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #aaa;
}
#footer ul li a.clicked {
	color: #aaa !important;
}
#footer .row {
	float: right;
}
#footer .footer-logos {
	clear: right;
}
a.copyright {
	text-align: right;
	padding: 0 10px 0 0;
	float: right;
}
/* CSS used for styling the CONTACT form */

form#contact {}
form#contact label {
	display: block;
	float: left;
	clear: left;
	width: 100px;
}
form#contact input {
	background: #fff;
	margin-bottom: 7px;
	border: 1px solid #d8d8d8;
	width: 300px;
	float: left;
	height: 20px;
}
form#contact textarea {
	clear: both;
	background: #fff;
	height: 110px;
	border: 1px solid #d8d8d8;
	width: 400px;
	float: left;
	margin-left: 15px;
	display: inline;
}
form#contact input#send {
	background: #32A7FF;
	float: left;
	border: 0;
	margin-top: 10px;
	cursor: pointer;
	width: 90px;
	height: 22px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.faulty_field {
	background: #fff4f4 !important;
	color: #ff0000;
	border: 1px solid #ff0000 !important;
}
.red {
	color: #ff0000 !important;
	font-weight: bold;
}
form#contact fieldset {
	border: none;
	margin: 15px 0;
	float: left;
}
form#contact legend {
	font-weight: bold;
}
form#contact input.chk-radio {
	margin: 5px 5px 5px 15px;
	float: left;
	width: 14px;
	height: 14px;
	border: none;
}
form#contact label.chk-label {
	clear: none;
	width: auto;
	margin: 4px 0;
}