/* SCROLLBAR */
html {
	min-height: 100%; margin-bottom: 1px;
	}

body, div, h1, h2, h3, h4, h5, h6, pre, form, code, p, blockquote, th, td, ul, ol, li, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(87, 87, 87);
	color: rgb(59, 59, 59);
	background-repeat: no-repeat;
}

body, h1, h2, h3, h4, h5, h6 {
	font-size: 10pt;
}

h1 {
	margin-bottom:0.5em;
	}

a {
	color: rgb(251, 73, 11);
}
a:visited {
	color: rgb(251, 73, 11);
}

p {
	line-height: 140%;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
span {
	line-height: 140%;
}

pre, code {
	font-family: "Andale Mono", "Courier New",  Courier, monospace;
}

li {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

body {
	background-image: url("../images/header_gradient.png");
	background-repeat: repeat-x;
	text-align: center;
}


#all-wrapper {
	margin: 0 auto;
	padding: 0 31px;
	text-align: left;
	width: 871px;;
}

#header-wrapper {
	position: relative;
	height: 75px;
}
#header-logo {
	position: absolute;
	display: block;
	left: -31px;
	top: 23px;
	
}
#header-language {
	position: relative;
	float: right;

}

#header-language span {
	text-decoration: underline;
	cursor: hand; cursor: pointer;
	color: rgb(251, 73, 11);
}


#header-nav {
	position: absolute;
	left: 156px;
	top: 28px;
	font-size: 16px;
	color: #000;
}
#header-nav-spacer {
	margin: 0 0.3em;
}

#header-nav-current {
	color: rgb(150, 150, 150);
}

#header-nav a {
	color: #000;
	text-decoration: none;
}
#header-nav a:hover {
	color: rgb(150, 150, 150);
}
#header-sub-nav {
	position: relative;
	top: 2px;
	width: 28.5em;
	height: 18px;
	margin-left: 25px;
	color: rgb(128, 128, 128);
	background-color: white;
}
#header-sub-nav-left {
	position: absolute;
	width: 5px;
	height: 18px;
	background-image: url("../images/sub_navbar_l.png");
}
#header-sub-nav-right {
	position: absolute;
	right: 0;
	width: 4px;
	height: 18px;
	background-image: url("../images/sub_navbar_r.png");
}
#header-sub-nav-links-wrapper {
	text-align: center;
}
#header-sub-nav-links {
	position: relative;
	padding-top: 3px;
	font-size: 10px;
}
#header-sub-nav-links a {
	margin: 0 9px;
	color: rgb(251, 73, 11);;
}
#header-sub-nav-current {
	margin: 0 9px;
	color: rgb(150, 150, 150);
}
#header-login-sign-up {
	position: absolute;
	right: 30px;
	top: 8px;

	height: 13px;
	font-size: 12px;
}
#header-login-sign-up a {
	color: #ef693b;
}

#footer-wrapper {
	position: relative;
	text-align: center;
	font-size: 10px;
}
#footer-nav span  {
	margin: 0 0.3em;
}

#content-wrapper {
	position: relative;
	float: left;
	width: 702px;
	background-image: url("../images/content_wrap_bg_m.png");
	background-repeat: repeat-y;
}

#content-wrapper-top-left {
	font-size: 1px;
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 300px;
	
	background-image: url("../images/content_wrap_bg_t_l.png");
	background-repeat: no-repeat;
}
#content-wrapper-top-middle {
	font-size: 1px;
	position: absolute;
	left: 10px;
	top: 0;
	width: 682px;
	height: 300px;
	background-image: url("../images/content_wrap_bg_t_m.png");
	background-repeat: repeat-x;
}
#content-wrapper-top-right {
	font-size: 1px;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 300px;
	background-image: url("../images/content_wrap_bg_t_r.png");
	background-repeat: no-repeat;
}
#content-wrapper-bottom {
	font-size: 1px;
	position: absolute;
	bottom: 0;
	width: 702px;
	height: 11px;
	background-image: url("../images/content_wrap_bg_b.png");
	background-repeat: no-repeat;
}
#content-inner-wrapper{ 
	position: relative;
	padding-top: 99px;
	padding-bottom: 14px;
}
#content-body-wrapper {
	position: relative;
	margin: 0 26px 0 162px;
}

#lside-wrapper {
	position: relative;
	float: left;
	width: 109px;
	margin-left: 41px;
}
#lside-1 {
	position: relative;
	background-image: url("../images/left_sidebar/box_1_bg.png");
	width: 108px;
	height: 87px;
}
#lside-2 {
	position: relative;
	margin-top: 12px;
	background-image: url("../images/left_sidebar/box_2_bg_m.png");
	background-repeat: repeat-y;
}
#lside-2-top-left {
	position: absolute;
	width: 10px;
	height: 435px;
	font-size: 1px;
	background-image: url("../images/left_sidebar/box_2_bg_t_l.png");
}
#lside-2-top-right {
	position: absolute;
	right: 0;
	width: 10px;
	height: 435px;
	font-size: 1px;
	background-image: url("../images/left_sidebar/box_2_bg_t_r.png");
}
#lside-2-top-middle {
	position: absolute;
	left: 10px;
	width: 89px;
	height: 435px;
	font-size: 1px;
	background-image: url("../images/left_sidebar/box_2_bg_t_m.png");
	background-repeat: repeat-x;
}

#lside-2-bottom {
	position: absolute;
	background-image: url("../images/left_sidebar/box_2_bg_b.png");
	bottom: 0;
	width: 109px;
	height: 12px;
	font-size: 1px;
}
#lside-2-content {
	height: 435px;
}

#rside-wrapper {
	position: relative;
	float: left;
	width: 155px;
	margin-left: 14px;
}
#rside-1 {
	position: relative;
	height: 131px;
	margin-bottom: 14px;
	
}

#rside-1-countdown {
	display: block;
	position: relative;
	left: 14px;
	top: 50px;
	width: 126px;
	height: 70px;
	padding: 0 0 0 30px;

	color: white;
	background-image: url("../images/right_sidebar/countdown_bg.png");
}
#rside-1-countdown div   {
	color: white;
	font-size: 12px;
}
#rside-1-countdown #days  {
	font-size: 48px;
}
#rside-1-countdown #days-wrapper  {
}
#rside-1-countdown #time-wrapper   {
	position: absolute;
	bottom: 6px;
	font-size: 12px;
}
#rside-1-countdown .time-unit {
	color: rgb(251, 73, 11);
}
#rside-3 {
	position: relative;
	width: 155px;
}

#rside-3-top-peek {
	position: relative;
	width: 155px;
	height: 103px;
	font-size: 1px;
	background-image: url("../images/right_sidebar/form_1_t_peek.png");
}

#rside-3-top {
	position: relative;
	width: 155px;
	height: 83px;
	font-size: 1px;
	background-image: url("../images/right_sidebar/form_1_t.png");
}
#rside-3-m {
	position: relative;
	font-size: 1px;
	background-image: url("../images/right_sidebar/form_1_m.png");
	background-repeat: repeat-y;
}
#rside-form-textarea {
	width: 110px;
	height: 67px;
	margin: 0 17px; 
	border: 0;
	font-size: 12px;
	overflow: auto;
}
#rside-3-m2 {
	position: relative;
	height: 20px;
	font-size: 1px;
	background-image: url("../images/right_sidebar/form_1_m2.png");
}
#rside-3-m3 {
	position: relative;
	padding-left: 13px;
	font-size: 1px;
	background-image: url("../images/right_sidebar/form_1_m3.png");
	background-repeat: repeat-y;
}
#rside-3-bottom {
	position: relative;
	width: 155px;
	height: 20px;
	font-size: 1px;
	background-image: url("../images/right_sidebar/form_1_b.png");
}

#rside-3-form-submit {
	position: relative;
	display: block;
	padding-top: 5px;
}
#rside-3-tell-friend {
	display: block;
	width: 135px;
	height: 140px;
	margin-top: 15px;
}

#rside-2 {
	position: relative;
	background-image: url("../images/right_sidebar/box_2_bg_m.png");
	background-repeat: repeat-y;
}

#rside-2-top-left {
	position: absolute;
	width: 10px;
	height: 300px;
	font-size: 1px;
	background-image: url("../images/right_sidebar/box_2_bg_t_l.png");
}
#rside-2-top-right {
	position: absolute;
	right: 0;
	width: 10px;
	height: 300px;
	font-size: 1px;
	background-image: url("../images/right_sidebar/box_2_bg_t_r.png");
}
#rside-2-top-middle {
	position: absolute;
	left: 10px;
	width: 135px;
	height: 300px;
	font-size: 1px;
	background-image: url("../images/right_sidebar/box_2_bg_t_m.png");
	background-repeat: repeat-x;
}

#rside-2-bottom {
	position: absolute;
	background-image: url("../images/right_sidebar/box_2_bg_b.png");
	bottom: 0;
	width: 155px;
	height: 12px;
	font-size: 1px;
}

#rside-2-content {
	position: relative;
	padding-left: 11px;
	padding-top: 17px;
}
.rside-2-dev {
	position: relative;
	display: block;
	margin-bottom: 8px;
}
.rside-2-title {
	position: relative;
	display: block;
	margin-bottom: 8px;
}

#rside-2a-title {
}
#rside-2c-title {
}

#rside-2c {
	position: relative;
	background-image: url("../images/right_sidebar/box_2c_bg_m.png");
	background-repeat: repeat-y;
	left: 3px;
	width: 130px;
	height: 200px;
}

#rside-2c-top-left {
	position: absolute;
	width: 10px;
	height: 80px;
	font-size: 1px;
	background-image: url("../images/right_sidebar/box_2c_bg_t_l.png");
}

#rside-2c-top-right {
	position: absolute;
	right: 0;
	width: 10px;
	height: 80px;
	font-size: 1px;
	background-image: url("../images/right_sidebar/box_2c_bg_t_r.png");
}
#rside-2c-top-middle {
	position: absolute;
	left: 10px;
	width: 110px;
	height: 80px;
	font-size: 1px;
	background-image: url("../images/right_sidebar/box_2c_bg_t_m.png");
	background-repeat: repeat-x;
}

#rside-2c-bottom {
	position: absolute;
	background-image: url("../images/right_sidebar/box_2c_bg_b.png");
	bottom: 0;
	width: 130px;
	height: 11px;
	font-size: 1px;
}


#content-title {
	position: absolute;
	left: 41px;
	top: 36px;
}
#content-title-category {
	float: left;
	display: block;
}
#content-title-title {
	float: left;
	display: block;
	margin-left: 15px;
	margin-top: 15px;
}

#content-body-bg-top {
	position: relative;
	background-image: url("../images/content_bg_t.png");
	width: 514px;
	height: 15px;
	font-size: 1px;
}
#content-body {
	width: 464px;
	padding: 0 25px;
	background-color: #fff;
	padding-bottom: 30px;
}
#content-body-bg-bottom {
	position: relative;
	background-image: url("../images/content_bg_b.png");
	width: 514px;
	height: 15px;
	font-size: 1px;
}
#content-body h1 {

	font-size: 120%;

}
#content-body p {

	margin-bottom: 14px;
}

.breadcrumbs {
	margin-bottom: 1.6em;
	font-size: 10px;
}

.breadcrumbs a {
	text-decoration: none;
}




.form_error {
	visibility: hidden;
	margin-left: 10px;
	color: red;
	font-size: 10px;
}

.form-optional {
	font-size: 10px;
	line-height:10px;
}

.top-links {
 	font-size: 10px;
}	
