body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#e0e0e0;
	margin:0px;
	padding:0px;
	background-color:#000;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:17px;
}


/*--------------- layout ---------------*/

#containerHeader {
	width:100%;
	height:695px;
	background:url(../images/platinum/bg-header.gif) top no-repeat;
}

#containerBody {
	width:100%;
	background:url(../images/platinum/bg-body.gif) bottom no-repeat;
}

#containerOptions {
	
}


#containerFooter {
	margin-top:40px;
	text-align:center;
	margin-bottom:20px;
}

.content {
	width:959px;
	margin:0 auto;
}

#cleaner {
	float:none;
}

/*--------------- header ---------------*/



#containerHeader .logo{
	text-align:left;
	margin: 37px 0 60px 0;
}

#containerHeader .copyContainer{
	height:120px;
	background:url(../images/platinum/header-bg.gif) top no-repeat;
}

#containerHeader .copy{
	width:790px;
	margin:0 auto;
	padding:40px 0px 0px 20px;
	text-align:center;
}

#containerHeader .packaging{
	text-align:center;
}


/*--------------- body ---------------*/
#containerBody .content{
	height:360px;
}

#containerBody .leftColum{
	float:left;
	padding:0px 20px 0px 20px;
	height:300px;
	width:425px;
	background:url(../images/platinum/body-left-bg.jpg) bottom no-repeat;
}

#containerBody .rightColum{
	float:left;
	padding:0px 20px 0px 20px;
	margin-left:20px;
	height:300px;
	width:425px;
	background:url(../images/platinum/body-right-bg.jpg) bottom no-repeat;
}


#containerBody ul{
	margin:0px;
	padding:0px;
	width:420px;
	list-style:none;
}

#containerBody li{
	margin:0px;
	padding:0px 0px 10px 20px;
	background-image:url(../images/platinum/bullet.gif);
	line-height:150%;
	background-position:0px 5px;
	background-repeat:no-repeat;
}

#containerBody .enchance{
	font-weight:bold;
}


/*--------------- options ---------------*/
#containerOptions .title{
	margin-top:40px;
	border-bottom:1px dotted #FFFFFF;
}

#containerOptions h2{
	font-size:18px;
	padding:0px 0px 10px 0px;
	border-bottom:4px solid #cdcdcd;
	margin-bottom:2px;
}

#containerOptions a, a:visited {
	font-size:13px;
	font-weight:bold;
	color:#d10065;
	text-decoration:none;
}

#containerOptions a:hover {
	color:#ff43d1;
}


/*--------------- footer ---------------*/
#containerFooter .comment{
	font-size:10px;
}

#containerFooter .logo{
	margin-bottom:30px;
}



#containerFooter .nav{
	margin-top:40px 0px 0px 0px;
	width:950px;
	height:30px;	
}


#containerFooter ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

#containerFooter li{
	float:left;
}

#containerFooter li a, #containerFooter li a:visited {
	display:block;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding:8px 0px 8px 0px;
	background:url('../images/platinum/footer-nav-bg.gif') 0 0 no-repeat;
}

#containerFooter li a:hover {
	color:#5b5b5b;
}

#containerFooter .home a {
	width:247px;
	background-position:0 0;
}
#containerFooter .home a:hover {
  background-position:0 -30px;
}


#containerFooter .policy a {
	width:250px;
	background-position:-247px 0;
}
#containerFooter .policy a:hover {
  background-position:-247px -30px;
}


#containerFooter .legal a {
	width:230px;
	background-position:-497px 0;
}
#containerFooter .legal a:hover {
  background-position:-497px -30px;
}


#containerFooter .contact a {
	width:223px;
	background-position:-727px 0;
}
#containerFooter .contact a:hover {
  background-position:-727px -30px;
}


