html {

	background-position: center top; 
	background-repeat: no-repeat; 
	background-color: #222;
}
body {
	margin:0;
	color:#615d5b;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/blue-line.gif) repeat-x;
}
img {border-style:none;}
a {
	color:#00a4e4;
	text-decoration:none;
	outline:none;
	font-weight:bold;
}
a:hover{ text-decoration:underline;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
p {
	line-height:22px;
}
#page {
	width:780px;
	margin:0 auto;
}
/* top text style */
#header {
	color:#fff;
	font:18px/37px Helvetica, Arial, sans-serif;
}
#header a {
	color:#fff;
	font-weight:bold;
}
/* flash holder style */
#flash-holder {
	background:url(/images/flash-bg.gif) no-repeat;
	width:786px;
	height:291px;
	margin:55px -9px 0 -10px;
	padding:4px 0 0 13px;
}

#flashcontent p {
	padding: 10px 0 0 20px;
}
/* content style */
#container {
	background:#fff url(/images/top-bg.gif) no-repeat;
	width:100%;
	overflow:hidden;
	padding:22px, 0, 0;
}
.wrap {
	height:1%;
	overflow:hidden;
}
.column {
	float:left;
	width:347px;
	padding:0 20px;
}
#page .column p {
	margin:12px 0 18px;
}
.logo {
	background:url(/images/logo.gif) no-repeat;
	width:342px;
	height:74px;
	display:block;
	margin:0;
	text-indent:-9999em;
}
.list-whith-stars {
	margin:0;
	padding:5px 0 0;
	list-style:none;
	font-size:14px;
	font-weight:bold;
}
.list-whith-stars li {
	padding:8px 0 8px 27px;
	background:url(/images/marker.gif) no-repeat 0 7px;
}
.list-whith-stars a {
	color:#615d5b;
}
.grey-line {
	background:#5f5f5f;
	font:19px Helvetica, Arial, sans-serif;
	color:#fff;
	text-align:center;
	padding:15px 0 11px;
	margin:0;
}
.white-box {
	margin:0 auto;
	width:774px;
	padding:20px 0 30px;
}
.grey-box {
	background:#eee url(/images/bottom-bg.gif) no-repeat 0 100%;
	margin:0 auto;
	width:774px;
	padding:10px 0 30px;
}
h2 {
	margin:0 0 0 19px;
	font:bold 30px Helvetica, Arial, sans-serif;
}
.grey-box p, .white-box p {
	margin:8px 0 25px 19px;
}
.more {
	background:url(/images/marker2.gif) no-repeat 100% 2px;
	padding-right:16px;
}
.grey-box input {
	margin:-1px 0 0;
}
.grey-box .column {
	margin:0;
	list-style:none;
	overflow:hidden;
}
.grey-box .column li {
	margin-bottom:14px;
}
.grey-box label {
	font-weight:bold;
}
.border {
	width:743px;
	margin:0 0 25px 19px;
	padding-top:15px;
	border-top:1px solid #ccc;
}
.e-mail {
	padding-left:19px;
}
.e-mail label {
	font-weight:normal;
	font-style:italic;
	padding-bottom:7px;
	display:block;
}
.e-mail input {
	float:left;
	margin:0;
}
.e-mail .text {
	background:url(/images/input.gif) no-repeat;
	width:537px;
	height:30px;
	float:left;
	margin-right:10px;
	padding:12px 5px 0;
}
.e-mail .text input {
	width:537px;
	padding:0;
	border:0;
}
.links-list {
	margin:17px 0 0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.links-list li {
	float:left;
	width:210px;
	padding:0 30px 0 20px;
}
.links-list h3 {
	margin:0 0 8px;
	font:bold 25px Helvetica, Arial, sans-serif;
}
.links-list h3 a {
	color:#00a4e4;
	background:url(/images/marker3.gif) no-repeat 100% 8px;
	padding-right:27px;
}
.links-list p {
	margin:0;
}
/* logo list style */
.logo-list {
	margin:22px 20px 0;
	padding:27px 0 27px 10px;
	list-style:none;
	height:1%;
	overflow:hidden;
	width:725px;
	border-top: 1px solid #ccc;
	display:table;
}
.logo-list li {
	display:table-cell;
	vertical-align:middle;
}
* html .logo-list li {display:inline; padding-left:10px;}
*+html .logo-list li {display:inline; padding-left:10px;}
/* footer style */
#footer {
	font-size:10px;
	color:#fff;
	text-align:center;
	padding:30px 0 20px;
}