* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ffffff;
}

#clear {
	clear: both;
}

#page {
	width: 100%;
	height: auto;
	min-height: 650px;
	padding: 0; 
	margin: 0px 0px;
	background: url(/images/page_bg.jpg) no-repeat center top;
}

#page_wrapper {
	width: 1073px;
	height: auto;
	min-height: 777px;
	padding: 0; 
	margin: 0 auto;
	background: url(/images/page_top_bg.png) no-repeat center top;
}

/** B - HEADER **/
#header {
	width: 1073px;
	height: auto;
}

#h_top {
	width: 1073px;
	height: 103px;
}

#logo {
	float: left;
	padding-left: 145px;
	padding-top: 25px;
}

#login_buy {
	float: left;
	padding-left: 210px;
}

#button_login {
	width: 125px;
	height: 45px;
	background: url(/images/button_login.png) no-repeat center top;
	cursor: pointer;
	float: left;
}
#button_login:hover {
	width: 125px;
	height: 45px;
	background: url(/images/button_login_hover.png) no-repeat center top;
}

#button_buy {
	width: 172px;
	height: 47px;
	background: url(/images/button_buy.png) no-repeat center top;
	cursor: pointer;
	float: left;
}
#button_buy:hover {
	width: 172px;
	height: 47x;
	background: url(/images/button_buy_hover.png) no-repeat center top;
}

#h_panel {
	width: 1073px;
	height: 250px;
	/*overflow: hidden;*/
}

#h_p_left {
	width: 570px;
	float: left;
}
#h_p_left h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #89b5e2;
	padding: 8px 0px 8px 33px;
}
#h_p_left span {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding: 0px 0px 8px 38px;
}
#h_p_left #icons {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #e9f248;
	padding-top: 10px;
	padding-left: 38px;
}

#h_p_right {
	width: 503px;
	float: left;
	margin-top: 30px;
}
/** E - HEADER **/

#infobar {
	width: 1073px;
	height: 76px;
	position: relative;
	top: -10px;
	background: url(/images/infobar_bg.png) no-repeat center top;
	z-index: 2000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
#infobar_text {
	padding: 27px 0px 0px 30px;
}

/** B - MENU **/
#menu {
	width: 1073px;
	height: 52px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

#menu ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	text-align: center;
}

#menu ul li {
	display: inline;
	padding: 0px 0px;
}

#menu ul li a {
	display: inline-block;
	width: 157px;
	height: 52px;
	padding: 16px 0px;
	text-decoration: none;
	color: #102d43;
	background: url(/images/menu_item.png) no-repeat center top;
}

#menu ul li a:hover {
	display: inline-block;
	width: 157px;
	height: 52px;
	padding: 16px 0px;
	text-decoration: none;
	color: #30658f;
	background: url(/images/menu_item_hover_temp.png) no-repeat center top;
}
/** E - MENU **/

/** B - CONTENT **/
#content {
	width: 1073px;
	min-height: 300px;
	height: auto;
	background: url(/images/content_bg.png) repeat-y -27px;
}

#main_content {
	float: left;
	width: 735px;
	max-width: 735px;
	overflow: hidden;
	height: auto;
	padding-left: 35px;
}

#main_content h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #325877;
	padding: 12px 0px 22px 0px;
}

#main_content #content_field {
	text-align: justify;
}
#main_content #content_field h2 {
	width: 721px;
	height: 49px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #325877;
	background: url(/images/content_inside_title.png) no-repeat;
	padding-left: 15px;
	padding-top: 10px;
}
#main_content #content_field #featured_block {
	width: 721px;
	height: auto;
}
#main_content #content_field #featured_block table td {
	padding: 5px;
}
#main_content #content_field #featured_block table td h4 {
	padding-top: 3px;
	padding-bottom: 5px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #6b7f18;
	text-align: left;
}
#main_content #content_field #featured_block table td span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #325877;
	text-align: justify;
}
#main_content #content_field #featured_block img {
	width: 150px;
	height: 150px;
	border: 2px solid #325877;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#package_slider {
	width: 722px;
	height: 205px;
	background: url(/images/package_slider_bg.png) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ui-slider-horizontal .ui-state-default {
	width: 85px;
	height: 55px;
	background: url(/images/package_slider_scroller.png) no-repeat scroll 50% 50%;
	border: none;
	cursor: pointer;
}
#slider_wrapper {
	width: 625px;
	padding-top: 17px;
	padding-left: 15px;
}
#slider {
	background: none;
	border: none;
}
#package_slider #slider_icons {
	padding-left: 30px;
	margin-top: 27px;
}
#package_slider #slider_icons #icon {
	float: left;
	min-width: 49px;
	height: 57px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: url(/images/package_slider_icon.png) no-repeat center top;
}
#package_slider #slider_icons #icon {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2f5e82;
	padding-top: 5px;
}
#package_slider #slider_info {
	width: 390px;
	margin-top: 30px;
	float: left;
	padding-left: 50px;
}
#package_slider #slider_info #info {
	float: left;
}
#package_slider #slider_info #info input {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #2f5e82;
	border: none;
	background: none;
	width: 130px;
}
#package_slider #slider_buy {
	float: left;
	width: 255px;
	margin-top: 5px;
	padding-left: 5px;
}
#package_slider #slider_buy #sb_block {
	float: left;
}
#package_slider #slider_buy #sb_block span {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #232323;
}
#package_slider #slider_buy #sb_block input {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #95ae2a;
	border: none;
	background: none;
	width: 120px;
	text-align: right;
}
#package_slider #slider_buy #sb_block #psb_button {
	width: 128px;
	height: 64px;
	background: url(/images/package_slider_buy_button.png) no-repeat center top;
	cursor: pointer;
}

#sidebar {
	float: left;
	/*width: 338px;*/
	width: 300px;
	max-width: 300px;
	overflow: hidden;
	min-height: 300px;
	height: auto;
	background: url(/images/content_stripe_top.jpg) no-repeat left top;
}
#sidebar h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #94ad29;
	padding: 17px 15px 5px 25px;
}
#sidebar #sidebar_content {
	padding: 5px 23px 10px 25px;
	text-align: justify;
}

#button_video {
	width: 50px;
	height: 50px;
	background: url(/images/video_icon.png) no-repeat left top;
	cursor: pointer;
}

table.price_table {
	min-width: 500px;
}
table.price_table th {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #383838;
	padding: 5px;
	background-color: #cde140;
}
table.price_table td {
	padding: 5px;
	background-color: #d9eeb9;
}

#content_bottom {
	width: 1073px;
	height: 50px;
	background: url(/images/content_stripe_bottom.png) no-repeat 10px;
}
/** E - CONTENT **/

/** B - FOOTER **/
#footer {
	width: 1073px;
	height: 222px;
	background: url(/images/footer_bg.png) no-repeat center top;
}
#footer_title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #232323;
}
#footer_text {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #232323;
	padding-left: 10px;
}
#footer_text a {
	color: #232323;
	text-decoration: none;
}
/** E - FOOTER **/