/* GENERAL STYLES */
/* Rich text editor styling end */

body,html {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
}


a {
	color:#FFA900;
	text-decoration: none;
	font-weight: bold;
}

p {
	padding: 0px;
	margin: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.black {
 	color: #000000;
	font-size: 11px;
}

.white {
 	color: #ffffff;
}

.orange{
 	color: #FFA900;
}

.bold {
	font-weight: bold;
}
.watermarked
{
	color: #666666;
}

.error_watermarked
{
	background-color: #FFCECE;
}

#main {
	display: block;
	margin: 0px auto;
	width: 1000px;
}
.spacer {
	height: 8px;
	width: 500px;
}

.spacer_content {
	height: 10px;
	width: 6px;
}

.spacer_sub {
	height: 5px;
	width: 169px;
	border: solid 1px #000000;
}

#visual {
	margin-left: 8px;
	margin-right: 8px;
	height: 134px;
	width: 405px;
	padding-top: 98px;
	padding-left: 595px;
	background-image: url(/images/visual_home.png);
	background-repeat: no-repeat;
}

#counter { 
	margin-top: 88px;
	margin-left: 55px;
}

#member {
	display: block;
	margin-top: -230px;
	margin-left: 212px;
}

#visual_flash {
	margin-left: 8px;
	margin-right: 8px;
	height: 232px;
	width: 1000px;
}

#logobanner {
	position: relative;
	display: block;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 66px;
	width: 1000px;
}

#footer {
	position: relative;
	display: block;
	float: left;
	color: #ffffff;
	background-color: #000000;
	height: 33px;
	width: 987px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 5px;
}

#footer a {
	color: #ffffff;
}

#footer div {
	float: left;
	padding-top: 10px;
	padding-right: 68px;
}

#disclaimer {
	font-size: 10px;
	width: 987px;
	float: left;
}


.textbox1 {
	border: solid 2px #FFA900;
}


select.dropdownbox1 {
	border: solid 2px #FFA900;
}

/* NEWS*/
.newsDate {
         width: 40px;
         vertical-align: top;
	color: #ffffff;
	font-weight: bold;
}

#newsBox {
	border: none;
	background-color: #FFA900;
}

#newsBox a {
	padding: 5px 0px 5px 5px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* header */
.header {
	margin: 0px auto;
	display: block;
	width: 1100px;
	height: 120px;
	background: url(/images/logo.png) #fff no-repeat;
	padding: 0;
}

.headerlink{
	width: 500px;
	height: 120px;
	display: block;
}

.headerspan {
	visibility: hidden;
}

/* Navigation */

#naviHolder {
	margin-top: -20px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: -1.0px;
	font-weight: bold;
	text-transform: uppercase;
	width: 1000px;
	height: 35px;
}

#navSideLeft {
	background-image: url(/images/navHeaderLeft_bg.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 10px;	
	float: left;
}

#navigation {
	float: left;
	background-image: url(/images/navHeader_bg.gif);
	background-repeat: repeat-x;
	width: 980px;
	height: 35px;
	border-top: solid 1px #F0EFEF;
	border-bottom: solid 1px #F1F0F0;
}

#navSideRight {
	background-image: url(/images/navHeaderRight_bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 36px;
	width: 10px;
}

#nav {
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	padding: 0px;
	z-index: 25;
}

#nav a {
	height: 35px;
	z-index: 25;
}

#nav .current {
	background-image: url(/images/navItem_bg_selected.gif);
	background-repeat: repeat-x;
	z-index: 25;
}

#nav li.current a.firstlevel {
	color: #ffffff;
	z-index: 25;
}

#nav li {
	position: relative;
	float: left;
	text-align: center;
	cursor: hand;
	height: 34px;
	border-bottom: solid 1px #CFCFCF;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #D9D9D9;
	background-image: url(/images/navHeader_bg.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
        list-style-image: none;
	list-style-type: none;
	z-index: 25;
}

#nav li a {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	float: left; 
	color: #000000; 
	text-decoration: none;
	display: block; 
	z-index: 25;
}

#nav li a:hover {
	color: #FFFFFF;
	z-index: 25;
}

#nav li ul{
	display: none;
	z-index: 25;
}

#nav li:hover {
	background-image: url(/images/navItem_bg_selected.gif);
	background-repeat: repeat-x;
	z-index: 25;
}

#nav li:hover a.firstlevel {
	color: #FFFFFF;
	z-index: 25;
}

#nav li:hover ul {
	display: block; 
	position: absolute; 
	color: #000000;
	top: 35px; 
	left: -30px;
	z-index: 25;
}

#nav li ul li {
	float: none;
	position: relative;
	text-align: center;
	cursor: hand;
	height: 34px;
	margin-left: -10px;
	border-bottom: solid 1px #CFCFCF;
	border-right: solid 1px #D9D9D9;
	border-left: solid 1px #D9D9D9;
	background-image: url(/images/navItem_bg.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
        list-style-image: none;
	list-style-type: none;
	z-index: 25;
}


#nav li ul li a {
	padding-top: 8px;
	padding-left: 18px;
	padding-right: 18px;
	min-width: 225px;
	float: none;
	text-align: left;
	color: #000000; 
	text-decoration: none;
	display: block; 
	z-index: 25;
}
	
#nav li ul li a:hover {
	color: #FFFFFF;
	z-index: 25;
}

#nav li ul li:hover {
	background-image: url(/images/navItem_bg_selected.gif);
	background-repeat: repeat-x;
	z-index: 25;
}

#nav li ul li:hover a {
	color: #FFFFFF;
	z-index: 25;
}

#textContent {
	width: 600px;
	border-left: 1px solid #ddd;
	padding-left: 10px;
	min-height: 280px;
	height: 280px;
}

#content {
	min-height: 571px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}

#content_shop {
	min-height: 671px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}

#content div {
	float: left;
	display: block;
}

#content_shop div {
	float: left;
	display: block;
}

#ProductInfo div {
	float: none;
}

/*BOX1*/
.box1_left_top {
	background-image: url('/images/border_1_left_top.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.box1_middle_top {
	background-image: url('/images/border_1_middle_top.gif');
	background-repeat: repeat-x;
	height: 10px;
}

.box1_right_top {
	background-image: url('/images/border_1_right_top.gif');
	background-repeat: no-repeat;
	height: 10px;
	width: 12px;
}

.box1_left_middle {
	background-image: url('/images/border_1_left_middle.gif');
	background-repeat: repeat-y;
	width: 10px;
}

.box1_middle_middle {
	background-color: #FFFFFF;
}

.box1_right_middle {
	background-image: url('/images/border_1_right_middle.gif');
	background-repeat: repeat-y;
	width: 12px;
}

.box1_left_bottom {
	background-image: url('/images/border_1_left_bottom.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 12px;
}

.box1_middle_bottom {
	background-image: url('/images/border_1_middle_bottom.gif');
	background-repeat: repeat-x;
	height: 12px;
}

.box1_right_bottom {
	background-image: url('/images/border_1_right_bottom.gif');
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}

/*BOX2*/
.box2_left_top {
	background-image: url('/images/border_2_left_top.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.box2_middle_top {
	background-image: url('/images/border_2_middle_top.gif');
	background-repeat: repeat-x;
	height: 10px;
}

.box2_right_top {
	background-image: url('/images/border_2_right_top.gif');
	background-repeat: no-repeat;
	height: 10px;
	width: 12px;
}

.box2_left_middle {
	background-image: url('/images/border_2_left_middle.gif');
	background-repeat: repeat-y;
	width: 10px;
}

.box2_middle_middle {
	background-color: #FFA900;
}

.box2_right_middle {
	background-image: url('/images/border_2_right_middle.gif');
	background-repeat: repeat-y;
	width: 12px;
}

.box2_left_bottom {
	background-image: url('/images/border_2_left_bottom.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 12px;
}

.box2_middle_bottom {
	background-image: url('/images/border_2_middle_bottom.gif');
	background-repeat: repeat-x;
	height: 12px;
}

.box2_right_bottom {
	background-image: url('/images/border_2_right_bottom.gif');
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}

/*BOX3*/
.box3_left_top {
	background-image: url('/images/border_3_left_top.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.box3_middle_top {
	background-image: url('/images/border_3_middle_top.gif');
	background-repeat: repeat-x;
	height: 10px;
}

.box3_right_top {
	background-image: url('/images/border_3_right_top.gif');
	background-repeat: no-repeat;
	height: 10px;
	width: 12px;
}

.box3_left_middle {
	background-image: url('/images/border_3_left_middle.gif');
	background-repeat: repeat-y;
	width: 10px;
}

.box3_middle_middle {
	background-color: #D9D9D9;
}

.box3_right_middle {
	background-image: url('/images/border_3_right_middle.gif');
	background-repeat: repeat-y;
	width: 12px;
}

.box3_left_bottom {
	background-image: url('/images/border_3_left_bottom.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 12px;
}

.box3_middle_bottom {
	background-image: url('/images/border_3_middle_bottom.gif');
	background-repeat: repeat-x;
	height: 12px;
}

.box3_right_bottom {
	background-image: url('/images/border_3_right_bottom.gif');
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}

/*BOX4*/
.box4_left_top {
	background-image: url('/images/border_4_left_top.gif');
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}

.box4_middle_top {
	background-image: url('/images/border_4_middle_top.gif');
	background-repeat: repeat-x;
	height: 12px;
}

.box4_right_top {
	background-image: url('/images/border_4_right_top.gif');
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}

.box4_left_middle {
	background-image: url('/images/border_4_left_middle.gif');
	background-repeat: repeat-y;
	width: 12px;
}

.box4_middle_middle {
	background-color: #FFFFFF;
}

.box4_right_middle {
	background-image: url('/images/border_4_right_middle.gif');
	background-repeat: repeat-y;
	width: 12px;
}

.box4_left_bottom {
	background-image: url('/images/border_4_left_bottom.gif');
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}

.box4_middle_bottom {
	background-image: url('/images/border_4_middle_bottom.gif');
	background-repeat: repeat-x;
	height: 12px;
}

.box4_right_bottom {
	background-image: url('/images/border_4_right_bottom.gif');
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}

/*BOX5*/
.box5_left_middle {
	background-image: url('/images/border_5_left_middle.gif');
	background-repeat: repeat-y;
	width: 10px;
}

.box5_middle_middle {
	background-color: #000000;
}

.box5_right_middle {
	background-image: url('/images/border_5_right_middle.gif');
	background-repeat: repeat-y;
	width: 12px;
}

.textbox_register {
	height: 24px;
	width: 162px;
	border: solid 2px #FFA900;
}

.textbox_register2 {
	height: 18px;
	width: 200px;
	border: solid 2px #FFA900;
}

.textbox_register_multiline {
	height: 150px;
	width: 300px;
	border: solid 2px #FFA900;
	font-family: Arial;
	font-size: 14px;
}

/*Modal Popup*/
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.dummy {
	display: none;
}

.warning {
	color: #E70000;
	font-weight: bold;
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.title_black {
font-family: Myriad Pro, Arial, Verdana;
font-size: 22px;
letter-spacing: -2.0px;
color: #000000;
font-weight: bold;
}

.title_black_medium {
font-family: Arial, Verdana;
font-size: 16px;
font-weight: bold;
color: #000000;
}

.title_black_small {
font-family: Arial, Verdana;
font-size: 12px;
font-weight: bold;
color: #000000;
}

.title_orange {
font-family: Myriad Pro, Arial, Verdana;
font-size: 22px;
letter-spacing: -2.0px;
color: #FFA900;
font-weight: bold;
}

.title_orange_small {
font-family: Arial, Verdana;
font-size: 12px;
font-weight: bold;
color: #FF9E00;
}

.title_white {
font-family: Myriad Pro, Arial, Verdana;
font-size: 22px;
letter-spacing: -2.0px;
color: #ffffff;
font-weight: bold;
}

.title_white_medium {
font-family: Arial, Verdana;
font-size: 16px;
font-weight: bold;
color: #ffffff;
}

.title_white_small {
font-family: Arial, Verdana;
font-size: 12px;
font-weight: bold;
color: #ffffff;
}

.title_orange_background {
font-family: Myriad Pro, Arial, Verdana;
font-size: 22px;
letter-spacing: -2.0px;
color: #000000;
font-weight: bold;
background-color: #FF9E00;
}

.smallFont {
font-family: Arial;
font-size: 10px;
color: #000000;
}

