/**** /css/css.css ****/
* { margin:0; padding:0;}

.clear { clear:both;}

html, body {
	height:100%;
}

body {
	font-size: 12pt;
	line-height:1.2em;
	background-color: #fff;
    text-align: center;
}

html, input, textarea, select{
	font-family: Arial;
	color:#030303;

}

.r {color: red;}
.g {color: green;}

#content a {color: #cc0033; font-weight: bold; text-decoration: none; border-bottom: 1px solid #030303;}
#content a:hover {color: #CA2620; font-weight: bold; text-decoration: none; border: none;}

a img{ border:0px;}
#content a.none {text-decoration: none; border-bottom: 0px;}

#site {
    min-height: 600px;
	width: 1000px;
	margin:0px auto;
	background:url(/images/bg.jpg) top right no-repeat;
}

#header {
    position: relative;
    width: 1000px;
    min-height: 218px;
    background:url(/images/header_menu.jpg) bottom right no-repeat;
}

#header #logo {
    position: absolute;
    top: 0px; left: 50px;
	background:url(/images/logo.png) top left no-repeat;
	width: 275px;
	height: 135px;
	z-index: 0;
	cursor: pointer;
}

#header #menu {
    border: 0px solid red;
    position: absolute;
    top: 52px; left: 381px;
   	width: 464px;
	height: 39px;
    padding: 12px 0 0 0;
    font-size: 17pt;
    color: #52778b;
    font-weight: bold;
}

#header #menu a {
    color: #52778b;
    text-decoration: none;
}

#header #menu a:hover {
    color: #0066cc;
    text-decoration: none;
}

#header #livehelp {
    position: absolute;
    top: 54px; right: 48px;
   	width: 100px;
	height: 92px;
}
#header #livehelpimg {
    position: absolute;
    top: 62px; right: 61px;
   	width: 22px;
	height: 21px;
}

#header #twitter {
    position: absolute;
    top: 158px; right: 104px;
   	width: 27px;
	height: 27px;
}

#header #facebook {
    position: absolute;
    top: 158px; right: 64px;
   	width: 27px;
	height: 27px;
}

#content {
    min-height: 450px;
    position: relative;
    text-align: left;
    padding-left: 40px;
}

#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: #e9bd1b;
    margin: 20px 0 30px 30px;
    font-weight: normal;
    line-height: 0.8em;
}

#txt h2 {
    font-size: 16pt;
    color: #255B7F;
    margin: 20px 0 10px 10px;
    font-weight: bold;
}

#txt h3 {
    font-size: 11pt;
    color: #333;
    margin: 10px 0 5px 5px;
    font-weight: bold;
}

#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: #ca2620;
    color: #fff;
    padding: 2px;
}

#txt .links {
    margin-top: 15px;
    text-align: right;
}

#content #right {
    position: relative;
    float: right;
    width: 404px;
}

#content #right #app {
    position: relative;
    width: 349px;
    min-height: 260px;
    background:url(/images/bg_app.jpg) top left no-repeat;
    text-decoration: none;
}

#app h2 {
    position: absolute;
    font-size: 18pt;
    top: 23px; left: 25px;
    color: #cc0033;
    line-height: 22px;
    font-weight: normal;
}

#app #msg1 {
    position: absolute;
    font-size: 13pt;
    font-weight: bold;
    top: 113px; left: 35px;
    color: #0066cc;
}

#app #msg2 {
    position: absolute;
    font-size: 13pt;
    font-weight: bold;
    top: 144px; left: 95px;
    color: #993333;
    text-align: right;
}

#content #right #flags {
    position: relative;
    margin: 20px 0 0 25px;
    min-height: 139px;
    background:url(/images/flags.png) top left no-repeat;
}

#content table.bordered {
	border: 1px solid #333;
	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: 221px;
    margin-bottom: 10px;
    vertical-align: bottom;
    background:url(/images/footer.jpg) bottom left no-repeat;
}

#footer .block {
    position: absolute;
    left:98px;
    bottom:99px;
    width: 168px;
    height: 114px;
}

#footer #block0 {left: 98px;}
#footer #block1 {left: 310px;}
#footer #block2 {left: 522px;}
#footer #block3 {left: 734px;}

#footer #url {
    position: absolute;
    bottom: 53px;
    left: 55px;
    color: #fff;
    font-size: 14pt;
    font-weight: bold;
}

#footer #tollfree {
    position: absolute;
    bottom: 14px;
    left: 55px;
    background-color: #ca2620;
    color: #fff;
    padding: 7px 12px 7px 12px;
    font-size: 17pt;
    font-weight: bold;
}

#footer #creditcards {
    position: absolute;
    bottom: 35px;
    right: 35px;
    padding: 0;
}

#footer #copyright {
    position: absolute;
    bottom: 50px;
    left: 45%;
    color: #fff;
    font-size: 8pt;
}

#footer #copyright a {color: #fff;}

#footer #menu {
    position: absolute;
    bottom: 5px;
    left: 65%;
    color: #376788;
    font-size: 11pt;
    font-weight: bold;
}

#footer #menu a {color: #376788; text-decoration: none;}
#footer #menu a:hover {color: #175378; border-bottom: 1px solid #376788;}

#underfooter {
    margin-top: 70px;
    position: relative;
    font-size: 7pt;
    line-height: 0.9em;
}


.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: #f5f5f5;
	border: 1px solid #255B7F;
	color: #333;

}

.form input.error, .stylized input.error, form select.error , .stylized select.error, {
	border: 2px solid red;
	background-color: #F19281;
	background: #FFE4DF;
	margin: 0px;
	color: red;
}

.form button, .stylized button {
	padding: 5px;
	background-color: #efefef;
	border-top: 1px solid #255B7F;
	border-right: 2px solid #255B7F;
	border-bottom: 1px solid #255B7F;
	border-left: 5px solid #255B7F;
	color: #222;
	font-weight: bold;
	margin-top: 10px;
    font-size: 12pt;
}

.form textarea, .stylized textarea {
	background-color: #f5f5f5;
    font-size: 9pt;
	border: 1px solid #255B7F;
	padding: 5px;
	color: #333;
	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:#666666;
	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);
}

