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

.clear { clear: both; height: 0; }

html #outer{height:100%;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	padding: 5px 0px;
	}

li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 11px;
	line-height: 20px;
	}
	
body { 
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #000 url(../images/bodyback2.jpg) 0 0 repeat;
	background-attachment:fixed;
	margin-top: 0;
}

a {
		text-decoration: none;
		color: #354261;
		font-weight: bold;
   }

a:hover {
		text-decoration: none;
		color: #354261;
		font-weight: bold;
  }

h1 {
		font-size: 18px;
		font-weight: bold;
		padding: 5px;
		color: #FF0000;  
		}

h2 {
		font-size: 16px;
		font-weight: bold;
		padding: 5px;
		color: #fff; 
        }
		
h3 {
	font-size: 12px; 
	color: #333; 
	font-weight: bold; 
        }

.detail-thumbs {
		padding: 3px;
		}

#topcontainer {
	margin: 0;
	padding: 0;
	width: 950px;
	background: #000;
	}

#header {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 64px; 
	background: #000 url(../images/header_front.jpg) 0 0 no-repeat;
	text-indent: -9999em;
}
	
#custom_header {
	width: 950px;
	height: 125px; 
	background: #000 url(../images/header_front.jpg) 0 0 no-repeat;
	display: block;		
}
		
#nav {
	margin: 0;
	padding: 4px 0 5px 10px;
	width: 940px;
	height: 18px;
	background: #000 url(../images/nav_bck.jpg) 0 0 no-repeat;
}

#custom_nav {
	position: inherit;
	margin-top: 0px;
	height: 20px;
	width: 950px;
	background-color: #fff;
	display: block;
}

#custom_nav a {
	color: #FF0000;
	padding-top: 8px;
	font-size: 14px;
}

#bodycontent {

		position: inherit;
		height: auto; width: 100%;
		background-color: #fff;
}
		
#customcontent td { padding: 5px; }
#customcontent td img { border: 1px solid #333; }
#customcontent h3 { padding: 5px 5px 5px 0px; }	

#Privacy_Policy {
	margin: 0 0.5em;
}

#Privacy_Policy p{
	color:#ff0000;
}

#Privacy_Policy ol {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	list-style:decimal;
	font-size: 1.0em;
	line-height: 1.5em;
	margin:1.0em 1.0em 0 1.0em;
}

#Privacy_Policy li {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	list-style:decimal;
	font-size: 1.0em;
	line-height: 1.5em;
	margin:1.0em 1.0em 0 1.0em;
}

#Privacy_Policy ul li{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	list-style:disc;
	font-size: 1.0em;
	line-height: 1.5em;
	margin:0.5em 1.0em 0 1.0em;
}

#footer {
	background: #FFFFFF;
	color: #000;
}