@import "reset.css";
@import "navigation.css";

body {
	background:#0a0a0a url(../images/bg.jpg) top left no-repeat;
	font:0.75em Arial, Helvetica, sans-serif;
}
h1 {
	font:bold 3.17em Arial, Helvetica, sans-serif;
	color:#3c5054;
	margin:0 0 18px 0;
	line-height:30px;
}
h2 {
	font:bold 1.08em Arial, Helvetica, sans-serif;
	color:#f16334;
	margin:0 0 10px 0;
}

p {
	color:#3c5054;
	margin:0 0 10px 0;
}

#wrapper {
	margin:64px 0 0 40px;
	width:896px;
}


.content {
	margin:0 0 0 0;
	position:relative;
}

.content .curve {
	position:absolute;
	top:-11px;
}

.content .main {
	background:#fff url(../images/content-top.gif) top left repeat-x;
	padding:10px;
}

.content .main img.topimg {
	width:877px;
	margin:0 auto 1px;
}

.content .main .leftside {
	float:left;
	width:201px;
}

.content .main .leftside img {
	margin:20px 0 40px 0;
}

.content .main ul {
	list-style:inside;
	list-style-type:circle;
	margin:0 0 0 10px;
	width:560px;
	color:#3c5054;
}

.content .main ul li ul {
	float:right;
	width:300px;
	margin:-15px 0 0 0;
	list-style-type:square;
}

.content .main .bulk {
	float:left;
	width:635px;
	background:url('../images/content divide.gif') top left no-repeat;
	min-height:310px;
	padding:10px 20px;
}

.content .main .consultations {
	border:2px solid #eaab23;
	background:#fff0b4;
	padding:10px;
	margin:20px 0 0 0;
}


.footer {
	background:#fff url(../images/footer.png) bottom left no-repeat;
	color:#fff;
	position:relative;
	height:10px;
	margin:0 0 40px 0;
}

.footer ul.links {
	position:absolute;
	top:20px;
	border-left:1px solid #fff;
	margin:0 0 0 210px;
	line-height:13px;
}

.footer ul.links li {
	float:left;
	border-right:1px solid #fff;
	padding:0 10px 0 0;
	margin:0 0 0 10px;
}

.footer ul.links li a {
	text-decoration:none;
	color:#fff;
}

.footer ul.links li a:hover {
	text-decoration:underline;
}

table {
	border:1px solid #245b66;
	width:635px;
	margin:20px 0;
}

table tr th,
table tr td {
	padding:4px;
	text-align:left;
}

table tr th {
	color:#fff;
	background:#4c808a;
}

.main a {
	color:#f16334;
	text-decoration:none;
}

.main a:hover {
	text-decoration:underline;
}

blockquote {
	font-size:1.2em;
	margin:0 30px;
	clear:both;
}

blockquote span {
	display:block;
	float:left;
	font-size:4em;
	color:#d1d1d1;
	margin:-10px 10px 0 0;
}

blockquote span.end {
	display:block;
	float:right;
	font-size:4em;
	color:#d1d1d1;
	margin:-10px 10px 0 0;
}


blockquote + p {
	margin:5px 0 20px 60px;
}