* {
	margin: 0;
	padding: 0;
}

html {
	background: url(../images/bg.jpg) repeat-y center #181b1d;
}

body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/bg_horz.gif) repeat-x;
}


/* COMMON STYLE
------------------------------ */
a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

p {
	margin-top: 10px;
}

img {
	border: none;
}

h1 {
	font-size: 26px;
	margin: 0 0 15px;
	font-weight: normal;
	color: #fff;
}

h2 {
	margin: 10px 0 15px;
	font-size: 22px;
	line-height: normal;
	font-weight: normal;
	color: #fff;
}

h3 {
	margin: 8px 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

ul {
	margin-top: 7px;
	list-style: none;
}

ul li {
	padding-left: 10px;
	margin: 0 0 5px;
	background: url(../images/bullet.gif) no-repeat;
	background-position: left 6px;
}

ol li {
	margin: 14px 0;
}

input {
	width: 208px;
	height: 22px;
	font-family: tahoma;
	font-size: 12px;
	color: #DEDEDE;
	vertical-align: middle;
	background-color: #232529;
	padding: 1 0 0 6px;
	border: 1px solid #7799BA;
}

textarea {
	width: 208px;
	height: 123px;
	font-family: tahoma;
	font-size: 11px;
	overflow: hidden;
	color: #DEDEDE;
	background-color: #232529;
	padding: 3 0 0 4px;
	border: 1px solid #7799BA;
}

input.error, textarea.error, select.error {
	border: 1px solid red;
}

.clr {
	clear: both;
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* LAYOUT STYLE
------------------------------ */
#wrapper {
	margin: 0 auto;
	width: 738px;
}

#header {
	height: 358px;
	background: url(../images/header.jpg) no-repeat;
}

#logo {
	float: left;
	margin: 15px 0 0 60px;
}

#content_bg {
	padding: 2px;
	background: url(../images/c_bg.jpg);
}

#content {
	padding: 15px 27px 15px 34px;
	background: url(../images/c_top.jpg) no-repeat top left;
}

#content .col {
	float: left;
	width: 204px;
}

#content .col a {
	color: #fff;
}

#content .col a:hover {
	color: #c5ff9f;
	text-decoration: none;
}

.pad img {
	margin-right: 5px;
}

.img_middle img {
	vertical-align: middle;
}

#gallery a {
	float: left;
	margin: 8px 4px;
}

#footer {
	margin: 0 auto;
	padding: 20px 0;
	width: 738px;
	font-size: 11px;
	color: #99a1a9;
}

#footer p {
	margin-top: 5px;
}

#footer .col {
	float: left;
	margin: 0 40px 0 20px;
}


/* Menu */
#menu_top {
	float: right;
	margin: 28px 68px 0 0;
}

#menu_top a {
	display: inline-block;
	margin: 0 10px;
	font-size: 11px;
}

#mm {
	 clear: both;
	 padding: 45px 0 0 40px;
}

#mm a {
	display: block;
	margin: 8px 0;
	padding-left: 35px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/mm.png) no-repeat top left;
}

#mm a:hover {
	color: #900;
	text-decoration: none;
	background-position: left -32px;
}
#mm .active {
	color: #900;
	text-decoration: none;
	background-position: left -32px;
}

#menu_sub {
	height: 52px;
	background: url(../images/m_sub.jpg) no-repeat;
}

#menu_sub a {
	display: inline-block;
	margin: 16px 0 0 50px;
	width: 190px;
	font-size: 15px;
	font-weight: bold;
}

#menu_sub a:hover {
	color: #c5ff9f;
	text-decoration: none;
}

/* SEPARATORs */
.sep {
	margin: 15px 0;
	height: 1px;
	background: url(../images/sep.gif) repeat-x;
}

.sep_ver {
	float: left;
	width: 30px;
	height: 1px;
}

.sep_line {
	height: 1px;
	width: 100%;
	background: #5c5f60;
}

/* TEXT */
.t_cyan {
	color: #abebff;
}

.t_small {
	font: 9px Tahoma, Geneva, sans-serif;
}