@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

html {
	background: #797979 url(../images/bg.gif) top repeat-x;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

/*    T O P   C O N T E N T    */

#band {
	position: absolute;
	width: 100%;
	height: 20px;
	background: url(../images/bg_bar.png) top repeat-x;
	z-index: 10;
}

#container {
	position: relative;
	float: left;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../images/bg_body.png) top repeat-y;
}

/*    H E A D E R   C O N T E N T    */

#mast {
	margin: 5px auto 0;
	width: 896px;
	height: 80px;
}

.logo {
	float: left;
	margin-top: 13px;
	width: 165px;
	height: 68px;
}

/*    M E N U   C O N T E N T    */

.navsub {
	margin-top: 5px;
	float: right;
	width: 448px;
	height: 80px;
}

.navsub p {
	color: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: right;
}

.navsub a:hover {
	color: #21609c;
}

.navsubmenu, .navsubmenulast {
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 1.1em;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.navsubmenu {
	color: #fff;
	background: #21609c;
	margin-right: 5px;
}

a:hover.navsubmenu {
	background: #fff;
	margin-right: 5px;
}

a.navsubmenulast {
	background: #FF9900;
	color: #fff;
	padding-right: 5px;
}

a:hover.navsubmenulast {
	background: #fff;
	color: #FF9900;
	padding-right: 5px;
}

.navsubmenutop {
	color: #595959;
	text-decoration: none;
	padding-left: 5px;
}

.navsubmenu {
	padding-right: 5px;
}

.navsubmargin {
	margin-top: 36px;
}

.menu {
	margin: 0 auto;
	width: 896px;
	height: 64px;
}

.leftnav {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 32px;
}

/*    M A I N   C O N T E N T    */

#contentwrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: auto !important;
}

#content {
	position: relative;
	float: left;
	margin: 32px;
	padding-bottom: 180px;
	width: 896px;
	height: auto !important;
}

.carousel {
	width: 896px;
	height: 223px;
	padding-bottom: 32px;
}

.cright {
	float: right;
	width: 450px;
	margin-top: 16px;
}

.cleft {
	float: left;
	width: 400px;
	margin: 16px;
}

.cleft h1 {
	margin: 0;
}

.cleft p {
	font-size: 1.2em;
	margin: 8px 0 0;
	color: #fff;
	line-height: 1.5em;
}

.creadmore {
	margin-left: -5px;
}

.home {
	position: relative;
	float: left;
	width: 664px;
}

.inside {
	position: relative;
	float: left;
	width: 432px;
}

.home p, .inside p {
	font-size: 1.2em;
	color: #595959;
	line-height: 1.6em;
	margin-top: 0;
}

.home h1, .inside h1 {
	margin: 0;
}

.inside h2 {
	margin: 0 0 15px;
	padding: 0;
	font-weight: bold;
	font-size: 1.5em;
	color: #21609c;
}

.inside h3 {
	margin: 4px 0 8px;
	padding: 0;
	font-weight: bold;
	font-size: 1.4em;
	color: #666;
}

.home a, .inside a {
	color: #21609c;
	text-decoration: none;
}

.home a:hover, .inside a:hover {
	text-decoration: underline;
}

.thumbs {
	float: left;
	width: 696px;
	margin: 8px 0 0 -20px;
}

.thumbs img {
	margin-left: 12px;
	margin-bottom: 9px;
}

.thumbs img.bottomimg {
	margin-bottom: 0;
}

.checklist, .guarantee, .bullets, .free {
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #595959;
}

.orderedlist {
	padding: 0 0 0 24px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #595959;
}

.checklist li strong, .guarantee li strong, .free strong {
	font-size: 1.3em;
	font-weight: normal;
	color: #21609c;
	/*color: #77a215;*/
	line-height: 1.1em;
}

.checklist li {
	padding-left: 40px;
	margin-bottom: 16px;
	background: url(../images/checkmark.gif) top left no-repeat;
}

.free li {
	padding-left: 40px;
	margin-bottom: 16px;
	background: url(../images/free.gif) top left no-repeat;
}

.guarantee li {
	padding-left: 40px;
	margin-bottom: 16px;
	background: url(../images/guarantee_badge_small.gif) top left no-repeat;
}

.bullets li {
	padding-left: 25px;
	margin-bottom: 16px;
	background: url(../images/arrows.gif) top left no-repeat;
}

.bullets li ul {
	margin-top: 16px;
	margin-bottom: 0;
}

.bullets li ul li {
	padding-left: 4px;
	margin-bottom: 4px;
	background: none;
}

.orderedlist li {
	padding-left: 4px;
	margin-bottom: 16px;
}

blockquote {
	background: #21609c url(../images/bg_blockquote.gif) repeat-y;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 16px;
	font-size: 1.1em;
	margin: 0;
	color: #fff;
}

blockquote strong {
	font-size: 1.6em;
}

blockquote em {
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.4em;
}

blockquote a {
	color: #77a215;
	background: #fff;
	text-decoration: none;
	padding: 2px 4px;
	margin-left: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.videos {
	float: left;
	margin: 16px 0 0;
}

.videos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.videos li {
	float: left;
	width: 200px;
	height: 125px;
	margin: 0 32px 32px 0;
}

.videos li.columntwo {
	float: left;
	width: 200px;
	height: 125px;
	margin: 0 0 32px 0;
}

.inside label {
	float: left;
	width: 64px;
	margin-right: 10px;
}

.inside .eventmargin {
	width: 300px;
	float: left;
	margin-bottom: 8px;
}

p.small {
	font-size: 10px;
	padding-left: 24px;
	line-height: 1.3em;
}

p.asterik {
	font-size: 10px;
	line-height: 1.3em;
}

.alignright {
	margin-left: 8px;
}

/*    S I D E B A R   C O N T E N T    */

.sidebar {
	position: relative;
	float: right;
	margin-left: 32px;
	height: auto !important;
	width: 200px;
}

.round {
	margin-bottom: 6px;
}

#box {
	float: left;
	padding: 12px;
	width: 176px;
	height: auto;
	background: #858585;
	margin-bottom: 6px;
}

#box p {
	font-size: 1.2em;
	color: #fff;
}

#box a {
	color: #fff;
	text-decoration: none;
}

#box a:hover {
	color: #858585;
	text-decoration: none;
	background: #fff;
}

.sbborder {
	border: 1px solid #fff;
}

.snthumbnails {
	float: left;
	margin-bottom: 16px;
}

/*    F O R M S    */

form {
	width: 400px;
}

#formcontact label {
	float: left;
	width: 100px;
	margin-right: 10px;
}

#formcontact input {
	float: left;
	width: 250px;
	height: 18px;
	padding: 3px;
	border: 1px solid #595959;
	margin-bottom: 8px;
}

#formcontact textarea {
	float: left;
	width: 250px;
	height: 64px;
	padding: 3px;
	border: 1px solid #595959;
	margin-bottom: 16px;
}

#formcontact input#submitbtn {
	float: left;
	margin-left: 110px;
	padding: 0px 0 0;
	width: 100px;
	height: 24px;
	text-align: center;
	color: #fff;
	background: #21609c url(../images/bg_submit.gif) repeat-y;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	border: 0px;
	text-shadow: #000 0.05em 0.05em 0.1em;
}

#formcontact p {
	clear: both;
}

.hidecode {
	display: none;
}

#thanks h2 {
	color: #fff;
	background: #FF9900;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px;
	text-align: center;
}

#thanks a {
	color: #fff;
	text-decoration: none;
}

#thanks a:hover {
	color: #21609c;
	text-decoration: none;
}

.errorMessage {
	color: #FF0000;
}

/* EVENTS TABS */

.tabs {
	padding: 0;
	margin: 0;
	width: 400px;
}

.tabs li {
	float: left;
	list-style: none;
	margin: 1px;
	padding: 3px 6px;
	font-size: 13px;
}

.tabs li a {
	text-decoration: none;
}

div.panes div.panesinfo {
	display: none;
	margin: 20px 0;
	padding: 15px 20px;
}

/*    F O O T E R   C O N T E N T    */

#footer {
	position: absolute;
	bottom: 0 !important;
	left: 50%;
	margin: 0 0 0 -480px;
	width: 960px;
	height: 180px;
	background: #3b3b3b;
}

.navfooter {
	float: left;
	margin: 30px 32px 0;
	width: 350px;
	height: auto !important;
}

.navfooter p {
	margin-top: 0;
	color: #c9c9c9;
	line-height: 1.5em;
}

.navfooter a {
	color: #c9c9c9;
	text-decoration: none;
}

.navfooter a:hover {
	color: #3b3b3b;
	background: #c9c9c9;
	text-decoration: none;
}

.navfootermargin {
	padding-top: 12px;
	margin-bottom: 0;
}

.footercontact {
	float: right;
	height: 152px;
	padding: 28px 32px 0 58px;
	background: url(../images/footer_gradient.gif) left repeat-y;
}

p.socialnetworkfooter {
	margin-top: 20px;
}

.socialnetworkfooter a:hover {
	color: #3b3b3b;
	background: none;
	text-decoration: none;
}

/*    E X T R A S    */

.clear {
	clear: both;
}

a img {
	border: none;
}

map {
	float: left;
}
