@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:0;
}
html {
	background-image: url(/i/body/body_b2.gif);
	background-repeat: repeat-x;
	background-color: #000;
}
body {
	background-image: url(/i/body/header_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;	
	color:#FFF;
}
#logo {
	position:absolute;
	top:10px;
	left:0px;
}
p {
	margin: 15px 0px;	
}
a {
	color:#FFF;	
}
ul {
	margin-left:35px;	
}
#wrap, #footer {
	width:1000px;
	margin:auto;
}
#header {
	height: 50px;
	position:relative;
	margin-bottom:20px;
}
#header-top {
	height:100px;
	width:1000px;
	background-color:#000;
	margin:auto;
	position:relative;
}
#header-top form {
	position:absolute;
	top:0px;
	left:300px;
	width:360px;
}
#header-top #membar {
	position:absolute;
	right:0;
	top:10px;
	color:#666;
}
#header-top #membar p { color:#CCC; }
#navigation {
	color:#368f44;	
	margin-left:5px;
}
#navigation li, .links li {
	list-style-type:none;
	float:left;
}
#navigation li {
	height:48px;
	background-image:url(/i/body/navigation-spacer.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:10px;
}
#navigation li:last-child {
	background-image:none;
}
#navigation li a {
	color:#333;
	text-decoration:none;
	display:inline-block;
	margin:0px 7px;
	font-weight:normal;
	text-transform: uppercase;
	font-family:georgia;
	font-size:17px;
	height:48px;
	line-height:45px;
}
#navigation li a:hover {
	color:#DF659C;	
}
.links {
	margin:15px 0px;	
}
.links li {
	display:block;
	float:none;
	padding:5px 0px;
	border-bottom:1px solid #666;
}
.links li a {
	color:#FFF;
	text-decoration:none;
	padding:5px;
}
.links li a:hover {
	color:#CCC;
}

hr, #footer hr, #right hr {
	background-color: #000;	
	color:#666;
	height:1px;
	display:block;
	clear:both;
	margin:15px 0;
}

#left {
	float: left;
	width: 215px;
	margin:10px 0px;
	display:inline;
}
#right {
	float:right;
	width:215px;
	margin:10px 0px;
	display:inline;
	color:#8e8e8e;
}
#content {
	width: 550px;
	margin:9px;
	float:left;
	display:block;
	color:#e9e9e9;
	margin-bottom:20px;
}

.content-white {
	color:#333;
	background-color:#FFF;
	font-size:14px;
}
.content-white a {
	color:#4e8213;	
}

#footer {
	background-image: url(/i/body/large-footer-bg.gif);
	background-repeat: repeat-x;
	clear: both;
	float: none;
	padding: 10px;
	font-size:12px;
	width:978px;
	margin:auto;
	margin-top: 15px;
	display:block;
}

form.search input {
	padding:7px;
	color:#666;
	font-size:11px !important;
	background-color:transparent;
	background-image:url(/i/body/other/search_bg.gif);
	background-repeat:no-repeat;
}
form.search input.go {
	padding:0px;
	position:relative;
	top:9px;
	left:-3px;
	background-image:none;
	background-repeat:no-repeat;
}

#twitter {
	width:216px;	
}
#tweet {
	padding:5px;	
	width:206px;
	margin:0px;
}
#twitter_update_list {
	margin:0;
	padding:0;
}
#twitter_update_list li {
	list-style-type:none;
}
#twitter_update_list a {
	color:#333;	
}
#twitter img {
	display:inline-block;
	clear:both;
	float:none;
	font-size:0px;
	line-height:0px;
}

form.search input.submit_pink {
	text-decoration:none;
	background-image: url(/i/body/other/btn_pink_small_top.gif);
	background-color:transparent;
	height: 27px;
	padding-top:2px;
	width: 125px;
	display: inline-block;
	text-align: center;
	color:#CCC;
	text-transform:uppercase;
	float:right;
	font-weight:bold;
}

form.search input.topbg { background-image: url(/i/body/other/search_bg_top.gif); }

.btn_green, .btn_white, .btn_black, .btn_white_bigger, .btn_pink_bigger, .btn_green_bigger {
	text-decoration:none;
	background-image: url(/i/body/other/green_bg.png);
	background-repeat:no-repeat;
	height: 21px;
	padding-top:7px;
	width: 215px;
	display: inline-block;
	text-align: center;
	color:#333;
	text-transform:uppercase;
}
.btn_white {
	background-image: url(/i/body/other/white_bg.gif);
	color:#834F9F;
}
.btn_white_bigger {
	background-image: url(/i/body/other/white_bg_bigger.gif);
	color:#834F9F;
	width:270px;
}
.btn_pink_bigger {
	background-image: url(/i/body/other/pink_bg_bigger.gif);
	color:#FFFFFF;
	width:271px;
}
.btn_green_bigger {
	background-image: url(/i/body/other/green_bg_bigger.gif);
	color:#333;
	width:271px;
}
.btn_black {
	background-image: url(/i/body/other/btn_black.gif);
	color:#FFF;
	width:72px;
	position:absolute;
	right:5px;
	bottom:10px;
}

h1 {
	text-decoration:none;
	background-image: url(/i/body/other/pink_bg.gif);
	height: 22px;
	padding-top:5px;
	width: 550px;
	display: inline-block;
	text-align: center;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
}

form.rework {
	margin:15px 0px;
}

form.rework input, form.rework textarea, form.rework select {
	padding:4px;
	color:#333;
	font-size:11px;
	background-color:#FFF;
	border:1px solid #666;
	width:350px;
	margin-bottom:5px;
}
form.rework select {
	background-color:#FFF;
	background-image:none;
}
form.rework textarea {
	height:143px;
	overflow:auto;
}
form.rework input.submit {
	background-image:url(/i/other/submit_bg.gif);
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	margin:auto;
	padding:3px;
	width:360px;
	border:0;
	margin-left:120px;
}


form.rework label {
	float: left;
	width: 120px;
	margin-top:3px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-size:11px;
}
#alphabetbox {
	padding:6px;	
	text-align:center;
}
#alphabetbox a {
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color: #df659c;
	display:inline-block;
	padding:0px 5px;
}
#alphabetbox a:hover, #alphabetbox a.on {
	color:#FFF;	
}
#footerinner {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	
}
#footerinner div {
	width:250px;
	float:left;
	margin-top:15px;
}
#footerinner a {
	text-decoration:none;
	display:block;
	padding:3px 0px;
	font-weight:normal;
	color:#999;
	font-size:11px;
}
#pheader {
	margin:15px 0px;
	padding:0;
}

.bannertxt {
	width:550px;
	font-size:22px;
	color:#FFF;
	height:120px;
	padding-top:80px;
	text-align:center;
	margin:15px 0px;
}

.hvrmem {
	border:0;
}
.hvrmemon {
	position:relative;
	border:1px solid #FFF;
}
.hvrmem-bg {
	position:absolute;
	width:95%;
	top:-1px;
	left:-1px;
	background-image:url(/i/body/hvrmem-bg.gif);
	height:16px;
	font-size:11px;
	padding-left:10px;
	padding-top:3px;
	color:#333;
	display:none;
}
.hvrmem-update {
	position:absolute;
	width:78px;
	top:-1px;
	right:-1px;
	background-image:url(/i/body/hvrmem-update.gif);
	height:19px;
	font-size:0px;
	text-indent:-300px;
	overflow:hidden;
	display:none;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ee1eb5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #c70067;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
}.myButton:active {
	position:relative;
	top:1px;
}
.fronttbl {
	font-size:11px;
	margin-top:15px;
	border-bottom:1px solid #666;
}
.fronttbl h3 {
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}
.fronttbl img{
	border:5px solid #E3E3E3;
}
.fronttbl p a{
	text-decoration:none;
	display:block;
	height:20px;
	background-image:url(/i/other/front/arrow.gif);
	background-repeat:no-repeat;
	padding-left:18px;
}
