@charset "utf-8";


/* BODY + MAIN STRUCTURES */

body {
	background:#fff url(images/bg-body.jpg) top center no-repeat;
	color:#4b0049;
	font:13px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}
#page {
	margin:0 auto;
	text-align:left;
	width:980px;
}
#sidebar_left {
	float:left;
	width:245px;
}
#content {
	float:left;
	width:490px;
}
#sidebar_right {
	float:left;
	width:245px;
}
.box {
	border:1px solid #90c;
	border-top-color:#f13ff7;
	border-left-color:#f13ff7;
	margin:5px;
	padding:5px;
}


/* GENERAL LINKS + HEADINGS */

a {
	color:#4b0049;
	font-weight:bold;
	text-decoration:none;
}
a:hover { color:#90c; }
a img { border:none; }
h1 {
	font-size:25px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin:0;
	visibility:hidden;
}
h2 {
	color:#4b0049;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
h3 {
	color:#4b0049;
	font-size:18px;
	font-weight:bold;
	margin:10px 0 5px;
}


/* HEADER + HEADER MENU */

#header {
	background:url(images/bg-header.jpg) no-repeat;
	height:170px;
	width:980px;
}
#header_index {
	background:url(images/bg-header_index.jpg) no-repeat;
	height:170px;
	width:980px;
}
#header_links {
	height:32px;
	margin:95px 0 0 580px;
}
#header_links a { 
	background:top no-repeat;
	display:block;
	float:left;
	height:32px;
}
#header_links a#home { background-image:url(images/bg-header_links_home.jpg); width:52px; }
#header_links a#join { background-image:url(images/bg-header_links_join.jpg); width:93px; }
#header_links a#members { background-image:url(images/bg-header_links_members.jpg); width:87px; }
#header_links a#support { background-image:url(images/bg-header_links_support.jpg); width:80px; }
#header_links a#home:hover,
#header_links a#join:hover,
#header_links a#members:hover,
#header_links a#support:hover { background-position:bottom; }
#header_links a span { visibility:hidden; }
#header_links img.bullet {
	display:block;
	float:left;
	height:32px;
	width:25px;
}


/* MENU */

ul#menu {
	background:url(images/bg-menu.jpg) no-repeat;
	height:45px;
	list-style:none;
	margin:10px auto 0;
	padding:0;
	width:980px;
}
ul#menu li { float:left; height:30px; }
ul#menu a {
	color:#4b0049;
	font-size:14px;
	font-weight:bold;
	display:block;
	height:30px;
	line-height:30px;
	margin:0 0 0 37px; /* <---- change this value when adding menu links */
	padding:0 10px;
	text-transform:uppercase;
}
ul#menu a:hover { background:url(images/bg-menu_hover.jpg) repeat-x; }
a.button_more {
	background:url(images/bg-button_more.jpg) top no-repeat;
	color:#4b0049;
	font-size:12px;
	font-weight:bold;
	display:block;
	height:20px;
	line-height:20px;
	margin:0 auto;
	text-align:center;
	text-transform:uppercase;
	width:80px;
}
a.button_more:hover { background-position:bottom; }


/* INDEX PAGE SPECIFIC */

a.enter { font-size:40px; text-decoration:underline; }
.warning { 
	border:1px solid #90c;
	border-top-color:#f13ff7;
	border-left-color:#f13ff7;
	font-size:11px; 
	height:80px; 
	margin:10px auto; 
	overflow:auto; 
	padding:5px; 
	width:800px;
}


/* HOME PAGE SPECIFIC */

.split_banner {
	background:url(images/bg-split_banner.jpg) no-repeat;
	height:180px;
	width:470px;
}
.split_banner a.join {
	display:block;
	float:left;
	height:180px;
	width:235px;
}
.split_banner a.tour {
	display:block;
	float:right;
	height:180px;
	width:235px;
}


/* JOIN PAGE SPECIFIC */

#join_forms {
	float:right;
	text-align:center;
	width:400px;
}
#join_forms .button_join {
	background:#f784fd url(images/bg-button_input.jpg) top repeat-x;
	border:1px solid #90c;
	border-top-color:#f13ff7;
	border-left-color:#f13ff7;
	cursor:pointer;
	display:block;
	font:bold 13px Arial, Helvetica, sans-serif;
	margin:20px auto;
	padding:2px 4px;
	width:350px;
}


/* MODELS PAGE SPECIFIC */

#models_gallery {
	width:960px;
}
#models_gallery p {
	float:left;
	height:220px;
	margin:0;
	padding:5px;
	width:180px;
}


/* UPDATES PAGE SPECIFIC */

#updates_gallery {
	width:960px;
}
#updates_gallery p {
	float:left;
	height:220px;
	margin:0;
	padding:5px;
	width:180px;
}


/* FREE TOUR PAGE SPECIFIC */

#bonus_sites {
	width:960px;
}
#bonus_sites p {
	float:left;
	font-size:11px;
	height:280px;
	margin:0;
	padding:5px;
	width:300px;
}


/* FOOTER */

#footer {
	background:url(images/bg-footer.jpg) top no-repeat;
	height:100px;
	padding:10px 10px 10px 130px;
	width:840px;
}
#footer p { margin:0; padding:10px 0 0; }
#footer a {text-transform:capitalize; }


/* COMMON MISC STYLES */

p { margin:10px 0; }
em { color:#90c; font-size:14px; font-weight:bold; font-style:normal; }
.clear { clear:both; }
.txt-large { font-size:22px; }
.thumb { border:1px solid #90c; border-top-color:#f13ff7; border-left-color:#f13ff7; padding:1px; }
.center { text-align:center; }
.center img { display:block; margin:0 auto; }
.left { float:left; margin: 0 10px 10px 0; }
.right { float:right; margin:0 0 10px 10px; }
