html, body {height:100%}
body {
	color:#fff;
	margin:0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background:#000 url(../images/header-bg.gif) repeat-x;
}
#page {
	width:998px;
	margin:0 auto;
	min-height:100%;
}
* html #page {height:100%;}
/*header*/
#header {
	width:998px;
	height:302px;
	position:relative;
}
#header .logo {
	position:absolute;
	width:541px;
	height:234px;
	text-indent:-9999px;
	overflow:hidden;
	top:10px;
	left:234px;
	background:url(../images/logo.png) no-repeat;
}
#header .logo a {
	display:block;
	height:218px;
}
#header ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:267px;
	left:104px;
}
#header ul li {
	float:left;
	padding-right:49px;
}
#header ul li a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:28px;
}
#header ul li .home {
	background:url(../images/home.gif) no-repeat;
	width:93px;
}
#header ul li .about {
	background:url(../images/about.gif) no-repeat;
	width:98px;
}
#header ul li .faq {
	background:url(../images/faq.gif) no-repeat;
	width:100px;
	height:26px;
}
#header ul li .contact {
	background:url(../images/contact.gif) no-repeat;
	width:126px;
}
#header ul li .blog {
	background:url(../images/blog.gif) no-repeat;
	width:75px;
	height:35px;
}
#header ul li .store {
	background:url(../images/store.gif) no-repeat;
	width:89px;
}
/*content*/
#content {
	width:797px;
	overflow:hidden;
	padding:46px 96px 132px 105px;
}
#content h1 {
	margin:0 0 14px -10px;
	text-indent:-9999px;
	overflow:hidden;
}
#content h1.welcome {
	background:url(../images/welcome.gif) no-repeat;
	width:492px;
	height:51px;
	margin:0 auto 8px;
}
#content h1.about {
	background:url(../images/about-title.gif) no-repeat;
	width:211px;
	height:40px;
}
#content h1.contact {
	background:url(../images/contact-title.gif) no-repeat;
	width:142px;
	height:46px;
}
#content h1.faq {
	background:url(../images/faq-title.gif) no-repeat;
	width:77px;
	height:35px;
}
.image-holder {
	width:832px;
	margin:0 auto 140px;
	overflow:hidden;
}
.image-holder img {
	float:left;
	margin-right:1px;
}
#content p {
	margin:0 0 14px;
}
#content p span {
	font-size:16px;
}
#content p em {
	font-size:30px;
	font-style:normal;
}
#content .contact-text {
	margin-top:-10px;
	padding-bottom:100px;
}
#content .contact-text p {
	margin:20px 0 0;
	font-size:16px;
}
#content .contact-text span {
	font-size:16px;
}
#content .contact-text a {
	text-decoration:none;
	color:#fff986;
	font-size:16px;
}
#content .contact-text a:hover {
	text-decoration:underline;
}
#content .faq-text {
	padding-bottom:50px;
}
#content .faq-text strong {
	display:block;
	font:bold 17px "Times New Roman", Times, serif;
}
#content .faq-text p {
	margin:0 0 18px;
	line-height:18px;
}
#content .faq-text a {
	text-decoration:none;
	color:#fff200;
}
#content .faq-text a:hover {
	text-decoration:underline;
}
#content .faq-text address {
	margin:-18px 0 18px;
	padding:0;
	font-style:normal;
}
#content .faq-text address span {
	display:block;
	line-height:18px;
}
/*footer*/
#footer {
	width:998px;
	margin:-232px auto 0;
	height:232px;
	position:relative;
}
#footer img {
	float:right;
}
#footer .nav-box {
	background:#e00085 url(../images/footer-left-bg.gif) no-repeat;
	width:100%;
	overflow:hidden;
	float:left;
}
#footer .right-bg {
	background:url(../images/footer-right-bg.gif) no-repeat 100% 0;
	overflow:hidden;
	height:1%;
	padding:0 100px 0 60px;
	text-align:right;
}
#footer .nav-box p {
	margin:0;
	color:#fff;
	font-size:10px;
	line-height:22px;
	word-spacing:-1px;
}
#footer .nav-box p a {
	text-decoration:none;
	color:#fff;
}
#footer .nav-box p a:hover {
	text-decoration:underline;
}
#footer .nav-box span {
	font-size:10px;
	color:#fff;
	float:left;
	line-height:22px;
	word-spacing:-1px;
}
#footer .nav-box ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	float:left;
	overflow:hidden;
}
#footer .nav-box ul li {
	float:left;
	font-size:10px;
	color:#fff;
	padding:0 6px;
	line-height:22px;
	background:url(../images/footer-sep.gif) no-repeat 0 7px;
	margin-left:-1px;
}
#footer .nav-box ul li a {
	color:#fff;
	text-decoration:none;
	float:left;
	padding-right:3px;
}
#footer .nav-box ul li a:hover {
	text-decoration:underline;
}
#footer .nav-box ul li img {
	border:none;
	float:left;
	margin-top:3px;
}