/* CSS Document */

@media screen {

body, html {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Calibri, Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../images/base/background_pattern_09.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #99cc00;
	font-size: 0.8em;
	text-align: center;
}

p, h1, h2, h3 {
	width: 456px;
}

li {
	width: 405px;
}

p {
	font-size: 1.0em;
	text-align: left;
	padding: 0 12px 0 12px;
}	

h1, h2, h3 {
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding: 0 10px 0 10px;
}

h1 {
	font-size: 1.8em;
	background-image: url(../images/base/title_h1.jpg); 
	background-repeat: no-repeat;
	padding-bottom: 4px;
}

h2 {
	font-size: 1.4em;
	background-image: url(../images/base/title_h2.jpg);
	background-repeat: no-repeat;
	padding-bottom: 3px;
}

h3 {
	font-size: 1.2em;
}

.font_small {
	font-size: 0.8em;
}

.font_big {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9933;
}

.font_hi {
	font-size: 1.2;
	font-weight: bold;
	color: #333333;
}

a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

a:link {
	color: #0066FF;
}

a:visited {
	color: #0066FF;
}

a:hover {
	color: #FF3366;
}

a:active {
	color: #0066FF;
}

.clear {
	clear: both;
}

#error {
	color: #FF0066;
	font-weight: bold;
}

.coupon_form {
	position: relative;
	float: left;
	width: 450px;
}

#container {
	width: 805px;
	height: auto;
	overflow: none;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
}

#top_menu {
	width: 805px;
	height: 141px;
	position: relative;
	float: none;
	z-index: 3;
}

.top_float {
	position: relative;
	float: left;
	z-index: 3;
}

#content {
	position: relative;
	float: right;
	height: auto;
	overflow: none;
	text-align: center;
	background-image: url(../images/base/content_body.png);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 2;
}

#left_column {
	width: 260px;
	height: auto;
	overflow: hidden;
	text-align: right;
	position: relative;
	float: left;
	margin: 0 auto;
	z-index: 3;
}

#right_column {
	width: 525px;
	padding: 0 10px 0 10px;
	min-height: 150px;
	overflow: visible;
	text-align: left;	
	position: relative;
	float: right;
	z-index: 3;
	margin: 0 auto;
}

#content_footer {
	width: 805px;
	height: 92px;
	position: relative;
	float: right;
	overflow: none;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/base/content_footer.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer {
	color: #666666;
	font-size: 0.8em;
	position: relative;
	top: 55px;
}

.next_icon {
	width: 137px;
	height: 28px;
	text-align: left;
	overflow: hidden;
	position: relative;
	float: left;
	z-index: 2;
}

.next_icon_move {
	position: relative;
	bottom: 0;
	float: none;
	z-index: 3;
}

.next_icon_move:hover {
	position: relative;
	overflow: hidden;
	bottom: 28px;
	float: none;
	z-index: 3;
}

.menu_item{
	width: 214px;
	height: 24px;
	text-align: left;
	overflow: hidden;
	position: relative;
	float: right;
	z-index: 3;
}

.menu_item_move:hover, .menu_item_move:focus {
	position: relative;
	right: 214px;
	float: none;
	z-index: 3;
}

.menu_item_shift {
	position: relative;
	right: 214px;
	float: none;
	z-index: 3;
}

.menu_top_a, .menu_top_b, .menu_top_c, .menu_top_d {
	height: 141px;
	text-align: left;
	overflow: hidden;
	position: relative;
	float: left;
	z-index: 3;
}

.menu_top_a {
	width: 118px;
}

.menu_top_b {
	width: 93px;
}

.menu_top_c {
	width: 79px;
}

.menu_top_d {
	width: 119px;
}

.menu_top_a_move:hover, .menu_top_b_move:hover, .menu_top_c_move:hover, .menu_top_d_move:hover{
	position: relative;
	overflow: hidden;
	float: none;
}

.menu_top_a_move:hover {
	right: 118px;
} 

.menu_top_b_move:hover {
	right: 93px;
}

.menu_top_c_move:hover {
	right: 79px;
}

.menu_top_d_move:hover {
	right: 119px;
}

.menu_top_a_shift {
	position: relative;
	right: 118px;
} 

.menu_top_b_shift {
	position: relative;
	right: 93px;
}

.menu_top_c_shift {
	position: relative;
	right: 79px;
}

.menu_top_d_shift {
	position: relative;
	right: 119px;
}

.item {
	float: left;
}

.required {
	color: #FF0066;
}

.package {
	position: relative;
	float: inherit;
	padding-left: 0px;
}

#package_info {
	position: relative;
	float: left;
}

.tableBorder {
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #3366FF;
}

table {
	position: relative;
	padding: 0 0 0 15px;
}

#toggle_invites {
	display: none;
	position: relative;
	float: left;
}


form {
	width: 456px;
	font-size: 1.0em;
	text-align: left;
	padding: 0 12px 0 12px;
}

label, .label {
	width: 4em;
	float: left;
	text-align: right;
	margin: 0 1em 10px;
	clear: both;
}

.input-box, {
	float: left;
	margin-bottom: 10px;
}

.submit-button {
	float: left;
	margin-left: 5em;
	clear: both;
}

}