/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	color:#000;
	background:#f2f1ec url(../images/bg.gif) repeat 0 0;
	font:13px/19px "Lucida Sans Unicode", "trebuchet MS", arial, sans-serif;
}
ul {
	list-style:none;
}
img {
	border:0;
}
a {
	color:#000;
	background-color:inherit;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}

/* -- main containrs style -- */
#wrapper {
	background:url(../images/bg-x.gif) repeat-x 0 0;
	padding-bottom:32px;
}
#wrapper .wrapperInner {
	width:960px;
	margin:auto;
	background:url(../images/logo-bg.jpg) no-repeat 0 0;
}
#wrapper .wrapperInner .productBg {
	background:url(../images/product-bg.jpg) no-repeat 100% 0;
	padding:40px 0 0;
}

/* -- log style -- */
#logo {
	margin:0 0 38px;
}

/* -- top container style -- */
.topContent {
	width:540px;
	padding:0 0 32px;
}
.topContent h1,
.topContent h2,
.topContent p.blueBgText,
.topContent p.redBgText,
.topContent p.blackBgText {
	height:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
	text-indent:-120000px;
}
.topContent h1 {
	background:url(../images/h1-text.gif) no-repeat 0 0;
	width:536px;
	padding:59px 0 25px;
}
.topContent h2 {
	background:url(../images/h2-text.gif) no-repeat 0 0;
	width:533px;
	padding:45px 0 19px;
	margin-top:35px;
}
.topContent p {
	padding:0 0 9px;
}
.topContent p.blueBgText {
	background:url(../images/blue-curve-text.gif) no-repeat 0 0;
	width:402px;
	padding:30px 0 9px;
}
.topContent p.redBgText {
	background:url(../images/red-curve-text.gif) no-repeat 0 0;
	width:279px;
	padding:30px 0 32px;
}
.topContent p.blackBgText {
	background:url(../images/black-curve-text.gif) no-repeat 0 0;
	width:279px;
	padding:37px 0 0;
	margin-top:15px;
}

/* -- container style -- */
#container {
	height:100%;
	overflow:hidden;
	padding:0 0 56px;
}
#container .leftPanel {
	width:418px;
	padding:0 46px 0 0;
	float:left;
	border-right:1px solid #d0d0d0;
}
#container .leftPanel h2 {
	font:24px/28px "Lucida Sans", "trebuchet MS", arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 12px;
}
#container .leftPanel h2 span {
	font-size:15px;
	line-height:19px;
	text-transform:none;
}
#container .leftPanel h3 {
	font:19px/26px "Lucida Sans", "trebuchet MS", arial, sans-serif;
	font-weight:bold;
}
#container .leftPanel p.click {
	font-size:14px;
	line-height:52px;
	height:100%;
	overflow:hidden;
}
#container .leftPanel p.click span {
	width:auto;
	padding:0 8px 0 0;
	float:left;
}
#container .leftPanel p.click a.clickHere {
	background:url(../images/click-here.gif) no-repeat 0 0;
	width:203px;
	height:0;
	padding:52px 0 0;
	overflow:hidden;
	display:block;
	float:left;
	font-size:0;
	line-height:0;
	text-indent:-120000px;
}
#container .leftPanel p.click a.clickHere:hover {
	background-position:0 -52px;
}
#container .rightPanel {
	width:430px;
	padding:0 0 0 46px;
	float:left;
	border-left:1px solid #d0d0d0;
	position:relative;
	left:-1px;
	font-size:17px;
	line-height:22px;
}
#container .rightPanel p {
	padding:0 0 8px;
}
#container .rightPanel ul li {
	padding:0 0 6px;
	font-weight:bold;
}

/* -- footer style -- */
#footer,
#footer .leftBg,
#footer .rightBg {
	background-image:url(../images/copy-right-bg.gif);
}
#footer {
	clear:both;
	background-repeat:repeat-x;
	background-position:0 -84px;
	height:42px;
	width:922px;
	margin:0 auto;
	font-size:12px;
	line-height:42px;
	padding:0 19px;
	position:relative;
}
#footer .leftBg,
#footer .rightBg {
	background-repeat:no-repeat;
	width:11px;
	height:42px;
	display:block;
	position:absolute;
	top:0;
}
#footer .leftBg {
	background-position:0 0;
	left:0;
}
#footer .rightBg {
	background-position:0 -42px;
	right:0;
}
#footer p.copyright {
	float:right;
}
#footer ul.links {
	float:left;
}
#footer ul.links li {
	float:left;
	padding:0 5px 0 0;
}
#footer ul.links li a {
	float:left;
	margin:0 5px 0 0;
}