/* ********** [ GENERAL ] ********** */

* {
	margin: 0px;
	padding: 0px; }

div.clear {
	clear: both; }

body {
	margin: 0px;
	padding: 0px;

	cursor: default;
	
	font: 11px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	
	background: #b2b4b5 url('background.png') center repeat-y;}

/* ********** [ PAGE ] ********** */

div#page_wrap {
	margin: 0px auto;
	width: 960px;
	background: #ffffff; }

	div#page {
		padding: 7px;
		
		}

/* ********** [ HEADER ] ********** */

div#header_wrap { position: relative;}
	div#header_main {
		margin: 0px 5px 0px 0px;
		width: 661px;
		/*height: 252px;*/
		height: 327px;
		
		position: relative;
		float: left;
		background: #ffffff url('header_bg/rotate.php') no-repeat; }

		div#header_main h1 {
			margin: 0px;
			padding: 0px;
			top: 30px;
			left: 100px;
			position: absolute;
			font: 30px Trebuchet MS, tahoma;
			font-weight: bold;
			color: #ffffff; }

			div#header_main h1 span { }

		div#header_main a.signup {
			width: 173px;
			height: 43px;
			top: 255px;
			left: 405px;
			position: absolute;
			display: block;
			background: url("signup.png") left top no-repeat;
			text-decoration: none;
		}
		div#header_main a.signup:hover {
			background: url("signup.png") left -43px no-repeat;
			text-decoration: none;
			width: 173px;
			height: 43px;
		}
		div#header_main div.banner {
			top: 180px;
			left: 316px;
			position: absolute;
			display: block; }
		div#header_main div.blurb {
			background: url('transparent_box.png') center no-repeat;
			
			width: 294px;
			
			height: 176px;
			margin: 0px;
			padding: 0px;
			/*top: 95px;*/
			top: 135px;
			/*left: 315px;*/
			left: 343px;
			position: absolute;
			}
		
				div#header_main div.blurb p {
					font: 20px tahoma;

					color: #ffffff;
					
					margin-top: 20px;
					
					margin-left: 13px;				}
				
			div#header_main div.upgrade {
			background: url('transparent_box_small.png') center no-repeat;
			
			width: 294px;
			
			height: 120px;

			margin: 0px;

			padding: 0px;

			/*top: 95px;*/
			top: 185px;

			/*left: 315px;*/
			left: 343px;

			position: absolute;
			}
			
	div#headernav {
		margin: 0px 5px 0px 0px;
		width: 661px;
		height: 38px;
		float: left;
		background: #414141 url('header_navbar_bg.gif') no-repeat; }

		div#headernav ul {
			margin: 0px 0px 0px 10px;
			padding: 0px;
			height: 38px;
			list-style-type: none; }

			div#headernav ul li {
				margin: 0px; padding: 0px;
				float: left;
				font: 13px/38px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
				color: #ffffff; }

				div#headernav ul li a {
					padding: 0px 10px;
					height: 38px;
					display: block;
					float: left;
					font: 13px/38px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
					color: #ffffff;
					text-decoration: none; }

					div#headernav ul li a:hover {
						color: #d9414a; }

	div#header_search {
		width: 280px;
		/*height: 290px;*/
		height: 365px;
		float: right;
		background: #343434 url('header_search_bg.jpg') no-repeat;
		}
		div#header_search div#logo {
			width: 100%;
			text-align: center;
			margin: auto;
		}
			div#header_search div#logo img {
				border: none;
				text-align: center;
				margin: auto;
				padding: 0;
				margin-top: 15px;
			}
		div#header_search h5 {
			margin: 8px 0px 0px 18px;
			padding: 0px;
			font: bold 14px tahoma;
			color: #d9414a; }

			div#header_search h5 span { }

		div#header_search div#header_search_form {
			margin: 18px 0px 0px 18px;
			padding: 0px;
			/*padding-top: 5px;*/
			}

			div#header_search div#header_search_form select.select, div#header_search div#header_search_form input.text {
				font-size: 11px;
			}

	div#usernav {
		/*width: 661px;*/
		width: 946px;
		/*height: 28px;*/
		height: 35px;
		float: left;
		/*border-bottom: 3px solid #585858;*/
		
		margin-top: 7px;

		background-image: url('usernav.png');
		/*background: #414141 url('content_bg_top.gif') no-repeat;*/
		
		}

		div#usernav ul {
			margin: 0px 0px 0px 15px;
			padding: 0px 0px 3px 0px;
			list-style-type: none; }

			div#usernav ul li {
				margin: 0px;
				float: left; }

			div#usernav ul li a {
				margin: 0px;
				padding: 0px 13px;
				height: 35px;
				display: block;
				float: left;
				font: 12px/35px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
				/*color: #414141;*/
				color: #ffffff;
				text-decoration: none; }

				div#usernav ul li a:hover {
					text-decoration: underline; }

/* ********** [ FOOTER ] ********** */

div#footer_wrap {
	
	margin-top: 5px;
	
	height: 20px;
	/*background: url('footer_bg.gif') repeat-x;*/
	 }

	div#footer {
		font: 12px/20px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #808080;
		text-align: center; }

		div#footer a{
			font: 12px/41px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #d9414a;
			/*color: #808080;*/
			text-decoration: none; }
		div#footer a:hover {
			/*color: #d9414a;*/
			text-decoration: underline;}


/* ********** [ CONTAINER ] ********** */

div#container_wrap {
	margin: 5px 0px;
	padding: 0px;
	width: 946px; }

  	div#container { }


/* ********** [ SIDEBAR ] ********** */

div#sidebar_wrap {
	margin: 0px;
	padding: 0px;
	/*width: 280px;*/
	float: right;
	display: none; }

  	div#sidebar { }


/* ********** [ CONTENT ] ********** */

#content_wrap {
	margin: 10px 5px 0px 0px;
	padding: 0px;
	float: left;
	/*width: 661px;*/
	width: 946px;
	
	background: #4f4f4f url('content_top.png') left top no-repeat;}
  	#content { }
#content_wrap_f {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 946px;
	
	height: 10px;
	
	background: #999999 url('content_foot.png') left bottom no-repeat;}

/* ********** [ COMMON ITEMS ] ********** */

h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	font: bold 15px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d9414a; }

	h2 {
		margin-bottom: 5px;
		font: bold 15px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; }

	h3 {
		font: bold 14px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; }

	h4 {
		font: bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; }

	h4 {
		font: bold 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; }

p {
	font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff; }

	a {
		font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #d9414a;
		text-decoration: none; }

		a:hover {
			text-decoration: underline; }
/* ********** [ WELCOME ] ********** */

#welcome {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 946px;
	height: 220px;
	background: url('welcome_bg.png') left top no-repeat;
}
#welcome div.block {
	width: 430px;
	height: 180px;
	padding: 20px;
	padding-top: 13px;
	float: left;
	overflow: hidden;
}
#welcome div.block h2 {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
#welcome div.block p {
	font: 14px/18px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 5px;
	display: block;
	float: left;
	width: 420px;
}

#welcome div.block dl.register {
	width: 420px;
	margin: 0px;
	padding: 0px;
}
#welcome div.block dl.register dt {
	width: 120px;
	color: #333;
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 3px;
	font: 13px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#welcome div.block dl.register dd {
	color: #333;
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 3px;
	width: 250px;
}
#welcome div.block dl.register dd input {
	width: 175px;
	height: 14px;
	color: #333;
	margin: 0px;
	padding: 2px 5px 4px 3px;
}

#welcome div.block dl.register dd input.text {
	font-size: 11px;
}
