@charset "utf-8";
/* CSS Document */



body{
	background-color:#272826;
	font-family:fVerdana,Arial,Helvetica,sans-serif;
	font-size: 4px;
	
}

.t {background: url(../images/borders/dot.gif) 0 0 repeat-x;}
.b {background: url(../images/borders/dot.gif) 0 100% repeat-x}
.l {background: url(../images/borders/dot.gif) 0 0 repeat-y;}
.r {background: url(../images/borders/dot.gif) 100% 0 repeat-y;}
.bl {background: url(../images/borders/bl.gif) 0 100% no-repeat}
.br {background: url(../images/borders/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/borders/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/borders/tr.gif) 100% 0 no-repeat; padding:10px} 

img{border:none;}

ul{	font-family:Verdana, Geneva, sans-serif;
	font-size:12px; color: #272826; margin-left:0px; padding-left:15px}

a{color:#046380; text-decoration:none;}

p{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	background-color:#333;
}

#included{
	float:left;
	margin: 15px 0px 0px 80px;
	background-color:#272826;
}

#included a:hover{color:#046380;}

	
	
#containerBehindMain{
	width: 620px;
	height: 620px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -230px;
	margin-top: -310px;
	background-color:#272826;
	background-image: url(../images/gui/price-tag.jpg);
	background-position: 480px 9px;
	background-repeat: no-repeat;
}


#containerMain{
	width: auto;
	height: auto;
	left: 50%;
	top: auto;
	position: absolute;
	margin-left: -529px;
	background-color:#272826;
}
	
#flashcontent{
	margin:0px auto 0px auto;
	width: 500px;
	background-color:#333;
}

#clientLogo{
	flo	at: left;
	width: 244px;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 13px;
	margin-left: 9px;
	background-color:#333;
}

#contactDetailsTitles{
	float:left;
	margin: 10px 20px 10px 20px;
	line-height:22px;
	text-align: left;
	font-family:fVerdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	background-color:#272826;
}

#contactDetails{
	float:left;
	margin: 10px 10px 0px 0px;
	line-height:22px;
	width: 250px;
	background-color:#272826;
}

#shareButton{
	float:right;
	margin:55px 15px 0px 20px;
	background-color:#272826;
}

#poweredBy{
	float:right;
	margin:21px 17px 0px 0px;
	background-color:#272826;
}

#copyrightRvLogo, #copyrightRvLogo p{
	float:right;
	margin:2px 4px 0px 0px;
	font-size: 11px;
	cursor:pointer;
	width: 130px;
	text-align: right;
	background-color:#272826;
}

#copyrightRvLogo2, #copyrightRvLogo2 p{
	float:right;
	margin:4px 8px 0px 0px;
	font-size: 9px;
	cursor:none;
	width: 130px;
	text-align: right;
	background-color:#272826;
	
}

.rvBlue{color:#046380;}







#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/

width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;

}
#popupContact p{font-size:13px; line-height:18px;}
#popupContact h1{
text-align:left;
color:#046380;
font-size:14px;
font-weight: bold;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;
}
#button{
	text-align:center;
	float: left;
	margin: 15px 0px 0px 72px;
	background:#FFF;
	display:inline;
	border:none;
	
}
.button {
    border: 0px solid #666;
    background: #FFF;
	color:#046380;
	cursor:pointer;
}
.button:hover {
    border: 0px solid #046380;
    background: #FFF;
}
