body {
	margin: 0;
	padding: 0;
	font: normal 12px arial;
	color: #424552;
	text-align: center;
	line-height: 17px;
	background: #FFFFFF url('../../images/bg.gif') repeat-x top left;
}
img {
	border: 0;
}

h2 {
	font: normal 30px arial;
	color: #1e1f24;
	height: 30px;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
}
#wrap{
	position: relative;
	width: 938px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid transparent;
}
a {
	color: #e43d58;
	text-decoration: none;
}
a:hover	{
	color: #e43d58;
	text-decoration: underline;
}
#logo {
	position: relative;
	margin: 23px 0 39px 0;
	width: 189px;
}
#flash-top {
	position: absolute;
	top: 23px;
	right: 0;
	width: 643px;
}

.menu {
	background-color: #ecb708;
	border-bottom: 1px solid #000;
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
}
.boxPink {
	position: relative;
	width: 600px;
	float: left;
	margin-right: 7px;
	background-color: #fdf4d4;
	padding: 20px 20px 20px 24px;
	margin-bottom: 30px;
}
.boxPink ul {
	margin-left: 11px;
	padding-left: 0;
	list-style: none;
	margin-left: 0;
}
.boxPink ul li {
	margin-bottom: 5px;
	margin: 0;
	padding: 0 0 7px 14px;
	background: transparent url('../../images/bullet.gif') no-repeat 0 4px;
}
.boxGrey {
	position: relative;
	width: 240px;
	float: left;
	background-color: #f6f5f5;
	padding: 20px 20px 20px 26px;
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 19px;
}
.boxGrey a {
	font-size: 15px;
	line-height: 19px;
	text-decoration: none;
	color: #e43d58;
}
.boxGrey a:hover {
	font-size: 15px;
	line-height: 19px;
	text-decoration: underline;
	color: #e43d58;
}

/* footer */
#footer {
	position: relative;
	clear: both;
	background-color: #000;
	padding: 20px 20px 60px 20px;
	font: normal 14px arial;
	color: #7d7e80;
	text-align: center;
}
#footer ul {
	width: 938px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#footer ul li {
	display: inline;
	border-left: 1px solid #7d7e80;
	padding: 0 9px 0 11px;
}
#footer ul li.first {
	padding-left: 0;
	border: 0;
}
#footer ul a {
	font: normal 14px arial;
	color: #7d7e80;
	white-space: nowrap;
	text-decoration: none;
}
#footer ul a:hover {
	font: normal 14px arial;
	color: #7d7e80;
	white-space: nowrap;
	text-decoration: underline;
}

.clear {
	height: 0;
	clear: both;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}
.inp {
	background-color: #fff;
	border: 1px solid #b0b0b0;
	font: normal 12px arial;
	color: #555555;
	padding: 1px 3px 1px 3px;
	width: 207px;
}
.newsinp {
	background-color: #fff;
	border: 1px solid #b0b0b0;
	font: normal 12px arial;
	color: #555555;
	padding: 1px 3px 1px 3px;
	margin: 6px 0 0 0;
	width: 227px;
}
.subtitle {
	font: normal 18px arial;
	color: #e43d58;
	padding: 15px 0 5px 0;
	display: block;
}
.big {
	font-size: 20px;
	line-height: 27px;
}
.pink {
	color: #e43d58;
}
.brown {
	color: #b18903;
}
.error {
	color: #cc0000;
}
.news {
	font: normal 11px arial;
	margin-bottom: 5px;
}
/*request info form*/
div#reqInfo {
	width: 203px;
	margin-top: 35px;
	font: normal 11px arial;
	color: #2C4355;
	text-align: left;
	border: 1px solid transparent;
	background-color: transparent;
}
div#reqInfo .inp, div#reqInfo textarea {
	font: normal 11px arial;
	color: #2C4355;
	border: 1px solid #bdbcbd;
	background-color: #fff;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 0 0;
	width: 185px;
}
div#reqInfo textarea {
	overflow: auto;
	height: 100px;
}
div#reqInfo .btn {
	font: normal 11px arial;
	color: #2C4355;
	border: default;
	background-color: default;
	padding: 0;
	margin: 5px 5px 0 0;
}
