html,body
{
	position:		relative;
	margin:			0px;
	background-color:	#80d6f7;
	background-image:	url("content_back.png");
	background-repeat:	repeat-x;
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		12px;
	color:			#000;
	width:			100%;
	text-align:		center;
}

#header_image
{
	position:		relative;
	height:			240px;
	margin:			0px;
	z-index:		1;
}

#logo
{
	position:		absolute;
	z-index:		1;
	margin-top:		-180px;
}

#youarehere
{
	color:			#000;
	padding-left:		5px;
	padding-top:		5px;
}

#container
{
	text-align:		left;
	margin-top:		10px;
	width:			960px;
	border:			5px solid #ebebeb;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		10px;
}

#navigation
{
	position:		relative;
	width:			auto;
	height:			30px;
	margin:			0px;
	text-align:		center;
	margin-right:		0px;
	margin-top:		-30px;
	float:			right;
	font-size:		14px;
	z-index:		3;
}

#navigation ul
{
	margin-top:		0px;
	padding-top:		0px;
	list-style:		none;
	margin-left:		0px;
	padding-left:		0px;
}

.navigation_li
{
	float:			left;
	background-image:	url("not_selected_tab.png");
	background-repeat:	no-repeat;
	height:			30px;
	width:			120px;
	padding-top:		10px;
	margin-right:		5px;
}

.navigation_selected
{
	float:			left;
 	background-image:	url("selected_tab.png"); 
	background-repeat:	no-repeat;
	height:			30px;
	width:			120px;
	padding-top:		10px;
	margin-right:		5px;
}

#navigation a:link, #navigation a:visited
{
	font-weight:		bold;
	text-decoration:	none;
	color:			#000;
}

#navigation a:hover
{
	text-decoration:	none;
	color:			#fff;
}

#body_container
{
	width:			960px;
	overflow:		hidden;
	background-color:	#ebebeb;
}

#left_column
{
	float:			left;
	margin-top:		20px;
	margin-left:		0px;
	width:			300px;
	height:			auto;
}

#sub_navigation ul
{
	width:			300px;
	margin-left:		-40px;
}

#sub_navigation li
{
	padding:		5px;
	list-style:		none;
	border-bottom:		1px dotted #cdcdcd;
}

.sub_nav_selected
{
	background-color:	#cdcdcd;
	border-bottom:		1px solid dotted;
}

.sub_nav
{
	
}

.sub_nav_link:link, .sub_nav_link:visited
{
	color:			#000;
	text-decoration:	none;
}

.sub_nav_link:hover
{
	color:			
}

#content
{
	float:			left;
	width:			600px;
	padding-top:		30px;
	padding-bottom:		25px;
	padding-left:		20px;
	background-color:	#ebebeb;
}

#content_other
{
	float:			left;
	width:			600px;
	padding-top:		30px;
	padding-bottom:		25px;
	padding-left:		20px;
	background-color:	#ebebeb;
	margin-left:		20px;
}

#content_white
{
	float:			left;
	width:			659px;
	min-height:		580px;
	padding-top:		30px;
	padding-bottom:		25px;
	margin-left:		5px;
	padding-left:		25px;
	padding-right:		10px;
	border-left:		1px solid #cdcdcd;
}

#header
{
	position:		relative;
	width:			960px;
	height:			25px;
	background-color:	#d7c42f;
	margin-top:		-5px;	
}

#header_shop
{
	width:			100%;
	height:			128px;
	max-height:		128px;
	background-image:	url("header_shop.png");
	background-repeat:	no-repeat;
}

.no_bullet
{
	list-style:		none;
}

#right_column
{
	padding-top:		20px;
	margin-left:		650px;
}

.box_top
{
	background-image:	url("nb_top.png");
	background-repeat:	no-repeat;
	width:			300px;
	height:			12px;
	margin-top: 		14px;
	padding-left:		15px;
}

.box_body
{
	background-image:	url("nb_body.png");
	background-repeat:	repeat-y;
	width:			300px;
	height:			auto;
	padding-left:		15px;
	margin-top:		-3px;
}

.box_footer
{
	background-image:	url("nb_footer.png");
	background-repeat:	no-repeat;
	width:			300px;
	height:			12px;
	margin-bottom:		10px;
}

.box_content
{
	width:			275px;
}

.box_content ul
{
	margin:			0px;
	padding:		0px;
	padding-left:		15px;
}

#footer
{
	width:			100%;
	font-size:		12px;
	background-color:	#d7c42f;
	text-align:		center;
	height:			25px;
	color:			#000;
}

#footer a:link, #footer a:visited
{
	color:			#8e8f8f;
	text-decoration:	none;
}

#footer a:hover
{
	color:			#000;
}

#back_footer
{
	padding-top:		2px;
}

#copyright
{
	font-style:		italic;
	margin-top:		5px;
}

div.row
{
        clear:                  both;
        padding-top:            5px;
        padding-bottom:         5px;
	width:			620px;
	padding-left:		10px;
}

div.row span.label
{
        float:                  left;
        width:                  110px;
        text-align:             left;
        color:                  #000;
}

div.row span.reg_label
{
        float:                  left;
        width:                  220px;
        text-align:             left;
        color:                  #000;
}

div.row span.field
{
        float:                  right;
        width:                  430px;
        margin-bottom:          5px;
        font-style:             italic;
        text-align:             left;
}

div.row span.reg_field
{
        float:                  right;
        width:                  350px;
        margin-bottom:          5px;
        font-style:             italic;
        text-align:             left;
}

.form_divider
{
	background-image:	url("form_divider");
	background-repeat:	no-repeat;
	padding-left:		10px;
	padding-bottom:		20px;
}

.form_divider_title
{
	color:			#7a7a7a;
	padding-bottom:		5px;
}

.captcha
{
        display:                inline;
        height:                 20px;
        padding-top:            70px;
}

#welcome_text
{
        padding-bottom:         15px;
}

#password_text
{
        padding-top:            10px;
        font-style:             italic;
}

#success
{
        color:                  green;
        font-weight:            bold;
        text-align:             left;
        margin-bottom:          12px;
        margin-top:             10px;
        border-top:             1px solid green;
        border-bottom:          1px solid green;
        padding:                5px;
}

#login_failure
{
        color:                  red;
        font-weight:            bold;
        text-align:             left;
        margin-bottom:          12px;
        margin-top:             10px;
        border-top:             1px solid red;
        border-bottom:          1px solid red;
        padding:                5px;
}

#browser_warning
{
	width:			100%;
	border:			1px dotted red;
	background-color:	yellow;
}

