/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #f6f7fa repeat-y left;
	font: .7em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 0 0 0 51px
}
a{
	color: #22254e;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 1em;
	padding: 2px
}
li{
	list-style: none
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.gif) no-repeat top left;
	width: 755px
}
/*- Backgrounds -*/
#bg, #bg2{
	background: url(../images/bg.gif) repeat-x top;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 550px;
	min-height: 550px
}
#bg2{
	background: url(../images/bg2.gif) repeat-y left
}
/*=== Header ===*/
#header{
	height: 141px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: right;
	text-indent: -9999px;
	width: 310px
}
#header h1 a{
	display: block;
	height: 141px
}
#header h1 a:hover{
	text-decoration: none
}
#logo2{
	background: url(../images/logo2.gif) no-repeat;
	bottom: 0;
	height: 140px;
	left: 815px;
	position: absolute;
	text-indent: -9999px;
	width: 85px
}
#logo2 a{
	display: block;
	height: 140px;
	width: 85px
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font-size: 1.2em;
	margin: 0 0 .8em;
	text-align: right
}
.nav1 li a{
	color: #22254e;
	display: block;
	padding: 0 15px 0 0;
	height: 2.1em;
	line-height: 2.1em;
}
.nav1 li a:hover,
.nav1 li.active a{
	color: #bed3fa;
	background: #fff;
	color: #191951;
	text-decoration: none
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: -15px 0 0;
	position: relative;
	width: 125px
}
/*- Recent Works -*/
.recent-works{
	background: url(../images/hdr-recent-works.gif) no-repeat bottom left;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	padding: 0 0 0 24px;
	width: 195px
}
.recent-works img{
	display: block;
	margin: 15px 0 0
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #848484;
	height: 2.7em;
	line-height: 2.7em;
	text-align: right
}
#footer a{
	color: #848484
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
/*=== Forms ---*/
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 
