@charset "utf-8";
/* CSS Document */
html { height: 100%; }
body {
	height: 100%;
	background: #000 url(../images/bg.jpg) top center no-repeat;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 12px;
	margin:auto;
	
}
#wrapper {margin: auto; width: 950px; height:100%;}

#header {height: 141px; margin-bottom: 10px;}
#menu {height: 35px; font-weight: 300; background: url(../images/menu_bg.png) repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#pagecontent {margin-top: 13px; background:#FFF; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #FFF url(../images/pagecontent_bg.jpg) repeat-y top right}
#page-left {background: #FFF url(../images/content_bg.png) bottom right no-repeat; width: 672px; float:left; padding: 10px 10px 10px 20px; min-height: 100%;}
#page-right {width: 248px; float: right; -moz-border-radius: 3px; -webkit-border-radius: 3px; min-height: 100%; padding: 20px 0 20px 0;}

#footer { margin-top: 15px;}

#footer-box {
	width: 	950px;
	margin: auto;
	text-align: right;
	position:relative;
	top: -100px;
	color: #333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer-box a {text-decoration: none;}

#contact-info {
	text-align: center;
	color: white;
	font-size: 10px;
	position: relative;
	top: 430px;
	margin: auto;
	width: 500px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

span.desc {color: #820000;}

.customer-link { float:left; }
.page-title { color: #F90; font-size: 24px; font-weight: 400;  margin: 10px auto 5px auto; }
.qna-question, .page-subtitle{ font-size: 13px; color:#F60; margin: 10px auto 1px auto; }

.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;    } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.sidebarlink { height: 75px; background:#282828; margin: 20px auto 20px 20px; padding-left: 10px;}