body{
	margin:0;
	padding:0;
	height:100%;
	background:#000;
	color:#000000;  
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(Images/BG/pinstripes.png);
}

p{ 
	font-size: 12px;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 0px 40px;
	margin-bottom: 10px;
} 

strong{ font-size: 16px;} 
	
p.subheader{
	margin-top: 16px;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	color: #444444;
}

p.subheaderbold{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00CCFF;
}

p.subheader2{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #606057;
	padding: 0px 0px;
}

p.alert{
	font-weight: bold;
	color: #F5F5F1;
	background-color:#00CCFF;
}

a{
	color:#00CCFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul.blue{
	list-style-image: url(Images/bullet_blue.png);
}

ul.blue li{
	padding: 10px 0px 5px 0px;
}

.alignleft, img.alignleft{
	display: inline;
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright, img.alignright{
	display: inline;
	float: right;
	margin: 10px 0 5px 10px;
}
.aligncenter, img.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#topBar{
	position:absolute;
 	top:0;
 	right:0;
 	width: 100%;
	height: 250px;
	z-index:-1;
	background: url(Images/BG/top_blue.png) repeat-x;
}

#VAT{
	float:none;
	width: auto;
	font-size:10px;
}

#img-bg{
	border: 1px solid #C1DAD7;
	margin: 10px;
	background: url(Images/img_bg.png);
	display: inline-block;
}

#img-bg img{
	display: inline-block;
	border: none;
	margin: 15px;
	padding: 5px;
	background: #FFFFFF;
}

#imgcenter{
	float:none;
	width: auto;
	margin: 30px;
	text-align:center;	
}

#leftfloat{
	float: left;
	width: auto;
	margin: 30px;
}

.leftfloat{
	float: left;
	width: auto;
	margin: 48px;
}

#centerColumn{ 	
	margin:0px auto;
	width:770px;
	vertical-align: middle;	
	clear: both;
}

#spacer{ 	
	height: 50px;
	width: 770px;
}

#centerpage{ 	
	padding:0px;
	width:760px;
	background: #FFF;
	text-align: left;
	color: #939385;
}

#leftpage{ 	
    vertical-align:top;
	padding:0px;
	width:360px;
	height:340px;
	text-align: left;
	color: #939385;
}

#rightpage{ 	
    vertical-align:top;
	border-color:#CCC;
	border-style:solid;
	border-width:medium;
	
	width:340px;
	height:340px;
	padding:0px;
	margin:0px 0px 0px 0px;
	text-align: left;
	background:#EEE;
	color: #939385;
}

div.hr{
  height: 30px;
  background: #fff url(Images/Split.png) no-repeat scroll center;
}

div.hr hr{
  display: none;
}

#navbar{
	margin:20px 0px 0px 0px;
	width:100%;
	height: 25px;
	padding:0;
	text-align:center;
}

#navbar h2{
	text-align:left;
	display:inline;
}

#navbar img{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	vertical-align: top;
	float: left;
}

#navbar ul
{	float: right;
	list-style: none;
} 

#navbar li
{	
	float: left;
	margin: 0px 0px;
}

#navbar li a
{
	background: url(Images/nav_buttons_blue.png) 0 0 no-repeat;
	height: 33px;	
	width: 90px;
	display: block;
	text-decoration:none;
	font-size:12px;
	line-height: 33px;
	font-weight:bold;
}

#navbar .highlight{
   color: #000;
   background: url(Images/nav_buttons_blue.png) 0 0 no-repeat;
   background-position: 0 -33px;
}

#navbar li a:link{
    color: #FFF;
}

#navbar li a:visited{
   color: #FFF;
}

#navbar li a:hover{
   color: #000;
   background-position: 0 -33px;
}

#navbar li a:active{
   color: #FFF;
   background-position: 0 -66px;
}

#header{
	height:100px;
}

#header img{
	margin:20px 0px;
}

#table-small{
	font-size: 11px;
	line-height: 20px;
	margin: 0px auto;
	width: 660px;
	text-align: center;
	border-collapse: collapse;
	table-layout: fixed;
}

#table-zebra{
	font-size: 14px;
	line-height: 1.6em;
	margin: 0px auto;
	width: 660px;
	text-align: center;
	border-collapse: collapse;
	table-layout: fixed;
	}

#table-zebra thead th{
	font-size: 16px;
	font-weight: normal;
	padding: 10px 8px;
	border-right: 1px solid #C1DAD7;
	color: #939385;
	vertical-align: top;
}

#table-zebra thead th p{
	margin: 10px;
	padding: 0px;
}

#table-zebra tbody th{
	font-size: 14px;
	text-align: left;
	padding: 8px;
	color: #939385;
	border-right: 1px solid #C1DAD7;
	font-weight:normal;
}

#table-zebra td
{
	padding: 8px;
	color: #939385;
	border-right: 1px solid #C1DAD7;
}

#table-zebra .odd
{
	background: #F5F5F1; 
}

form {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:40px;
	width:90%;
	text-align: left;
}

form label{
	float: left;
	clear: left;
	width: 350px;
	font-size: 12px;
	line-height: 40px;
	padding: 0px 0px 12px 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #606057;
}

form .required{
	color: #00CCFF;
}

form input{
	margin-top: 0px;
	height: 28px;
	width: 670px; 
	background: #F5F5F1;
}

form select{
	margin-top: 3px;
	height: 28px;
	width: 340px;
	background: #F5F5F1;
	text-transform: none;
}

form textarea{
	margin-top: 3px;
	width: 670px;
	background: #F5F5F1; 
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
}

form textarea.sparkolMessage{
	margin-left:0px;
	font-size:11px;
	height:80px;
	line-height:10.5px;
	width:660px;
	color:#555;
}

form #spacer{
	width: 100%;
	height: 50px; 
}

form label.long input{
	float: left;
	width: 670px;
	padding: 0px;
	margin-top: 3px;
	height: 28px;
	background: #F5F5F1;	
}

form label.short input{
	float: left;
	width: 270px;
	padding: 0px;
	margin-top: 3px;
	height: 28px;
	background: #F5F5F1;	
}

form label.med input{
	float: left;
	width: 320px;
	padding: 0px;
	margin-top: 0px;
	height: 20px;
	background: #F5F5F1;	
}

form a{
	background: url(Images/nav_buttons_blue.png) 0 0 no-repeat;
	color:#FFF;
	height: 33px;	
	width: 90px;
	display: block;
	text-decoration:none;
	font-size:11px;
	line-height: 33px;
	font-weight:bold;	
	text-transform: uppercase;
}

form a:hover{
	color:#FFF;
	text-decoration: none;
}			

.terms{
	margin-left:0px;
	width: 670px;
	padding-left:0px;
	height: 320px;
	readonly: readonly;
}
.termsform{
	margin-left:0px;
	width: 695px;
	padding-left:40px;
}

.radio{
	width: 30px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}	
.radio_odd{
	width: 30px;
	background: #F5F5F1;
	font-family: Arial, Helvetica, sans-serif;
}	

#nav1{
	margin:0px 0px 0px 0px;
	width:100%;
	height: 25px;
	padding:0;
	text-align:center;
}

#nav1 img{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	vertical-align: top;
	float: right;
}

#nav1 ul
{	float: right;
	list-style: none;
	margin-right: 40px;
} 

#nav1 li
{	
	float: right;
	margin: 0px 0px;
}

#nav1 li a
{
	background: url(Images/nav_buttons_big_blue.png) 0 0 no-repeat;
	height: 33px;	
	width: 125px;
	display: block;
	text-decoration:none;
	text-transform: uppercase;
	font-size:11px;
	line-height: 33px;
	font-weight:bold;
}

#nav1 li a:link{
    color: #FFF;
}

#nav1 li a:visited{
   color: #FFF;
}

#nav1 li a:hover{
   color: #000;
   background-position: 0 -33px;
}

#nav1 li a:active{
   color: #FFF;
   background-position: 0 -66px;
}

#bottomBar{
	position:relative;
	clear:both;
	width:100%;
	margin: 20px -5px;
}

#bottomBar img{
	border-style: none;
}

#footer{
	margin:0px;
	width:100%;
	height: 150px;
	background: url(Images/footer_blue.png) repeat-x center;
	font-size: 11px;
	color: #939385;
}

#footer a{
	text-decoration: none;

}

#footer a:link{
	color: #939385;
}

#footer a:visited{
	color: #939385;
}

#footer a:hover{
	color: #FFFFFF;
}

#footer a:active{
	color: #939385;
}

#footer hr{
  border : 0;
  height : 15px;
  background : url(Images/FooterHR.png) no-repeat center;
}

.tableindent{
	margin: 0px 40px;
	width: 700px;
	text-align: left;
}

#hinttext{
	float:left;
	text-align:left;
	font-style:italic;
	font-size: 11px;
	color: #0CF;	
}

#nav2{
	margin:20px 0px 0px 0px;
	width:100%;
	height: 25px;
	padding:0;
	text-align:center;
}

#nav2 img{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	vertical-align: top;
	float: center;
}

#nav2 ul{	
	list-style: none;
} 

#nav2 li
{	
	float: left;
	margin: 0px 0px;
}

#nav2 li a{
	background: url(Images/nav_buttons_big_blue.png) 0 0 no-repeat;
	height: 33px;	
	width: 125px;
	display: block;
	text-decoration:none;
	text-transform: uppercase;
	font-size:11px;
	line-height: 33px;
	font-weight:bold;
}

#nav2 li a:link{
    color: #FFF;
}

#nav2 li a:visited{
   color: #FFF;
}

#nav2 li a:hover{
   color: #000;
   background-position: 0 -33px;
}

#nav2 li a:active{
   color: #FFF;
   background-position: 0 -66px;
}

#abouttitlebar {
	margin:0px;
	padding:0px;
	height:75px;
	text-align:center;
	text-transform: uppercase;
	background:url(Images/titlebar.png) no-repeat;
}
h2.posttitle {
	float:left;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	margin-left:40px;
	vertical-align: top;
	margin-top:26px;
}
#abouttitlebar ul {
	float: right;
	list-style: none;
	margin: 25px 0px;
}
#abouttitlebar li {
	float: left;
	margin: -5px 0px;
}
#abouttitlebar li a {
	background: url(Images/second_buttons.png) 0 0 no-repeat;
	height: 40px;
	width: 85px;
	padding: 0px 10px 0px 0px;
	display: block;
	text-decoration:none;
	font-size:11px;
	line-height: 30px;
	font-weight:bold;
}
#abouttitlebar li a:link {
	color: #606057;
}
#abouttitlebar li a:visited {
	color: #606057;
}
#abouttitlebar li a:hover {
	color: #FFF;
	background-position: 0 -40px;
}
#abouttitlebar li a:active {
	color: #FFF;
}

#hidefriends {
	
	height:0px;
}

#showfriends {
	height:100%;
}
