/* ----- GlOBAL Settings ----- */
a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
	color: #039;
}
a:visited {
	color: #469;
}
a:hover {
	color: #666;
}
input {
	border-color: #3c5639;
	background-color: #d4dbd3;
}


/* ----- TEMPLATE Structure ----- */
#cage {
	position: relative;
	margin: 50px auto 80px;
	width: 896px; height: 720px;
}
#header {
	position: relative;
	margin-bottom: 60px;
	height: 212px;
	/*overflow: hidden;*/
	background: #d3d7de url(/img/bg_header.jpg) no-repeat 0 0;
}
#page {
	padding: 0 24px 0 0;
	overflow: hidden;
}
#center {
	float: left;
	margin-left: 24px;
	width: 614px;
	font-size: 13px; line-height: 20px;
	border-right: 1px solid #8094b5;
	/*background-color: #f2c965;*/
}
#right {
	float: right;
	margin-bottom: 16px; padding: 0 2px;
	width: 212px;
	color: #103778;
}
#bottom {
	margin-top: 36px;
	overflow: hidden;
	  -moz-border-radius-topleft: 11px;
	  -webkit-border-top-left-radius: 11px;
	  -moz-border-radius-topright: 6px;
	  -webkit-border-top-right-radius: 6px;
	border-top-left-radius: 11px;
	border-top-right-radius: 6px;
	background-color: #d9dce0;
}
#footer {
	padding: 20px 24px 24px;
	font-size: 12px;
	color: #8b8b8b;
	border-top: 5px solid #f8f8fa;
	background: url(../img/bg_footer.png) repeat-x 50% 0;
}


/* ----- TITLE Block ----- */
#title h1 {
	margin-bottom: 10px;
	text-indent: -9600px;
	background: url(../img/txt_desc.png) no-repeat 39px 0;
}


/* ----- HEADER Block ----- */
#header strong, #header em {
	display: block;
	position: absolute;
	top: 25px; left: 35px;
	width: 464px; height: 104px;
	text-indent: -9600px;
	background: url(../img/txt_desc.png) no-repeat 0 -50px;
}
#header em {
	top: 135px;
	height: 48px;
	background-position: 0 -170px;
}
#header img {
	position: absolute;
	top: -35px; right: 25px;
}
a.menu {
	position: absolute;
	top: 194px; right: 763px;
	font-size: 13px; font-weight: bold;
	text-align: right;
	color: #0050a0;
}
a.menu:hover {
	color: #862905;
}


/* ----- PAGE Styles ----- */
.page_desc {
	margin: 0 20px 16px 0;
	font-size: 14px;
	color: #646464;
}
#center p {
	margin-right: 20px;
}


/* ----- HIGHLY Features ----- */
.features {
	margin: -2px 0 0 -32px;
}
.features li {
	float: left;
	margin-left: 32px;
	width: 176px; height: 240px;
	/*font-size: 12px;*/ line-height: 17px; /*font-weight: bold;*/
	text-align: justify; list-style: none;
	/*color: #606060;*/
}
.features img {
	margin: 0 -2px 2px;
}
.features h3 {
	margin-bottom: 4px;
	height: 20px;
	text-indent: -9600px;
	color: #103778;
	background: url(../img/feat_titles.png) no-repeat;
}
.features .feat02 {background-position: 0 -30px;}
.features .feat03 {background-position: 0 -60px;}
.features .feat04 {background-position: 0 -90px;}
.features .feat05 {background-position: 0 -120px;}
.features .feat06 {background-position: 0 -150px;}
.features .feat07 {background-position: 0 -180px;}
.features .feat08 {background-position: 0 -210px;}
.features .feat09 {background-position: 0 -240px;}


/* ----- DEMO Gallery ----- */
.gallery {
	margin: -2px 0 0 -32px;
}
.gallery li {
	position: relative;
	float: left;
	margin-left: 32px;
	width: 280px;
	list-style: none;
}
.gallery img {
	margin: 0 -2px 2px;
}
.gallery h3 {
	margin: 0 8px 17px 16px;
	font-size: 12px; line-height: 16px; font-weight: bold;
	color: #103778;
}
.boxlink {
	position: absolute;
	top: 16px; right: -3px;
	display: block;
	width: 37px; height: 33px;
	background: url(../img/boxlink_bg.png) no-repeat 0 0;
}
.boxlink img {
	margin: 2px 0 0 4px;
}
.gallery_note {
	clear: left;
	margin-right: 20px; padding-right: 8px;
	font-style: italic; text-align: right;
	color: #862905;
	border-right: 5px solid #dcdfe4;
}


/* ----- TEMPLATES Demo ----- */
.tmpl_preview {
	margin-bottom: 12px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
}
.tmpl_demo {
	padding: 4px;
	background-color: #fefefe;
	border: 1px solid #d7d7d7;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	border-radius: 4px;
}


/* ----- ALL Features ----- */
#bottom ul {
	float: left;
	margin: 18px 0 12px 26px;
	width: 268px;
}
#bottom .feat01 {
	margin-left: 20px;
}
#bottom li {
	padding: 0 0 6px 16px;
	line-height: 15px; text-align: justify;
	list-style: none;
	color: #1b1b1b;
	background: url(../img/ico_list.png) no-repeat 0 3px;
}


/* ----- BUY Button ----- */
.btn_buynow {
	display: block;
	margin-left: -2px;
	width: 216px; height: 48px;
	text-indent: -9600px;
	background: url(../img/btn_buynow.png) no-repeat 0 -48px;
}
.btn_buynow:hover {
	background-position: 0 0;
}


/* ----- VERSION Info ----- */
.changelog {
	margin-bottom: 20px; padding: 3px 8px 0 22px;
	font-style: italic; line-height: 24px;
	color: #646464;
	  -moz-border-radius-bottomleft: 4px;
	  -webkit-border-bottom-left-radius: 4px;
	  -moz-border-radius-bottomright: 4px;
	  -webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #fcfdfe;
}
.changelog strong {
	font-size: 14px;
}
.changelog a {
	padding: 0 2px;
	text-decoration: underline;
}


/* ----- MENU Block ----- */
#menu {
	position: absolute;
	top: -27px; right: 45px;
	font-weight: bold; text-transform: uppercase;
	color: #8b8b8b;
}
#menu a, #menu span {
	display: block;
	float: left;
	margin-left: 24px;
}
#menu a:hover {
	color: #862905;
}


/* ----- Copyrights ----- */
#footer span {
	float: right;
	color: #646464;
}
#footer p {
	margin-top: 4px;
	font-size: 9px;
	line-height: 11px;
	color: #aaa;
}