/* inter.net designed, built, and coded by Daiv Mowbray
for any questions or issues please contact daiv@daivmowbray.com
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote{
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #CDCDCD;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 20px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Begin page layout 
orange #F8771E
*/
body {
	font-family: Arial,Helvetica,sans-serif;
	background: #d5d6d7;
	color: #000;
	text-align: center;
	line-height: 1.2em;
	background: #FFFFFF url('../images/page_bg-2.png') repeat-x scroll left -244px ;    
	}
.french{
	border-left: 4px solid #000;
}
.left { float:left }
.right { float:right }
.clear { clear:both }
a{
   /* color: #535353;*/
    color: #E44E2E;
	text-decoration: none;
}
.text_link{
    color: #E44E2E;
	padding-right: 10px;
	background:  url('../images/orange-arrow.png') no-repeat scroll right 3px ;    
}
.text_link:hover{
	-moz-text-shadow: 0px 0px 15px #F8771E;
	-webkit-text-shadow: 0px 0px 15px #F8771E;
	text-shadow: 0px 0px 15px #F8771E;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
.order_now_box{
	padding: 10px;
	margin-top: 20px;
	border: 3px solid #365C9A;
	-moz-border-radius: 9px  ;
	-webkit-border-radius: 9px  ;
	border-radius: 9px  ;
	-moz-box-shadow: 4px 4px 5px #cdcdcd;
	-webkit-box-shadow: 4px 4px 5px #cdcdcd;
	box-shadow: 4px 4px 5px #cdcdcd;
}
.lighter {
	font-style: italic;
	font-weight: lighter;
	font-size: 0.8em;
}
.small {font-size: 0.8em;}
.greytext {
    border-bottom: 1px dashed #CDCDCD;
    color: #686868;
    display: block;
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 8px;
    margin-top: -24px;
    padding-bottom: 4px;
    text-align: right;
}
.phone_table {
    border: 1px solid #cdcdcd;
    margin: 10px 100px 20px;
}
.phone_table caption{
	color: #CDCDCD;
    padding: 10px;
    text-align: left;
}
.phone_table td{
	border-bottom: 1px dashed #DEDEDE;
    padding: 8px 12px;
}

.phone_table_header th{	
	background-color: #F8771E;
    padding: 8px 12px;
}
.phone_table tr{
	font-size: 1em;
}
.phone_table .odd		{ background:#F9F9F9; }
.phone_table .even		{ background:#ffffff; }
.phone_sub_row td {
	background-color: #efefef;
	border-top: 1px #cdcdcd solid;
	border-bottom: 1px #cdcdcd solid;
}

.bigger {
    font-size: 1.8em;
    padding-bottom: 3px;
    padding-top: 10px;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
}
.heavier {
    font-weight: bold;
}
.bottomBorder {
    border-bottom: thin solid #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.row {
    clear: both;
    float: left;
    margin: 10px 0px;
    width: 100%;
}
.price_box {
    /*height: 100%;*/
    padding-bottom: 20px;
    margin-top: 0px;
    text-align: center;
}
.price_box img {
	 margin: -15px auto 0;
	display:block;
}
.instructions img {
	margin: 10px 150px;
	border: 2px solid #dedede;
	-moz-box-shadow: 5px 5px 15px #cdcdcd;
	-webkit-box-shadow: 5px 5px 15px #cdcdcd;
	box-shadow: 5px 5px 15px #cdcdcd;
	display: block;
}
.service_block{
    float: left;
    margin: 15px 20px 0 0;
    color: #686868;
    width: 250px;
    text-align: center;
    }
.oneCol {
    float: left;
    padding: 0 3% 3%;
    width: 94%;
}
.twoColumn{
	float: left;
    margin-left: 15px;
    width: 500px;
}
.threeCol {
    float: left;
    margin-left: 15px;
    width: 250px;
}
.halfColumn{
	float: left;
    margin-left: 15px;
    width: 375px;
}
#content li {
    color: #686868;
    font-size: 13px;
    list-style-type: square;
    margin-left: 15px;
    text-decoration: none;
}
#content .numbered {
	margin-left: 30px;
}
#content .numbered li {
	list-style-type: decimal;
	margin-bottom: 20px;
}
#page-container{
    text-align: center;    
}
#page{
    width: 936px;
    margin: 4px auto 10px auto;
    text-align: left;
}
#header{
    background: #fff url('../images/header_bg-2.png') repeat-y -316px top;
	margin-bottom: 2px;

    margin: 0px auto 2px auto;
	text-align: center;    
}
#head_group{
	width: 936px;
	margin: 0 auto;
	text-align: left;
}
.header_right {
	height: 93px;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	background: url('../images/header_bg-2.png') repeat-y top left;
}
#logo{
    padding: 8px 0;
    width: 340px;
}
#header_tab {
	position: absolute;
	top: 0;
	right: 12%;
	height: 35px;
	width: 355px;
	-moz-border-radius: 0px 0px 9px 9px;
	-webkit-border-radius: 0px 0px 9px 9px;
	border-radius: 0px 0px 9px 9px;
	background-color: #fefefe;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 2.1em;
	font-weight: bold;
    letter-spacing: 0.5px;
    color: #464646;
	padding-top: 6px;
	padding-right: 12px;
	z-index: 1;
}
#header_tab a:link, #header_tab a:visited{
	padding: 0 14px;
	color: #464646;
	background: url('../images/orange-arrow.png') no-repeat right 1px;

}
#header_tab a:hover, #header_tab a:active{
	color: #F8771E;
}

#nav_main_bar{
    height: 35px;
    background: #e6e6e6;
    text-align: center;
 /*   padding-top: 6px;
    padding-left: 22%;
    margin-bottom: -2px;*/
}
#nav_main{
    margin: 0 auto;
    padding: 7px 0 0;
    width: 860px;
    font-size: 13px;
}
#nav_main a:link, #nav_main a:visited{
	width: 140px;
	margin:0 2px 0 0;
	cursor: pointer;
	float:left;
	display:block;
	padding:6px 10px;
	font-weight: bold;
	color: #828284;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#nav_sub{
    display: block;
    z-index: 5;
    margin: 0 auto;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 860px;
}
#nav_sub a:link, #nav_sub a:visited{
	margin:0;
	cursor: pointer;
	display:inline-block;
	padding:4px 14px 2px ;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
    text-transform: uppercase;
}

.home #sub_nav,
.reseller #sub_nav, 
.about #sub_nav,
.support #sub_nav, 
.contact #sub_nav,
.order #sub_nav,
.network #sub_nav{
    display:none;
}
.home #sub_nav_about,
.res #sub_nav_about,
.support #sub_nav_about, 
.reseller #sub_nav_about, 
.contact #sub_nav_about,
.order #sub_nav_about,
.network #sub_nav_about{
    display:none;
}
.dial #nav_sub a.dial,
.accel #nav_sub a.acc,
.highspeed #nav_sub a.high,
.support #nav_sub a.sup,
.longdis #nav_sub a.long,
.bundle #nav_sub a.bun,
.accept #nav_sub a.acc,
.news #nav_sub a.com,
.itmp #nav_sub a.itm,
.privacy #nav_sub a.pri,
.terms #nav_sub a.ter,
#nav_sub a:hover, #nav_sub a:active{
	background-color: #365c9a;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.navB:hover{

}
.res #nav_main a.resi,
.about #nav_main a.ab,
.contact #nav_main a.con,
.support #nav_main a.sup,
.reseller #nav_main a.resel,
.order #nav_main a.ord,
.network #nav_main a.net,
 #nav_main a:hover,  #nav_main a:active{
	color: #fff;
	background-color: #F8771E;
	cursor: pointer;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#nav a.active {
	color: #fff;
	background-color: #F8771E;
	cursor: pointer;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.navA:hover{
}
#nav_sub_bar{
    height: 29px;
    background:#F8771E;
    text-align: center;
    width: 100%;
}
.ie7 #nav_sub_bar{
	height: 26px;
}
#nav li
{
	display: inline;
	float: left;
	white-space: nowrap;
}
#nav_sub li{
	border: medium none;
    display: inline;
    float: left;
    line-height: 20px;
    margin: 0 2px 0 0;
    padding: 0;
	white-space: nowrap;
    }
#nav_sub a.long, #nav_sub a.bun {
	-moz-text-shadow: 0px 2px 6px #000;
	-webkit-text-shadow: 0px 2px 6px #000;
	text-shadow: 0px 2px 6px #000;
}
#nav_sub .newtag{
	line-height: 18px;
	margin-left: 10px;
    margin-right: 0px;
    }
#banner {
	height: 265px;
	width: 100%;
	color: #fff;
	overflow: hidden;
	position:relative;
}
input[type="text"].admin_login, .admin_login
{
	color: #000000;
	font-size: 1.2em;
	padding: 2px 0 1px 4px;
	width: 120px;
	margin: 5px;
	border-color: #006 #6B89B8 #6B89B8 #006;
	border-width: 2px;
	border-style: solid;
}
.network #banner h2{color: #000;}
#content p.net_copy{
    color: #12325E;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0px 160px 100px;
    padding: 8px 0;
    border-bottom: 2px solid;
}
#content h2.net_date { 
    color: #12325E;
    font-size: 1.1em;
    margin: -20px 0 10px; 
}


#banner_image{
    float: left;
  /**/  
}
.js #banner_image {
	opacity: 0;
}
.home #banner_copy, .home .banner_copy {
	color: #fff;/*#F8771E*/
	font-size: 1.4em;
    line-height: 1.2em;
    font-weight: bold;    
    -moz-text-shadow: 2px 2px 3px #365C9A;
	-webkit-text-shadow: 2px 2px 3px #365C9A;
	text-shadow: 2px 2px 3px #365C9A;
	}

.mytextEnd{
	left: 440px;
}
#banner h2 {
	font-size: 1.3em;
	padding: 12px 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.2em;
	-moz-text-shadow: 2px 2px 3px #365C9A;
	-webkit-text-shadow: 2px 2px 3px #365C9A;
	text-shadow: 2px 2px 3px #365C9A;
}
#banner_copy, .banner_copy{ 
	left: 440px;
	position: absolute;
	top: 50px; 
	width: 460px;
    line-height: 1.3em;
}
.js #banner_copy {
	left: 1000px;
}
#banner_copy p {
	font-size: 16px;
    line-height: 22px;
}
#content{
    min-height: 320px;
    background: url('../images/content_bg.png') no-repeat top left;
    padding: 40px 60px;
}
#content h2{
    color: #F8771E ;
    font-size: 1.3em;
    padding-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 18px;
    clear: left;
    line-height: 1.2em;
}
#content h3 {
	color: #F8771E;
}
#content .order_now_box h3{font-size: 2.0em;}

#content .service_block h3{
	color: #686868;
}    
.row h3 {
	margin-bottom: 8px;
	font-size: 1.2em;
}
.french .row h3 {
	font-size: 1.0em;

}
.row h4 {
    color: #F8771E;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 4px;   
}
.row h5 {
    color: #F8771E ;
    font-size: 0.9em;
    padding: 4px;
    font-weight: normal;   
}
#content p{
    color: #686868;
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding-right: 8px;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 20px;
}

#content ul li {
	font-size: 0.9em;
	margin: 6px 0px;
}
#content .checkmark ul {    
	list-style-image: url('../images/checked_sm.png'); 
    }
#content ol {
	list-style-position: outside;
	margin: 20px;
	list-style-type: lower-latin;
}
#content ol li {
	font-size: 0.9em;
	margin: 6px 0px;
}
/*
.terms #content ul li{
	list-style-type: decimal;
	}
.terms #content ul ul li{
	list-style-type: decimal;
	}
.terms #content ol li{
	list-style-type: lower-alpha;
	}
.terms #content ol ol li{
	list-style-type: decimal;
	}*/
.coming_soon {
	position: relative;
	bottom: 120px;
	left: 100px;
	width: 120px;
	z-index: 6;
}
#banner .coming_soon {
	left: 10px;
}

#requirements {
	overflow: auto;
}
.requirepop{
	background: #fff;
	padding: 40px;
	text-align: left;
	border: 4px solid #F8771E;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}

.requirepop h2, .requirepop h3 {
	color: #F8771E;
	margin: 9px auto;
	font-weight: bold;
}
.requirepop p {
	padding: 10px;
}
.requirepop li {
	list-style-type: square;
	list-style-position: inside;
}
h3 {
	color: #686868;
	font-weight: bold;
}
#link_block_group{
	text-align: center;
	padding: 20px 0;
}
.link_block {
	width: 200px;
	float: left;
}
.link_block h3 {
	text-transform: uppercase;
}
.right_line{
	border-right: 1px solid #686868;
}
.moreinfo, #orderBtn, submit {
	height: 24px;
	width: 125px;
	color: #FFFFFF;
	display: block;
	margin: 10px auto;
	padding: 4px 0 0 0;
	font-size: 0.8em;
	border: 1px solid #e6e6e6;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	-moz-box-shadow: 2px 2px 3px #F8771E;
	-webkit-box-shadow: 2px 2px 3px #F8771E;
	box-shadow: 2px 2px 3px #F8771E;
	background: #F8771E url('../images/arrow_right_over.gif') no-repeat right center;
	cursor: pointer;
	text-align: center;
}

.moreinfo:hover, #orderBtn:hover {
    color:#000;
    border: 1px solid #F8771E;
    background: #e6e6e6 url('../images/orange-arrow.png') no-repeat right center;
}

#orderBtn {
	width: auto;
	height: 28px;
	margin: 20px 10px;
	padding: 4px 20px;
	font-size: 1em;
	cursor: pointer;
	background: #F8771E url('../images/arrow_right_over.gif') no-repeat right center;
	/*
	background-image: url('../images/arrow_right_over.gif');
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #F8771E;*/
}
.ie9 input[type='submit']#orderBtn {
	text-align: center;
	background-color: #fff;
	background-image: none;
	border-width: 1px ;
    border-color: #F8771E;
    border-style: solid;
	color: #F8771E;
	padding: 4px 20px;
	overflow:visible;
	line-height: 1.2em;
}
.ie9 input[type='submit']#orderBtn:hover {
	color:#000;
    border-width: 1px ;
    border-color: #e6e6e6;
    border-style: solid;
    background-color: #F8771E;
}
#orderBtn:hover{

}
#orderBtn:active{border: 2px solid #7A96BE;}

.french .moreinfo {
	width: 175px;
	background-position: 165px 9px;
}
.popup {
	height: 380px;
	width: 690px;
	color: #000;
	display: block;
	margin: 10px auto;
	padding: 4px 0 0 0;
	font-size: 0.8em;
	border: 1px solid #ededed;
	border-left: 1px solid #ededed;
	text-transform: uppercase;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;	
	-moz-box-shadow: 6px 6px 8px #cdcdcd;
	-webkit-box-shadow: 6px 6px 8px #cdcdcd;
	box-shadow: 6px 6px 8px #cdcdcd;
	background: #fff;
}
.superscript {
	font-size: x-small;
	vertical-align: super;
}
#footer{
    background: #ccc url('../images/page_bg-2.png') repeat-x top left;
    color: #FFFFFF;
    line-height: 1.6em;
    font-size: 0.7em;
    height: 200px;
    
    padding-top: 35px;
    text-align: center;
}
.footlinks{
    padding-left: 40px;
}
.footlinks a{
    color: #fff;
}
.footlinks a:hover{
    color: #000;
}
.brclear { clear: both; }

/* start form layout*/
  

[type=check], [type=select], [type=radio], [type=submit] {
    cursor: pointer;
}

.inwrap{
    position: relative;
    margin-top: 8px;
    margin-left: 20px;
}
#order-service{
	margin-bottom: 12px;
}
[type=check] + label, [type=radio] + label
{
	display: inline-block;
	cursor: pointer;
}

.validation-failed {
    /*border-right: 6px solid #8B0803 !important;*/
	background:  url('../images/crossed_sm.png') no-repeat center right;
}
.validation-advice {
    padding-bottom: 2px;
    color: #E44E2E;
}
.validation-passed { 
	/*border-right: 6px solid #418949 !important;*/
	background:  url('../images/checked_sm.png') no-repeat center right; 
	}
.inter_form{    
    color: #686868;
    font-size: 13px;
    line-height: 1.6em;
    }
fieldset{
    border: 1px solid #cdcdcd; 
    padding: 10px 10px 30px;
    margin-bottom: 20px;
    -moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
    }
legend{
    border: 1px solid #cdcdcd;
    padding:4px 14px;
     min-width: 200px;
    -moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin: 8px 25px;
	}
label{
     font-size: 0.8em;
     display: block;
     color: #686868;
     }
/*.inwrap label:first-child{
	color:#686868;
}*/
input[type="text"], input [type="password"], textarea{    
 /*   background-color: #7A96BE;*/
    border: 1px solid #6B89B8;
    color: #000;
    font-size: 1.2em;
    padding: 2px 0 1px 4px;

    }
input[type="text"]:hover, input [type="password"]:hover,
input[type="text"]:focus, input [type="password"]:focus,
textarea:hover{
	background-color: #C9D3E5;
}
select{
    padding: 3px 10px;

    display: block;
}
/* end form layout*/
.totop{height:0; padding:0; margin:0;}
#gototop {
	opacity: 0;
	position: fixed;
	left: 15px;
	top: 60px;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding: 6px;
	width: 60px;
	visibility: hidden;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-box-shadow: 0px 5px 15px #F8771E;
	-webkit-box-shadow: 0px 5px 15px #F8771E;
	box-shadow: 0px 5px 15px #F8771E;
}
#gototop:hover{
	background-color: #e6e6e6;
}
#gototop:active {
	color:#0000FF;
	top: 63px;
}  
.floating-tip,.blue_tip
{
	background-color: #fff;
	padding: 5px 15px;
	max-width: 220px;
	color: #F8771E;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-box-shadow: 3px 3px 3px 3px #cdcdcd;
	-webkit-box-shadow: 3px 3px 3px 3px #cdcdcd;
	box-shadow: 3px 3px 3px 3px #cdcdcd;
	text-transform: uppercase;
	z-index: 9;
}
.blue_tip{
	-moz-box-shadow: 3px 3px 3px 3px #365c9a;
	-webkit-box-shadow: 3px 3px 3px 3px #365c9a;
	box-shadow: 3px 3px 3px 3px #365c9a;
}

#accordion h2:before {
	content: " + ";
	}
/*#accordion h2:active:before {
	content: " - ";
	}*/
#accordion h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	text-transform: capitalize;
    border-color: #FFFFFF #CDCDCD #979395  #FFFFFF;
    border-style: solid;
    border-width: 1px ;
    cursor: pointer;
    margin-bottom: 0;
    padding: 8px 0px 6px 22px;
    -moz-border-radius:  6px / 18px;
	-webkit-border-radius: 6px  18px;
	border-radius: 6px / 18px;
background-color:rgba(252, 250, 250, 0.3); 
background-image: -moz-radial-gradient(41% 24%, ellipse farthest-corner, rgba(252, 250, 250, 0.3), #dbd4d2 85%); 
background-image: -webkit-radial-gradient(41% 24%, ellipse farthest-corner, rgba(252, 250, 250, 0.3), #dbd4d2 85%); 
background-image: -o-radial-gradient(41% 24%, ellipse farthest-corner, rgba(252, 250, 250, 0.3), #dbd4d2 85%); 
background-image: -ms-radial-gradient(41% 24%, ellipse farthest-corner, rgba(252, 250, 250, 0.3), #dbd4d2 85%); 
background-image: radial-gradient(41% 24%, ellipse farthest-corner, rgba(252, 250, 250, 0.3), #dbd4d2 85%);

-moz-text-shadow: 0px 01px 1px #B7B3B6;
-webkit-text-shadow: 0px 1px 1px #B7B3B6;
text-shadow: 0px 1px 1px #B7B3B6;
}
    
#accordion h2:hover {
	background-color:#fff;
	border-color: #e6e6e6;
}

#accordion .accbox {
    border-color: #666666 #E1E1E1;
    border-style: solid;
    border-width: 1px 4px;
    margin-left: 8px;
    padding: 20px;
    width: 92%;
}

#accordion ul li {
	list-style-type: lower-latin;
	list-style-position: inside;
	padding-bottom: 10px;
}
.pagepop{
	text-align: left;
	background: transparent;
	}
.pagepop #content
{
	background-color: #FFF;
	background-image: url('../images/content_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
.magic {
	-moz-border-radius: 12px 12px 0px 0px;
	-webkit-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
}
.print-window {
	display: none;
	margin-top: 10px;
}
/* this is cerabox, the pop-over*/
#cerabox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1106;
	display: none;
}

#cerabox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url("../images/cerabox.png");
}

#cerabox-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
	background: #000;
	opacity: .5;
}

#cerabox {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1101;
	display: none;
	opacity: 0;

}

#cerabox .cerabox-content {
	width: 100%;
	height: 100%;
	padding: 0;
	outline: none;
	position: relative;
	overflow: auto;
	z-index: 1102;
	border: 0px solid #fff;
	-moz-box-shadow: 0 0 30px -5px #333;
	-webkit-box-shadow: 0 0 30px -5px #333;
	box-shadow: 0 0 30px -5px #333;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}

#cerabox .cerabox-content img {
	float: left;
}

#cerabox .cerabox-content span {
	font-family: Helvetica;
	font-size: 12px;
	margin: 10px;
	display: block;
	color: #000;
	line-height: normal;
}

#cerabox .cerabox-title {
	z-index: 1102;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
	width: 100%;
}

#cerabox .cerabox-title span {
	font-family: Helvetica;
	font-size: 12px;
	margin: 10px;
	display: block;
	line-height: normal;
}


#cerabox .cerabox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/cerabox.png') -40px 0px;
	cursor: pointer;
	z-index: 1105;
}

#cerabox .cerabox-content img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#cerabox .cerabox-content iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#cerabox a.cerabox-left, #cerabox a.cerabox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/blank.gif');
	z-index: 1104;
	display: none;
}

#cerabox a.cerabox-left {
	left: 0px;
}

#cerabox a.cerabox-right {
	right: 0px;
}

#cerabox a.cerabox-left span, #cerabox a.cerabox-right span {
	position: absolute;
	top: 50%;
	/*left: -9999px;*/
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1104;
	display: block;
}

#cerabox a.cerabox-left:hover span, #cerabox.mobile a.cerabox-left span {
	background-image: url('../images/cerabox.png');
	background-position: -40px -30px;
	left: -15px;
}

#cerabox a.cerabox-right:hover span, #cerabox.mobile a.cerabox-right span {
	background-image: url('../images/cerabox.png');
	background-position: -40px -60px;
	right: -15px;
}

#cerabox .cerabox-content-protection {
	display: none;
	position: absolute;
	background: transparent url('../images/blank.gif');
	z-index: 1103;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
#cerabox .cerabox-close{
	background-position: -40px -200px !important;
}
#cerabox a.cerabox-left:hover span{
	background-position: -40px -230px !important;
}
#cerabox a.cerabox-right:hover span{
	background-position: -40px -260px !important;
}
#notice {
	border: 3px solid #F8771E;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background: #fff;
	padding: 10px;
}
#notice h2{margin: 0px 10px;padding: 0px;}
#notice div {
	width: 32%;
	padding-left: 10px;	
	float: left;
}
#notice p{
	padding: 0px;
	margin: 0px;
	line-height: 1.3em;
}
/*Mobile*/
#cerabox.mobile {
	/*width: 100% !important;
	height: 100% !important;*/
}

#cerabox.mobile .cerabox-content {
	/*CSS3*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#cerabox.mobile .cerabox-close {
	top: 0 !important;
	right: 0 !important;
}

#cerabox.mobile a.cerabox-left span {
	left: 0 !important;
}

#cerabox.mobile a.cerabox-right span {
	right: 0 !important;
}

/*This is the IE section */
  .tester { margin-top: 10px; color: #ffffff;display: none;}
   .ie9 tester { color: #000;display: block; }
   .ie8 tester { color: yellow;display: block; }
   .ie7 tester { color: green;display: block; }
   .ie5 tester, .ie6 tester { color: red;display: block; }
   /* Stays visible is JS is disabled */
   .js .lazy-loaded-widget {display:none}
   /* Fade in on domready */
   .widget { -webkit-transition: opacity 0.5s ease-in }
   .not-ready .widget { opacity:0 }
   
   
   
   
   
   
   
input[type="text"] .911 { width:150px; height:20px; border:#999 solid 1px; }
input[type="password"] .911 { width:150px; height:20px; border:#999 solid 1px; }
input { 
	height:20px; border:#999 solid 1px;
} 
input:focus, input:hover {
	background-color: #C9D3E5;
}   
div#header h1 { 
	text-indent: -5000px;
	color: #FFF;
}
