/* 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%; height:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
	color:#000;
	min-width:960px;
	height:100%;
	background:url(../images/body-tail.gif) center top repeat #e7e7e7;
}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.main {
	width:960px; 	
	margin:0 auto;	
}

a {color:#1C81B7; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:6px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}
.p6 {margin-bottom:15px;border-color:#cdcdcd; border-width:1px; border-style:dotted;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.color-1 {color:#fff;} 
.color-2 {color:#000;}
.color-3 {color:#1C81B7;} /*menu blue dark 28 129 183*/
.color-4 {color:#43ade3;}  /*blue 67 173 227*/
.color-5 {color:#7ddefc;} /*light blue 112 215 177*/
.color-6 {color:#ffc11d;} /*orange 255 193 29*/
.color-7 {color:#a2d03a;} /*green 162 208 58*/
.color-8 {color:#70d7b1;} /*teal 112 215 177*/ 
.color-9 {color:#324856;} /*deep blue 50 72 86*/ 
.color-10 {color:#85C8E9;} /*blue ciel 133 200 233*/ 

/*********************************boxes**********************************/
.indent-top {padding-top:60px;}
.indent-top2 {padding-top:15px;}
.indent-left {padding-left:40px;}
.indent-right {padding-right:50px;}

.indent-bot {margin-bottom:20px;}
.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:5px;}
.prev-indent-bot3 {margin-bottom:0px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}
.margin-left {margin-left:13px;}

.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:24px 0px 0px 20px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 a,
.listdot-1 a,
.link,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

h1 {
	padding:22px 0 0 11px; 
	float:left;
}

h1 a {
		display:block; 
		width:285px;
		height:55px;
		text-indent:-999em;
		background:url(../images/logo.png) 0 0 no-repeat;
	}
	
	
/***** menu *****/
.menu {
	padding:0px 10px 0 0; 
	float:right;
}
.menu li {
	float:left; 
	position:relative;
	background:url(../images/menu-spacer.gif) 0 4px no-repeat;
}
.menu > li:first-child {background:none;}
.menu a {
	display:inline-block; 
	font-size:16px; 
	line-height:1.4em; 
	/*letter-spacing:-1px;*/
	font-weight: bold;
	padding: 3px 28px 3px 28px; 
	color:#000; 
	/*text-transform:uppercase; */
	background:url(../images/menu-a-tail.gif) 0 -999em repeat-x;
	-border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.menu a.active,
.menu a:hover {background-position:0 0; background-color:#fff; color:#1C81B7;}

/***** slider *****/
.row-bot {
	width:100%;
	padding:0px 0 0;
	background:url(../images/content-tail.gif) center top repeat
}
.slider-wrapper {
	margin:0 auto;
	width:960px;
	height:260px;
	padding-bottom:47px;
	background:url(../images/slider-bg.png) 0 0 no-repeat;
	overflow:hidden;
}
.slider {
	width:960px;
	height:260px;
	position:relative;
}
.items {display:none;}

.pagination {
	position:absolute;
	left:839px;
	bottom:20px;
	z-index:99;
}
	.pagination li {
		float:left;
		padding-right:8px;
	}
	.pagination a {
		display:block;
		width:22px;
		height:22px;
		background:url(../images/slider-pagination.png) right top no-repeat;
		cursor:pointer;
	}
	.pagination li.current a {cursor:default;}
	.pagination li.current a,
	.pagination a:hover {background-position:left top;}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:50px 0 53px;
	background:url(../images/content-tail.gif) center top repeat;
	position:relative;
	z-index:1;
}
	#page1 #content {padding:7px 0 53px;}

.spacer-1 {
	width:100%; 
	padding:22px 0;
	background:url(../images/spacer-1.gif) right top repeat-y;
}

h2 {
	font-size:25px; 
	line-height:1.2em; 
	color:#000;
	letter-spacing:-1.5px;
	margin-bottom:5px;
}

.grey
{
	font-size:18px; 
	color:#1C81B7;
	margin-bottom:15px;
	letter-spacing:0px;
	font-weight:lighter;
}

h3 {
	font-size:25px; 
	line-height:2em; 
	color:#000;
	letter-spacing:-1.5px;
}

h6 {color:#1C81B7; font-weight:normal;}

.title-1 {
	display:block;
	font-size:26px;
	line-height:1.4em;
	color:#1C81B7;
	letter-spacing:-1px;
}
.title-1 strong {color:#000;}
	
.border-bot {
	width:100%; 
	padding-bottom:0px; 
	background:url(../images/border-bot.gif) left bottom repeat-x;
}

.list-1 li {
	line-height:25px; 
	padding-left:15px; 
	padding-bottom:10px;
	background:url(../images/marker-1.png) 0 10px no-repeat;
}
	.list-1 a {
		display:inline-block;
		color:#000;
	}
	.list-1 a:hover {color:#1C81B7;}

.listdot-1 li {
	line-height:25px; 
	padding-left:15px; 
	padding-bottom:10px;
	background:url(../images/marker-1.png) 0 10px no-repeat;
	border-bottom: 1px dotted #000;
}
	.listdot-1 a {
		display:inline-block;
		color:#000;
	}
	.listdot-1 a:hover {color:#1C81B7;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:14px; 
	padding-left:9px; 
	color:#1C81B7;
	background:url(../images/marker-2.gif) 0 10px no-repeat;
}
.link-1:hover {text-decoration:none;} 

.text-1 {font-size:14px;} 
.tdate-1 {
	display:block;
	color:#1C81B7;
	margin-bottom:14px;
}

dl span {float:left; width:80px;}

/***** contact form *****/
#contact-form {
	display:block;
	width:100%;
}
	#contact-form label {
		display:block; 
		height:35px; 
		overflow:hidden;
	}
	#contact-form input {
		float:left; 
		width:280px; 
		font-size:13px; 
		line-height:1.23em;
		color:#000;
		padding:4px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		outline:none;
	}
	#contact-form textarea {
		float:left;
		height:163px; 
		min-height:163px; 
		max-height:163px; 
		width:520px;
		max-width:520px;
		min-width:520px;
		font-size:13px; 
		line-height:1.23em;
		color:#000;
		padding:5px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		overflow:auto;
		outline:none;
	}
.text-form {
	float:left; 
	display:block; 
	font-size:14px;
	line-height:28px;
	width:79px; 
	color:#000;
}


.buttons {padding:13px 0 0 0; text-align:right;}
.buttons a {margin-left:27px;}
		
/* forms   
----------------------------------------------------------*/
   formsett {
    margin: 1em 0;
    padding: 1em;    
  }

   formsett ol {
        padding: 0;
        list-style: none;
    }
    
   formsett ol li {
            padding-bottom: 5px;
        }
    
    formsett label {
        display: inline;
    }
     
    formsett label.checkbox {
        display: inline;  
    }
    
    formsett input[type="text"], input[type="password"] {
        border: 1px solid #ccc;
        padding: 2px;
        font-size: 1.2em;
        color: #444;
        width: 200px;
        /*float:right;
        margin-right:270px;*/
        position:absolute;
        left:130px;
    }

    formsett input[type="submit"] {
        font-size: 15px;
        padding: 5px;
        /*float:right;
        margin-right:270px;*/
    }


/****************************footer************************/
footer {
	width:100%; 
	padding:39px 0;
	background:url(../images/footer-tail.gif) left top repeat-x;
}
	.footer-text {
		display:block;
		padding-left:40px;
	}

.list-services {
	padding:12px 0 0 40px;
	margin-bottom:12px;
	overflow:hidden;
}
	.list-services li {
		float:left; 
		padding:0 10px 0 0;
	}
	.list-services a {
		display:block;
		width:26px;
		height:26px;
		background:url(../images/social-icons.jpg) 0 0 no-repeat;
	}
	.list-services .item-2 {background-position:-36px 0;}
	.list-services .item-3 {background-position:-72px 0;}
	.list-services .item-4 {background-position:-108px 0;}
	    
	    
/****************************login************************/	    
.login a:hover {cursor:pointer;}
.login {padding:5px 33px 0 0; text-align:right; font-size:12px;}
.login a {margin-left:72px;}


  /* Information and errors  
----------------------------------------------------------*/  
.message {
    clear: both;
    border: 1px solid;
    margin: 0px 10px 10px 5px;
    padding: 2px 10px;
    /*CSS3 properties*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    -moz-box-shadow: 2px 2px 5px #888;
    position:absolute;
    bottom: 0px;
    width:auto;
    font-size: 14px;
}

.info {
    background: #bde5f8;
    color: #00529b;
}

.error {
    background: #ffe4e4;
    color: #be3e16;
}

.success {
    background: #dff2bf;
    color: #4f8a10;
}

input[type="text"].error-field, input[type="password"].error-field { 
    border: solid 1px #be3e16; 
    background-color: #ffe4e4;
}

.validation-error {
    color: #be3e16;
    position:absolute;
    left:350px;
   
}

.validation-error:before {
        content: "*";
    }
    
    /* My errors and red questions
----------------------------------------------------------*/  
.validation-summary-errors {font-weight:normal; color:red; font-size: 10pt; font-style:italic;}
.rq {font-weight:normal; color:red; font-size: 10pt; font-style:italic;}
    
    
    /* Buttons =================================================================== */


a.button, input[type=submit]{
 background-color: #0182a8;
 -webkit-text-stroke: 0px;
 border:none;
}

a.button, input[type=submit]{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.6);
	font-style: normal;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-family: 'lucida grande', 'Arial', 'sans';
	font-size: 18px;

	background:#43ade3;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(3,111,161)),
	    color-stop(0.5, rgb(32,139,189)),
	    color-stop(0.51, rgb(43,150,200)),
	    color-stop(1, rgb(69,175,228))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(3,111,161) 0%,
	    rgb(32,139,189) 50%,
	    rgb(43,150,200) 51%,
	    rgb(69,175,228) 100%
	);
	-webkit-background-clip: padding-box;
	
	-moz-box-shadow: 0px 1px 0px #55c1e1, 0px 2px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 0px #55c1e1, 0px 2px 1px rgba(0,0,0,0.6);
	
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	
	overflow: hidden;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:none !important;

	padding:10px 15px 12px 15px;		
}

a.button:hover{
	cursor:pointer;
	background:#2f99cf;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(0,87,138)),
	    color-stop(0.5, rgb(10,118,168)),
	    color-stop(0.51, rgb(21,128,178)),
	    color-stop(1, rgb(47,154,207))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(0,87,138) 0%,
	    rgb(10,118,168) 50%,
	    rgb(21,128,178) 51%,
	    rgb(47,154,207) 100%
	);
	
	color:#fefa98;
	
	
}

a.button.large{
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
}

a.button.large:hover{
	background:#43ade3;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(3,111,161)),
	    color-stop(0.5, rgb(32,139,189)),
	    color-stop(0.51, rgb(43,150,200)),
	    color-stop(1, rgb(69,175,228))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(3,111,161) 0%,
	    rgb(32,139,189) 50%,
	    rgb(43,150,200) 51%,
	    rgb(69,175,228) 100%
	);

}

a.button.large span{
	font-size:22px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	
}

a.button.large:hover span{
	background: rgba(0, 0, 0, 0.2);
}

a.button.small, input[type=submit]{
	font-size:14px;
	padding:7px 10px 7px 10px;
	margin-top:5px;
	margin-bottom:15px;
}

a.button span{
	display:block;
	background: rgba(0,0,0,0);
	padding: 10px 15px 12px 15px;

	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;	
}

a.button small{
	display: block;
	padding-top:2px;
	font-size:14px;	
	color: #7ddefc;
	font-weight: normal;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;	
}

a.button:hover small{
	color:#bfeefc;
}

.account-type h4 .button{
	float: right;
	vertical-align: middle;
	margin-top: 4px;
}

.account-type h4 .button{
	letter-spacing: normal !important;
}


#signup-free-form input[type='submit']{
	
	font-weight: bold !important;
	padding-top:7px; 
 
}


