html {
	background: #ccc url(../images/bg-body.png) repeat-x;
	height: 100%;
}
body {
	background: url(../images/bg-page.png) repeat-y 50% 0;
	font: 14px Arial, Helvetica, sans-serif;
	min-height: 100%;
	color:#000;
	margin:0;
}
* html body {
	overflow: visible;
	height: 100%;
}
form,fieldset {
	margin:0;
	padding:0;
	border:0;
}
img{border:none;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
/* main blocks styles */
.holder {
	overflow: hidden;
	width: 100%;
}
#main {
	background: url(../images/bg-body.png) repeat-x;
}
/* header block styles */
#header {
	width:100%;
	min-width:700px;
}
#header .header-area {
	clear:both;
	overflow:hidden;
	width:700px;
	height:143px;
	margin: 0 auto;
}
/* logo styles */
#header strong.logo {
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 142px;
	height: 113px;
	margin: 10px 0 0 23px;
}
#header strong.logo a {
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}
/* title styles */
#header span.title {
	background: url(../images/title.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	width: 349px;
	height: 53px;
	margin: 63px 25px 0 0;
}
/* content block styles */
#content {
	background: url(../images/bg-line.png) repeat-x;
	width:100%;
	min-width:700px;
}
#content h1,
#content h2 {
	line-height: 16px;
	font-size: 16px;
	margin: 0 0 20px;
}
#content h2 {margin: 0 0 18px;}
#content p {margin: 0 0 18px;}
/* content holder blocks styles */
#content .content-area {
	overflow:hidden;
	width: 700px;
	margin: 0 auto;
	clear:both;
}
#content .content-block {
	background: url(../images/bg-content.png) no-repeat 32px 0;
	padding: 15px 26px 0 36px;
	overflow: hidden;
	width:637px;
}
#content .page-text {
	padding: 0 29px 0 24px;
}
/* heading block styles */
#content .heading-block {
	padding: 0 13px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
	height: 77px;
	color: #fff;
}
#content .heading-block p {
	word-spacing: 1px;
	text-align: center;
	margin: 20px 0 0;
}

#content .heading-block a {
text-decoration:underline;
color:#FFFFFF;
}

/* image menu styles */
#content ul.image-menu {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 37px;
}
#content ul.image-menu li {
	display: inline;
	margin: 0 10px 0 0;
	float: left;
	width: 125px;
}
#content ul.image-menu li a {
	background-repeat: no-repeat;
	background-position: 0 100%;
	font-size: 16px;
	text-align: center;
	padding: 6px 0 0;
	color: #000;
	float: left;
	width: 125px;
	height: 149px;
}
#content ul.image-menu li.branch {margin: 0 31px 0 18px;}
#content ul.image-menu li.phone {margin: 0 36px 0 0;}
#content ul.image-menu li.web {margin: 0 35px 0 0;}

#content ul.image-menu li.branch a {background-image: url(../images/menu-branch.png);}
#content ul.image-menu li.phone a {background-image: url(../images/menu-phone.png);}
#content ul.image-menu li.web a {background-image: url(../images/menu-web.png);}
#content ul.image-menu li.winner a {background-image: url(../images/menu-winner.png);}

/* information list styles */
#content ul.info-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
#content ul.info-list li {
	background: url(../images/bg-listitem.png) no-repeat;
	padding: 3px 0 3px 30px;
	margin: 0 0 14px;
}
/* content common form styles */
#content .content-form {
	padding: 0 29px 0 24px;
}
#content .content-form ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
#content .content-form ul li {
	margin: 0 0 9px;
	overflow: hidden;
	width: 100%;
}
#content .content-form ul label {
	font-size: 14px;
	line-height: 23px;
	float: left;
}
#content .content-form ul input.text {
	font: 14px/14px Arial, Helvetica, sans-serif;
	border: 1px solid #010101;
	vertical-align: top;
	padding: 4px 5px 3px;
	background: #fff;
	width: 188px;
	float: right;
}
#content .content-form input.submit {
	font: 14px/14px Arial, Helvetica, sans-serif;
	padding: 0;
	width: 80px;
	height: 23px;
	float: right;
}