/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#777777;
	min-width:858px;
	background:#fff;
}

.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:858px; 	
	padding:0;
	margin:0 auto;
	font-size:0.937em;
	line-height:1.266em;
	position:relative;
	z-index:1;
}

a {color:#252525; outline:none;}
a:hover {text-decoration:none;}

.clear {clear:both; width:100%; line-height:0; font-size:0;}

.col-1, .col-2, .col-3, .col-4 {float:left;}
.column-1, .column-2, .column-3 {float:left;}  

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
.container {width:100%;}

p {margin-bottom:18px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#212121;}
.color-2 {color:#000;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}
.margin-bot1 {margin-bottom:25px;}

.spacing {margin-right:35px;}
.spacing2 {margin-right:45px;}
.spacing3 {margin-right:60px;}

.spacing-bot {margin-bottom:25px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.img-box {float:left; margin-bottom:20px;}	

.prev-indent-bot {margin-bottom:10px;}
.prev-indent {float:left; margin:0 17px 0px 0;}	
.prev-box {float:left; margin-bottom:8px;}	

.border {border:3px solid #000;}
.border2 {border:1px solid #000;}

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {height:40px; width:100%; z-index:999;}
header .main {z-index:999;}

h1 {
	min-height:100px;
	min-width:235px;
	padding:20px 0px 0;
	position:absolute;
	top:20px;
	left:0px;
	z-index:999;
}
.logo {
	display:block;
	font-size:50px;
	color:#fff;
	text-decoration:none;
	padding:0 0 2px;
}

.menu {padding:0px 0px 0 0; position:absolute; top:210px; left:0;}
.menu li {
	margin-bottom:10px;
}
.menu li a {
	background:#000000;
	display:inline-block;
	padding:4px 13px 0px 17px;
	height:35px;
	color:#ffffff;
	font-size:36px;
	text-transform:uppercase;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(js/PIE.htc);
}
.menu li .active, .menu li a:hover {
	color:#000;
	background:#fff;
}

/*********************************content*************************************/
#content {width:100%; min-height:385px; padding:0 0 0px; position:relative;}
#content .main {z-index:1;}

.spacer-1 {width:100%; background:url(../images/pic-1.gif) 217px 0 repeat-y;}
.spacer-2 {width:100%; background:url(../images/pic-1.gif) 460px 0 repeat-y;}

h3 {font-size:1.5em; line-height:1.2em; padding:0 0 0; margin:0 0 0;; color:#212121;}

h5 {font-size:1em; line-height:1.2em; color:#212121; background:url(../images/marker-1.gif) left center no-repeat; padding-left:22px; margin:0 0 20px;}

h6 {font-size:1em; line-height:1.187em; color:#212121;}

.scroll {overflow:auto; height:180px; position:relative;}
.scroll .padding-right {height:1%; padding-right: 50px;}

.border-bot {width:100%; padding-bottom:10px; margin:0px 0 20px; background:url(../images/pic-1.gif) 0 bottom repeat-x;}


.box {
	width:100%;
	float:right;
	min-height:500px;
	background:#fff;
	width:550px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:1px 1px 2px #000;
	-moz-box-shadow:1px 1px 2px #000;
	-webkit-box-shadow:1px 1px 2px #000;
	behavior:url(js/PIE.htc);
	position:relative;
	z-index:1;
}
.box .padding {padding:20px 20px 20px 20px;}

.button {
	display:inline-block;
	padding:0px 10px 0px;
	color:#fff;
	background:#000;
	position:absolute;
	bottom:-20px;
	left:39px;
	font-size:1.5em;
	line-height:1.5em;
	min-height:36px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior:url(js/PIE.htc);
}
a.button {text-decoration:none;}
:hover.button {background:#777777;}

.button1 {
	background:url(../images/button.png) no-repeat;
	position:absolute;
	top:-12px;
	right:-12px;
	height:42px;
	width:42px;
}

.list-1 li {line-height:1.375em; font-size:1em; padding-left:14px; background:url(../images/marker-3.gif) 0 8px no-repeat;}
.list-1 li a {color:#212121; text-decoration:none;}
.list-1 li a:hover {text-decoration:underline;}

.list-2 li {font-size:14px; line-height:24px; padding:0px; vertical-align:top; background:url(../images/pic-1.gif) 0 bottom repeat-x;}
.list-2 li a {display:block; color:#1799cf; padding-left:12px; background:url(../images/marker-1.gif) 0 10px no-repeat;}
.list-2 li a:hover {color:#fff;}
.list-2 .last-item {background:none;}

.list-3 {list-style:decimal-leading-zero;}
.list-3 li {font-size:12px; line-height:16px; color:#fff; padding-bottom:12px; margin-left:25px; list-style-type:decimal-leading-zero;}
.list-3 li a {color:#eda202;}
.list-3 li a:hover {color:#24a3ce;}

:hover.link {text-decoration:underline;} 

.link-1 {display:inline-block; font-size:14px; padding-right:8px; background:url(../images/marker-3.gif) right 8px no-repeat;}
:hover.link-1 {color:#fff;} 

.text-1 {font-size:15px; line-height:1.133em;} 
.text-2 {font-size:16px; line-height:1.187em;}  

dl span {float:left; width:80px;}

#form-main {width:515px;}
#form-main label {display:block; height:40px;}
#form-main input {width:340px; height:18px; font-size:1em; color:#777777; padding:4px 10px; margin:0; font-family:Arial, Helvetica, sans-serif; border:1px solid #c3c3c3; background:none;
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
behavior: url(js/PIE.htc);
position:relative;
}
#form-main textarea {height:142px; overflow:auto; width:490px; font-size:1em; color:#3f3f3f; padding:8px 10px; margin:0; font-family:Arial, Helvetica, sans-serif; border:1px solid #c3c3c3; background:none;
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
behavior: url(js/PIE.htc);
position:relative;
}

.buttons {
	position:absolute;
	bottom:-20px;
	right:40px;
}
.buttons a {
	display:inline-block;
	min-width:44px;
	text-decoration:none;
	padding:0px 10px 0px;
	margin-left:14px;
	color:#fff;
	cursor:pointer;
	background:#000;
	font-size:1.5em;
	line-height:1.5em;
	min-height:36px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior:url(js/PIE.htc);
}
.buttons a:hover {background:#777777;}

/****************************footer************************/
footer {width:100%; position:relative; height:69px; background:#fff;}
footer .padding {padding-top:22px;}
footer .main {color:#252525; text-transform:uppercase; font-size:9px; line-height:2.666em; font-family:Verdana, Arial, Helvetica, sans-serif;}
footer a {text-decoration:none;}
footer a:hover {text-decoration:underline;}

.list-services {padding:0px 0px 0px 0px;}
.list-services li {float:left; padding:0 0 0 10px;}


/*********extra***********/
.block {height:69px;}
.extra {min-height:100%; height:auto !important; height:100%; margin: 0 auto -69px; position:relative;}
html, body {height:100%;}