/**** /css/css.css ****/
* { margin:0; padding:0;}

.clear { clear:both;}

html, body {
	height:100%;
}

body {
	font-size: 12pt;
	line-height:1.2em;
	background-color: #181c1e;
    text-align: center;
}

html, input, textarea, select {
	font-family: Arial;
	color: #f5f5f5;
    background-color: #181c1e;
}

.r {color: red;}
.g {color: green;}

#content a {color: #96AEBE; font-weight: bold; text-decoration: none; border-bottom: 1px solid #030303;}
#content a:hover {color: #FFF; background-color: #17282F; font-weight: bold; text-decoration: none; border: none;}

a img{ border:none;}
#content a.none {text-decoration: none; border-bottom: 0px;}

#site {
    min-height: 700px;
	width: 1000px;
	margin:0px auto;
    background-color: #314249;
}

#header {
    position: relative;
    width: 1000px;
    min-height: 286px;
    background:url(/images/header.jpg) top left no-repeat;
}

#header #logo {
    position: absolute;
    bottom: 0px; left: 0px;
	background:url(/images/logo.png) top left no-repeat;
	width: 346px;
	height: 116px;
	z-index: 0;
	cursor: pointer;
}


#header #adv0 {
    position: absolute;
    color: #ff6600;
    font-size: 26pt;
    font-weight: bold;
    left: 160px; top: 20px;
}

#header #adv1, #header #adv2, #header #adv3, #header #adv4 {
    position: absolute;
    color: #778084;
    font-weight: bold;
}

#header #adv1 { font-size: 15pt; left: 60px; top: 60px;}
#header #adv2 { font-size: 19pt; left: 30px; top: 85px;}
#header #adv3 { font-size: 11pt; left: 90px; top: 110px;}
#header #adv4 { font-size: 20pt; left: 45px; top: 133px;}

#header #link1 {
    position: absolute;
    top: 115px; right: 260px;
    width: 142px; height: 104px;
}

#header #link2 {
    position: absolute;
    top: 70px; right: 107px;
    width: 152px; height: 105px;
}

#header #link3 {
    position: absolute;
    top: 176px; right: 66px;
    width: 155px; height: 90px;
}

#content {
    min-height: 550px;
    position: relative;
    text-align: left;
    padding-left: 10px;
}

#content #menu {
    position: relative;
    float: left;
   	width: 500px;
	height: 39px;
    margin-bottom: 30px;
    font-size: 20pt;
    color: #53676F;
    font-weight: normal;
}

#content #menu a {
    color: #fff;
    text-decoration: none;
    background-color: #314249;
    border: none;
    border-bottom: 1px solid #53676F;
}

#content #menu a:hover {
    color: #f96f32;
    text-decoration: none;
    border: none;
}

#content #txt {
    position: relative;
    float: left;
    width: 516px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

#txt p {text-align: justify; line-height: 1.3em; text-indent: 15px; margin-bottom: 5px;}
#txt p.nm {margin: 0;}
#txt p.ti0 {text-indent: 0px;}

#content #txt img {
    margin: 5px 7px 5px 7px;
}

#txt h1 {
    font-size: 34pt;
    color: #FFA86F;
    margin: 20px 0 30px 30px;
    font-weight: normal;
    line-height: 0.8em;
}

#txt h2 {
    font-size: 16pt;
    color: #33d989;
    margin: 20px 0 10px 10px;
    font-weight: bold;
}

#txt h3 {
    padding: 2px;
    font-size: 12pt;
    color: #fff;
    margin: 20px 0 5px 5px;
    font-weight: bold;
    background-color: #23373F;
}

#txt .service {
    margin-top: 5px;
    font-size: 18pt;
    font-weight: bold;
    line-height: 0.9em;
    text-align: right;
    margin-bottom: 15px;
}

#txt .price {
    font-size: 22pt;
    font-weight: bold;
    font-family: georgia;
    background-color: #ff6600;
    color: #fff;
    padding: 2px;
}

#txt .links {
    margin-top: 15px;
    text-align: right;
}

#content #righttop {
    position: relative;
    float: right;
    width: 430px;
    min-height: 180px;
}

#righttop #pricetxt1 {
    position: absolute;
    font-weight: bold;
    left: 20px; top: 5px;
    font-size: 11pt;
}

#righttop #price1 {
    position: absolute;
    top: 25px; left: 195px;
    width: 74px; height: 48px;
    color: #fff;
    padding: 15px 0 0 10px;
    font-size: 26pt;
    font-weight: bold;
    background:url(/images/price_down.png) top left no-repeat;
    background-color: #FF6600;
}

#righttop #pricetxt2 {
    position: absolute;
    font-weight: bold;
    left: 10px; bottom: 50px;
    font-size: 11pt;
}

#righttop #price2 {
    position: absolute;
    top: 44px; left: 72px;
    width: 74px; height: 33px;
    color: #fff;
    padding: 30px 0 0 10px;
    font-size: 26pt;
    font-weight: bold;
    background:url(/images/price_up.png) top left no-repeat;
    background-color: #FF6600;
}

#righttop #pricetxt3 {
    position: absolute;
    font-weight: bold;
    right: 40px; bottom: 15px;
    font-size: 11pt;
}

#righttop #price3 {
    position: absolute;
    bottom: 38px; right: 36px;
    width: 74px; height: 33px;
    color: #fff;
    padding: 30px 0 0 10px;
    font-size: 26pt;
    font-weight: bold;
    background:url(/images/price_up.png) top left no-repeat;
    background-color: #FF6600;
}

#pricetxt1 a, #pricetxt1 a:hover, #pricetxt2 a, #pricetxt2 a:hover, #pricetxt3 a, #pricetxt3 a:hover {
    color: #fff;
    text-decoration: none;
    border: none;
}

#content #right {
    position: relative;
    float: right;
    width: 430px;
}

#content #right #app {
    position: relative;
    width: 410px;
    min-height: 321px;
    background:url(/images/bg_app.png) top left no-repeat;
    text-decoration: none;
}

#app h2 {
    position: absolute;
    font-size: 16pt;
    top: 23px; left: 25px;
    color: #33ff99;
    line-height: 22px;
    font-weight: normal;
}

#app p {
    position: absolute;
    text-align: justify;
    font-size: 12pt;
    top: 63px; left: 25px;
    color: #fff;
    line-height: 17px;
    font-weight: normal;
    margin-right: 25px;
}

#app #msg1 {
    position: absolute;
    font-size: 12pt;
    font-weight: bold;
    bottom: 25px; left: 15px;
    color: #fff;
}

#app #msg1 span {
    font-size: 18pt;
    font-weight: bold;
    color: #ff6600;
}

#content table.bordered {
	border: 1px solid #ddd;
	border-spacing: 2px;
	border-collapse: collapse;
}

#content table.bordered th, #content table.bordered td {
	border: 1px dotted #bbbbbb;
	padding: 3px;
}

#footer {
    clear: both;
    position: relative;
    width: 1000px;
    height: 60px;
    margin-bottom: 0px;
    vertical-align: bottom;
    background-color: #ff6600;
    color: #000;
}

#footer #url {
    position: absolute;
    bottom: 53px;
    left: 55px;
    color: #fff;
    font-size: 14pt;
    font-weight: bold;
}

#footer #phone {
    position: absolute;
    bottom: 28px;
    right: 42px;
    padding: 7px 12px 7px 12px;
    font-size: 11pt;
    font-weight: bold;
}

#footer #phone span { color: #fff; font-weight: bold;}


#footer #tollfree {
    position: absolute;
    bottom: 4px;
    right: 40px;
    padding: 7px 12px 7px 12px;
    font-size: 19pt;
}

#footer #tollfree span { color: #fff; font-weight: bold;}

#footer #creditcards {
    position: absolute;
    bottom: 3px;
    left: 45%;
    padding: 0;
}

#footer #copyright {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 8pt;
    color: #000;
}

#footer #copyright a {color: #000;}

#footer #menu {
    position: absolute;
    bottom: 8px;
    left: 20px;
    color: #fff;
    font-size: 11pt;
    font-weight: bold;
}

#footer #menu a {color: #fff; background-color: #FF6600; text-decoration: none;}
#footer #menu a:hover {color: #FF6600;background-color: #fff; border: none;}

#underfooter {
    margin-top: 50px;
    position: relative;
    font-size: 7pt;
    line-height: 0.9em;
    color: #677883;
}


.form input[type="text"], .stylized input[type="text"], .form input[type="password"], .stylized input[type="password"], .stylized select {
	width: 220px;
	padding: 5px 3px 3px 7px;
	background-color: #2c4048;
	border: 1px solid #96AEBE;
	color: #eee;

}

.form input.error, .stylized input.error, form select.error , .stylized select.error, {
	border: 2px solid red;
	background-color: #96AEBE;
	background: #96AEBE;
	margin: 0px;
	color: red;
}

.form button, .stylized button {
	padding: 5px;
	background-color: #2c4048;
	border-top: 1px solid #96AEBE;
	border-right: 2px solid #96AEBE;
	border-bottom: 1px solid #96AEBE;
	border-left: 5px solid #96AEBE;
	color: #eee;
	font-weight: bold;
	margin-top: 10px;
    font-size: 12pt;
}

.form textarea, .stylized textarea {
	background-color: #2c4048;
    font-size: 9pt;
	border: 1px solid #96AEBE;
	padding: 5px;
	color: #eee;
	line-height: 1em;
	min-height: 50px;
}

.form textarea:focus, .form input[type="text"]:focus, .form input[type="password"]:focus {
	border: solid 1px #333;
}

form.stylized {
	margin: 0 auto;
	padding: 15px;
}

.stylized label {
	margin-right: 10px;
	display:block;
	font-size: 1em;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	line-height: 1.2em;
	padding-top: 2px;
	padding-bottom: 5px;
}

.stylized .small {
	color:#bbbbbb;
	display:block;
	font-size:7pt;
	font-weight: normal;
	text-align:right;
	font-style: italic;
}

.stylized input {
	float:left;
	width:170px;
}

em.error {
	position: relative;
	top: 7px;
	left: -9px;
	background:url("/images/verror.png") top left no-repeat;
	height: 30px;
	padding: 0 0 5px 18px;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: red;
	float: left;
}

em.success {
	position: relative;
	top: 7px;
	left: -9px;
	padding: 0 0 5px 18px;
	background:url("/images/vvalid.png") top left no-repeat;
	float: left;
}

.spacer {clear:both; height:1px;}



div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(/images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(/images/close.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); 
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url(/images/prev.gif);
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {
	background-image: url(/images/next.gif);
}


