/* ------------------------------------------------- COMMON CSS --------------------------------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family:Arial;
	font-size: 12px;
	width: 100%;
	height: 100%;	
	background-color: #000;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-style: italic;
}
a, a:hover {
	text-decoration: underline;
	color: #3D4070;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
.cursor {
	cursor: pointer;
	cursor: hand;
}	
a.underline, a.underline :hover {
	text-decoration: underline;
}
/* ------------------------------------------------- MAIN CSS --------------------------------------------------------------------------- */
div#bg_loader, div#sail_preview_img_loader,div#sail_lrg_preview_img_loader {
	position: absolute;	
	top: 0px;
	left: 0px;
}

div#bg_loader.loading {
	background: url(../images/loader.gif) no-repeat left top;
	width: 24px;
	height: 24px;	
}
div#sail_preview_img_loader.loading, div#sail_lrg_preview_img_loader.loading {
	background: url(../images/loader2.gif) no-repeat left top;
	width: 16px;
	height: 16px;	
}
#bg_img {
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	background-position: top center;
	background-repeat: no-repeat;	
}
#main_bg {
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;
}
#main {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#content {
	position: relative;
}
#logo {
	background-image: url(../images/logo.png);
	width: 220px;
	height: 67px;
	position: absolute;
	top: 30px;
	z-index: 1;
	left: 50px;	
}
/* ------------------------------------------------- MENU CSS --------------------------------------------------------------------------- */
#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: auto;	
	z-index: 100;	
	overflow: hidden;
	display: block;
}
#menu_content {
	height: auto;
	width: 100%;	
	position: relative;	
}
#menu a, #menu a:hover{
	text-decoration: none;
}
/* ------------------------------------------------- MENU BAR CSS --------------------------------------------------------------------------- */
#menu_bar {
	height: 23px;
	width: 100%;
	position: relative;	
	clear: both;
	background-color: #000;
}
a.menu_btn_link, a.menu_btn_link:hover{
	text-decoration: none;
	color: #000;
}
.menu_btn {
	float: left;
	margin-left: -67px;
	padding: 5px 25px;
	position: relative;
}
a.menu_btn_link {
	font-weight: bold;
	position: absolute;
	z-index: 199;	
	top: 5px;	
}
#menu_btn_black {
	background-color: #000;
	width: 175px;
	height: 23px;
	z-index: 198;	
	margin: 0px;
	padding: 0px;
}
a#menu_btn_black_link {
	color: #fff;
	left: 40px;
}
#menu_btn_blue {
	background: transparent url(../images/menu_btn_blue.png) no-repeat top left;
	width: 128px;
	height: 23px;
	z-index: 198;
	padding-left: 10px;
}
a#menu_btn_blue_link {
	left: 125px;
}
#menu_btn_purple {
	background: transparent url(../images/menu_btn_purple.png) no-repeat top left;
	width: 137px;
	height: 23px;
	z-index: 197;	
}
a#menu_btn_purple_link {
	left: 245px;
}
#menu_btn_brown {
	background: transparent url(../images/menu_btn_brown.png) no-repeat top left;
	width: 137px;
	height: 23px;
	z-index: 196;	
}
a#menu_btn_brown_link {
	left: 350px;
}
#menu_btn_red {
	background: transparent url(../images/menu_btn_red.png) no-repeat top left;
	width: 137px;
	height: 23px;
	z-index: 194;	
}
a#menu_btn_red_link {
	left: 475px;
}
#menu_btn_white {
	background: transparent url(../images/menu_btn_white.png) no-repeat top left;
	width: 137px;
	height: 23px;
	z-index: 193;	
}
a#menu_btn_white_link {
	left: 595px;
}
#menu_btn_green {
	background: transparent url(../images/menu_btn_green.png) no-repeat top left;
	width: 137px;
	height: 23px;
	z-index: 192;	
}
a#menu_btn_green_link {
	left: 715px;
}
/* ------------------------------------------------- MENU SUB BAR CSS --------------------------------------------------------------------------- */
.menu_sub_bar {
	position: relative;
	width: 584px;
	height: 47px;
	top: -10px;
	z-index: 150;
	display: none;
}
#menu_sub_bar_1 {
	left: 108px;
}
#menu_sub_bar_2 {
	width: 400px;
	left: 460px;
}
#menu_sub_bar_3 {
	left: 580px;
}
.menu_sub_bar_content_bg {
	background: transparent url(../images/menu_sub_bar.png) no-repeat top left;
	height: 47px;
	float: left;
}
#menu_sub_bar_1_content {
	/* width: 554px; */
	width: 430px;
}
#menu_sub_bar_2_content {
	background: transparent url(../images/menu_sub_bar_2.png) no-repeat top left;
	width: 300px;
}
a.menu_sub_link {
	font-weight: bold;
	color: #e9e4e4;
	float: left;
	margin: 20px 30px;
}
a.menu_sub_link:hover {
	color: #42c7f1;
}
#menu_sub_bar_content_end {
	background: transparent url(../images/menu_sub_bar_end.png) no-repeat top left;
	width: 30px;
	height: 47px;
	float: left;	
}

#shop_online {
	width: 144px;
	height: 34px;
	position: absolute;
	right: 25px;
	z-index: 999;	
}
/* ------------------------------------------------- MENU SUB CONTENT CSS --------------------------------------------------------------------------- */
#menu_sub_content {
	position: relative;
	left: 3px;
	top: -57px;
	width: 100%;
}
.menu_sub_content {
	background-color: #333;
	width: 375px;
	height: 445px;
	position: relative;
	top: 56px;
	left: 106px;
	display: none;
	text-align: left;
}
.menu_sub_content.short, #menu_sub_content_4, #menu_sub_content_5{
	width: 125px;
	height: auto;
	overflow: auto;	
}
.menu_sub_content.medium, #menu_sub_content_2 {
	width: 250px;
	height: auto;
	overflow: auto;
}
.menu_sub_content.short .item, .menu_sub_content.medium .item {
	padding-left: 0px;
	width: auto;
}
#menu_sub_content_2 {
	left: -240px;
}
#menu_sub_content_3 {
	
}
#menu_sub_content_4 {
	left: -145px;
}
#menu_sub_content_5 {
	left: -20px;
}

.item_list {
	padding: 10px 15px;
}
.item_list div {
	padding-bottom: 10px;
}
.item_list a {
	color: #fff;
}
.item_list a:hover {
	color: #42c7f1;
}
.item_list .item.sub {
	padding-left: 20px;
	width: 85px;
}
.item_preview {
	width: 240px;
	height: 395px;
}
.item_preview_pane {
	background: transparent url(../images/item_preview_bg.png) no-repeat top left;
	width: 100%;
	height: 358px;	
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
}
div#sail_preview_img_loader {
	top: 100px;
	left: 100px;
}
.sail_preview_title {
	display: none;
}	
.item_preview_img, .sail_preview_title {
	text-align: center;
	margin-bottom: 25px;
}
.sail_preview_cat, .sail_preview_title {
	font-weight: bold;
	color: #000;
	height: 20px;
	padding: 0px 15px;
}
.sail_preview_cat {
	text-align: left;
	clear: both;
	width: 100%;
}
.sail_preview_cat_title {
	float: left;
}
.sail_preview_cat_img {
	float: right;
	width: 55%;
}
.item_compare {
	padding: 20px 0px;
	text-align: center;
	clear: both;
}
a.item_compare_link, a.item_compare_link:hover {
	color: #fff;
	border-bottom: 3px solid #fff;
}
/* ------------------------------------------------- FRAME CSS --------------------------------------------------------------------------- */
.frame {
	clear: both;
	margin: 0px auto;	
	width: 980px;
	overflow: hidden;
	padding-bottom: 35px;
	/* background-color: #DDE0E0;
	filter:alpha(opacity=60);  
	opacity:0.6; 
	*/
}
.frame_tab {
	padding-top: 75px;
	clear: both;
}
.tab_left {
	background: transparent url(../images/tab_left.png) no-repeat top left;
	width: 81px;
	height: 39px;
	text-align: center;
	padding-left: 20px;
}
.tab {
	background-color: #000;
	width: auto;
	height: 30px;
	font-weight: bold;
	color: #fff;
	padding-top: 9px; 
	padding-right: 20px;
	text-align: left;
	font-size: 16px;
	float: right;
}	
.frame_content {
	clear: both;
	background-color:rgba(228,228,228,0.9);
	padding: 10px 0px;
	overflow: hidden;
}
.cpm {
	width: 755px;
	height: 335px;	
	margin: 0 auto;
}

#options a, #options a:hover {
	color: #000;
	text-decoration: none;
}

.content_title a {
	color: #fff;
	text-decoration: none;
}

/* ------------------------------------------------- SLIDE CSS --------------------------------------------------------------------------- */
.slideshow_cont {
	margin: 0 auto;
	position: relative;
}

.slideshow_options {
	position: absolute;
	bottom: 10px;
	left: 25px;
	z-index: 99;
	height: 30px;
}

.slideshow_btn.play, .slideshow_btn.pause {
	font-size: 11px;
	padding: 5px 8px;
}

#bg_img .slideshow_options {
	bottom: 50px;
}

.slideshow_options.buttons {
	top: 10px;
}

.slideshow_btn {
	background-color: #fff;
	border: 1px solid #000;
	float: left;
	margin-right: 10px;
	padding: 5px 10px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.slideshow_btn:hover, .slideshow_btn.selected {
	background-color: #E4E4E4;
}

.slideshow_frame {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 88;
}

.slideshow_cont, .slideshow_frame {
	width: 947px;
	height: 419px;	
}
#slideshow_cont_team, #slideshow_frame_team {
	width: 521px;
	height: 329px;
}
#slideshow_frame_team {
	background-color: transparent;
	background-image: none;
}

/* ------------------------------------------------- FOOTER CSS --------------------------------------------------------------------------- */
#footer {
	height: 36px;
	width: 100%;
	background-color: #333333;	
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;	
}
#footer_center {
	height: 100%;
	width: 100%;
}
#copyright {
	margin: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #ccc;
}
#contact_us {
	margin: 10px 0px;
	margin-right: 20px;
}
#contact_us a {
	color: #fff;
  font-weight: bold;
	font-size: 12px;
}
#facebook_like {
	margin: 5px 0px;
	margin-top: 8px;
}
#addthis_link {
	margin: 6px 10px 10px 0px;
}
#search_box {
	width: 275px;
	margin: 5px auto;
	padding: 0px 25px;
}
#search_box_input {
	width: 175px;
}
#social_links {
	margin: 4px 0px;
}
#social_links a{
	margin: 0px 5px;
}