@charset "utf-8";
/* CSS Document */
#wrapper {
	width: 926px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: transparent url("../../images/shadow-sides.png") left top repeat-y;
}

#shadow-bottom {
	height: 100%;
	padding: 0 13px 12px 13px;
	background: transparent url("../../images/shadow-bottom.png") left bottom no-repeat;
}

#header {
	height: 110px;
	position: relative;
}

#logo {
	display: block;
	float: left;
	left: 49px;
	top: 32px;
	position: absolute;
}

#logo2 {
	display: block;
	float: left;
	width: 178px;
	padding-top: 12px;
}

#colblock {
	padding-top: 30px;
	height: 100%;
}

#col1 {
	width: 340px;
	float: left;
}

#col2 {
	float: left;
	width: 560px;
}

#col2 .content {
	padding: 0 45px 80px 0;
}

#bottom-links {
	background: #999 url("../../images/bg-footer-gradient.png") left bottom no-repeat;
	padding: 11px 0 19px 0;
	position: relative;
	height: 100%;
}

#links-wrapper {
	float: left;
	background: transparent url("../../images/bottom-links-vrule.gif") 183px top repeat-y;
	padding: 0 109px 0 8px;
	height: 100%;
}

#footer {
	background: #666;
	color: #ccc;
	font-size: 10px;
	padding: 6px 52px 5px 56px;
	font-weight: bold;
}

#footer a {
	color: #ccc;
}

/* Helper class 
-------------------------------------------*/
.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    line-height:0em;
    display: block;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;	
}

.gray-rule {
	background: transparent url("../../images/hrule.gif") left top repeat-x;
	clear: both;
	height: 26px;
}