/********/
/* html */
/********/
*{
	margin:0;
	padding:0;
}

body {
	background:#363636 url(../img/bg/body.gif) center center fixed no-repeat;
	margin:0;
	padding:0;
	text-align:center;
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1, h2 {
	margin:0;
	color:#e20177;
	font-size:18px;
	padding:0;
	text-transform:uppercase;
}

h2 {
	font-size:12px;
	margin-bottom:15px;
}

h3 a {
	margin:0;
	color:#fff;
	font-size:14px;
	padding:0;
}

h4 a {
	margin:0;
	color:#977f48
	font-size:22px;
	padding:0;
}

h5 a {
	margin:0;
	color:#fff;
	font-size:20px;
	padding:0;
}

h6 a {
	margin:0;
	color:#977f48;
	font-size:16px;
	padding:0;
	text-transform:uppercase;
}

p {
	margin:0 0 18px 0;
	padding:0
}

a {
	text-decoration:none;
	color:#e20177;
}

a:hover {
	text-decoration:underline;
}

a.active,
a:focus {
	outline: 0
}

hr {
	background:#FFF;
	border:0;
	border-top:1px solid #DDD;
	height:1px;
	line-height:1px;
	margin:0 0 10px 0
}

form {
	margin:0;
	padding:0
}

input,
textarea,
select {
	border:1px solid #DBDFE6;
	color:#000;
	font-family:Trebuchet MS,Arial, Verdana, Helvetica,sans-serif;
	font-size:11px;
	height:16px;
	padding:2px 5px 0 5px
}

td {
	color:#000;
	font-family:Trebuchet MS,Arial, Verdana, Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;
	vertical-align:top
}

ul {
	margin:0 0 20px 15px;
	padding:0
}

/**********/
/* layout */
/**********/
/* page */
#page {
	font-family:Trebuchet MS,Arial, Verdana, Helvetica,sans-serif;
	font-size:11px;
	position:absolute;
	left:50%;
	top:50%;
	width:1000px;
	height:547px;
	margin:-273px 0 0 -493px;
	color:#333;
}

#splash {
	position:absolute;
	left:50%;
	top:50%;
	width:852px;
	height:565px;
	margin:-282px 0 0 -426px;
}

/* menu */
#menu {
	width:941px;
	height:28px;
	position:absolute;
	top:-5px;
	left:0;
	font-family: Arial, Verdana, Helvetica,sans-serif;
	padding:0 29px;
	z-index:50;
	background:url(../img/bg/transparent.gif) repeat;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	float:left;
	margin:0 18px 0 0;
	position:relative;
}

#menu li a {
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	height:31px;
	float:left;
}

#menu li a:hover,
#menu li a.active {
	color:#977f4b;
}

/* submenu */
#menu li ul {
	left:-18px;
	margin:0;
	padding:10px 0 10px 0;
	position:absolute;
	display:none;
	top:26px;
	width:186px;
	z-index:50;
	background:url(../img/bg/submenu_bg.png) no-repeat bottom;
}

#menu li:hover ul,
#menu li.cs_hover ul {
	display:block
}

#menu li li {
	border:none;
	margin:0;
	float:none;
	color:#fff;
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
	font-size:11px;
	padding:0 0 0 4px;
}

#menu li li a {	
	font-weight:normal;
	display:block;
	margin:0;
	padding:0;
	text-transform:none;
	width:180px;
	padding:0 0 0 15px;
	color:#fff;
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
	height:auto;
	line-height:26px;
	float:none;
}

#menu li li a.active,	
#menu li li a:hover {	
	color:#987f4b;
}

/* banner  */
#banner{
	position:absolute;
	left:23px;
	top:22px;
	width:373px;
	height:503px;
}

#banner img,
#banner p{
	position:absolute;
	left:0;
	top:0;
}

#banner img{
	width:373px;
	height:503px;
	z-index:10;
	display:none;
}

#banner #overlay{
	position:absolute;
	left:0;
	top:0;
	z-index:20;
	width:377px;
	height:503px;
	background:url(../img/bg/banner_overlay.png) no-repeat;
}

/* content */
#content {
	width:429px;
	height:503px;
	position:absolute;
	left:396px;
	top:22px;
	line-height:20px;
}

#logo{
	width:143px;
	height:153px;
	position:absolute;
	right:-71px;
	top:-55px;
	z-index:30;
}

#logo img{
	width:143px;
	height:153px;
}

#content #slogan{
	width:336px;
	height:43px;
	position:absolute;
	left:50px;
	top:45px;
}

#content #textbox{
	width:428px;
	top:162px;
	position:absolute;
	left:0;
	height:314px;
	overflow:hidden;
}

#content #textbox a{
	color:#333;
	text-decoration:underline;
}

#content #textbox a:hover{
	color:#e20177;
}

#content #title{
	position:absolute;
	left:48px;
	top:125px;
}

/* triggers */
#triggers {
	width:157px;
	height:503px;
	position:absolute;
	right:19px;
	top:22px;
	font-family: Arial, Verdana, Helvetica,sans-serif;
}

#triggers ul{
	margin:0;
	padding:0;
	list-style:none;
}

#triggers #triggers_menu{
	font-size:11px;
	font-weight:bold;
	color:#e20177;
	text-transform:uppercase;
	text-align:right;
	padding:76px 15px 0 0;
	line-height:24px;
	text-transform:uppercase;
}

#triggers #triggers_menu a{

}

#triggers #triggers_menu a.active,
#triggers #triggers_menu a:hover{
	color:#fff;
	text-decoration:none;
}

#triggers_menu li.active
	color:#fff;
	text-decoration:none;
}

#triggers #triggers_menu h5 a:hover{
	color:#e20177;
	text-decoration:none;
}

#triggers #triggers_menu h3 a:hover{
	color:#977f48;
	text-decoration:none;
}

#triggers #partner_logo{
	width:156px;
	height:80px;
	position:absolute;
	bottom:0;
	right:0;
	overflow:hidden;
}

#triggers #partner_logo img{
	float:right;
	margin:4px 8px;
	display:inline;
}

/* footer */
#footer {
	height:15px;
	position:absolute;
	left:0;
	bottom:4px;
	padding:0 29px;
	color:#b4b4b5;
	font-size:10px;
	width:950px;
}

#footer #copyright{
	float:left;
}

#footer #madeby{
	position:absolute;
	right:35px;
}

#footer p {
	margin:0;
}

#footer a {
	color:#b4b4b5;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
}

/*********/
/* pages */
/*********/


/***********/
/* overall */
/***********/
.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px
}

.hide{
	display:none
}

/* forms */
.cs_form_wrapper{
	width:362px;
}

.cs_form_wrapper .cs_form_label label {
}

.cs_form_wrapper .cs_form_input input,
.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
}

.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
}

.cs_form_wrapper .cs_form_input textarea{
	height:80px;	
}

.cs_form_wrapper .cs_form_button {
	margin:10px 0 0 0;
}

.cs_form_wrapper .cs_form_button input {
	cursor:pointer;
	width:74px;
	padding:0 0 2px 0;
	background:#0e1149;
	color:#fff;
	background:#333;
}

.cs_form_wrapper .cs_form_button input:hover {
	background:#e20177;
}

/* scrollbar */
.scrollContent {
	left:50px;
	position:absolute;
	width:340px;
}

.scrollbar{
	left:10px;
	position:absolute;
	top:0;
	width:19px;
}

.knob{
	cursor:default;
	height:21px;
}

.vertical .knobBottom,
.vertical .knobTop{
	display:none;
}

.vertical .knobMiddle{
	background:url(../img/bg/scrollbar_handler_y.gif) no-repeat;
	font-size:0;
	width:19px;
	height:20px;
}

.vertical .track{
	background:none;
}

.vertical .scrollbarUp,
.vertical .scrollbarDown {
	background:url(../img/bg/scrollbar_arrow_up.gif) no-repeat;
	cursor:pointer;
	display:block;
	height:21px;
	width:19px;
}

.vertical .scrollbarDown,
.vertical .scrollbarDown:link {
	background:url(../img/bg/scrollbar_arrow_down.gif) no-repeat;
}