/* CSS Document */

/* General Settings */
body {
	margin: 0;
	padding: 0;
	background: #E1DCF3 url(images_files/main_background.jpg) repeat-x top;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

a:link { text-decoration : underline; color : #FA78A2; border: 0px;} 
a:active { text-decoration : underline; color : #FA78A2; border: 0px;} 
a:visited { text-decoration : underline; color : #FA78A2; border: 0px;} 
a:hover { text-decoration : none; color : #FA78A2; border: 0px;} 

img { padding: 0px; margin: 0px; border: 0px;}

/* Network Header */
.network_header {
	height: 31px;
	background: #000;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.network_header a:link { text-decoration : none; color : #FFF; border: 0px;} 
.network_header a:active { text-decoration : none; color : #FFF; border: 0px;} 
.network_header a:visited { text-decoration : none; color : #FFF; border: 0px;} 
.network_header a:hover { text-decoration : underline; color : #FFF; border: 0px;} 

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: 1px solid black;
background-color: #000000;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;

}

.subuls{
display: none;
width: 150px;
position: absolute;
top: 1.2em;
left: 0;
background-color: #000000;
border: 1px solid white;
}

.subuls li{
   width: 150px;
	height: 22px;
	border-bottom: 1px solid white;
	vertical-align: middle;
	padding-top: 4px;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

/* Intro + Stats */
.intro {
	background: url(images_files/intro_text_bg.jpg) no-repeat top;
	width: 814px;
	padding: 10px 18px 20px 18px;
}

.intro .welcome_to {
	font-size: 14px;
	font-weight: bold;
	color: #FA75A0;
}

.intro .welcome_desc {
	font-size: 12px;
	font-weight: normal;
	color: #FA75A0;
	.font-size: 11px;
	_font-size: 11px;
}

.intro p {
	font-size: 12px;
	font-weight: normal;
	color: #FA75A0;
}

.stats {
	width: 225px;
	color: #FFF;
	padding-top: 4px;
	.padding-top: -5px;
	_padding-top: -5px;
}

.stats a:link { text-decoration : none; color : #FFF; border: 0px;} 
.stats a:active { text-decoration : none; color : #FFF; border: 0px;} 
.stats a:visited { text-decoration : none; color : #FFF; border: 0px;} 
.stats a:hover { text-decoration : underline; color : #FFF; border: 0px;} 

.stats .stats_name {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.stats .stats_numbers {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.stats .stats_join {
	font-size: 12px;
	font-weight: bold;
}

/* Navigation */
.main_nav {
	background: url(images_files/nav_bg.png) repeat-y top;
	width: 784px;
	height: 42px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.main_nav a:link {
	text-decoration: none;
	color: #FFF;
	border: 0px;
	margin: 6px 4px 4px;
} 
.main_nav a:active { text-decoration : none; color : #FFF; border: 0px;} 
.main_nav a:visited { text-decoration : none; color : #FFF; border: 0px;} 
.main_nav a:hover { text-decoration : underline; color : #FFF; border: 0px;} 

/* Content */
.content {
	background: url(images_files/content_bg.jpg) repeat-y top;
	width: 814px;
	padding: 0px 18px 20px 18px;	
}

.pagination {
	font-size: 12px;
	font-weight: bold;
}

.models_dd {
	font-size: 12px;
	font-weight: bold;
}

.update_box_middle {
	background: url(images_files/update_box_middle.jpg) repeat-y top;
	width: 782px;
	margin: 20px 0px 20px 0px;	
}

.update_box_header {
	background: url(images_files/update_box_header.jpg) no-repeat top;
	width: 782px;
}

.update_box_links {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 8px 18px 8px 18px;	
}

.update_box_links a:link {text-decoration: none; color: #FFF; border: 0px; margin: 6px 6px;} 
.update_box_links a:active { text-decoration : none; color : #FFF; border: 0px;} 
.update_box_links a:visited { text-decoration : none; color : #FFF; border: 0px;} 
.update_box_links a:hover { text-decoration : underline; color : #FFF; border: 0px;} 

.thumb {
	border: 1px solid #FFF;
}

.update_box_name {
	font-size: 14px;
	font-weight: bold;
	color: #FA78A2;
	padding: 8px 18px 8px 18px;	
}

.update_box_desc {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding: 8px 18px 8px 18px;	
}

.update_join {
	background: url(images_files/update_join_bg.jpg) no-repeat top;
	width: 774px;
	height: 42px;
}

/* Page */
.page_text {
	font-size: 12px;
	font-weight: normal;
}

/* Payment */
.payment_method a, .payment_method a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;
	background-color: #F8B6D2;
	font-size: 12px;
	color: #FA78A2;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

.payment_method a:hover {
	background-color: #F8B6D2;
	text-decoration: none;
}

/* Footer */
.prefooter {
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}

.footer_bg {
	background: White url(images_files/footer_bg.jpg) repeat-x top;
}

.network_box {
	background: url(images_files/network_box.gif) no-repeat top;
	width: 255px;
	height: 135px;
	padding: 0px 2px 0px 2px;	
	font-size: 14px;
	font-weight: bold;
	color: #FFF
}

.network_box a:link {text-decoration: none; color: #FFF; border: 0px; } 
.network_box a:active { text-decoration : none; color : #FFF; border: 0px;} 
.network_box a:visited { text-decoration : none; color : #FFF; border: 0px;} 
.network_box a:hover { text-decoration : underline; color : #FFF; border: 0px;} 

.network_box img {
	border: 1px solid #FFF;
}
