@charset "utf-8";
/* CSS Document */
/*
Font Size -> Percent
10 	77
11 	85
12 	93 (was 93)
13 	100
14 	108 (was 107)
15 	116 (was 114)
16 	123.1 (was 122)
17 	131 (was 129)
18 	138.5 (was 136)
19 	146.5 (was 144)
20 	153.9 (was 152)
21 	161.6 (was 159)
22 	167
23 	174
24 	182
25 	189
26 	197 
*/
a {
	color:#08c;
}
.main {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-270px;
	margin-left:-467px;
}
.hd a {
	display:block;
	background-image:url(../images/drus_design_logo.gif);
	width:163px;
	height:90px;
}
.hd a span {
	display:none;
}
.bd {
	width:935px;
}
.bd .left_column {
	float:left;
	width:163px;
	height:458px;
	background:#bcbdc0 url(../images/left_column_background.gif) bottom left no-repeat;
}
.bd .left_column .menu {
	float:right;
	margin-top:20px;
	margin-right:10px;
	text-align:right;
}
.bd .left_column .menu a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding-left:25px;
	height:25px;	
}
.bd .left_column .menu a:hover {
	background:url(../images/bullet.gif) top left no-repeat;
}
.bd .right_column {
	float:right;
	width:760px;
	height:456px;
}
.bd .right_column .nav li {
	float:left;
	list-style-type:none;
	margin-right:10px;
	margin-top:10px;
}
.bd .right_column h3 {
	color:#8a8a8a;
	background-color:#eee;
	padding:3px;
	margin-top:30px;
}
.bd .right_column p {
	color:#8a8a8a;
	line-height:20px;
}
.ft .copyright {
	padding-top:5px;
	font-size:85%;
	color:#999;
}
.ft a {
	display:block;
	width:27px;
	height:32px;
	float:left;
	cursor:pointer;
}
.ft a span {
	display:none;
}
.ft a.prev {
	background:url(../images/arrow_left_out.gif) bottom left no-repeat;
}
.ft a.prev:hover {
	background:url(../images/arrow_left_over.gif) bottom left no-repeat;
}
.ft a.next {
	background:url(../images/arrow_right_out.gif) bottom right no-repeat;
}
.ft a.next:hover {
	background:url(../images/arrow_right_over.gif) bottom right no-repeat;
}