/* CSS Document */

/* ------ */
/* COMMON */
/* ------ */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:1em;
	line-height:120%;
	color: #FFF;
	background-color: #EFEFEF;
	text-align: center;
	background-image: url(../images/bg_02.gif);
	background-position: center top;
	/* part 1 of 2 centering hack */
	}
a {
	color:#F0037F;
	xwidth:100%;
	font-weight:bold;
}
a:hover {
	color:#333;
	text-decoration:underline;
	color:#F0037F;
}
ul a {
	color:#333;
	padding:5px;
	text-decoration:none;
}

H1 {
	font-size:120%;
	margin:0px;
	padding:0px;
	color: #FFFF00;
}
H2 {
	font-size:90%;
	margin:0px;
	padding:0px;
	color: #F0037F;
}
H3 {
	font-size:90%;
	margin:0px;
	padding:0px;
	color: #FFFF00;
}
H4 {
	font-size:80%;
	margin:0px;
	padding:0px;
	color: #FFFF00;
}
#sitemap h1{
	display: none;
}
img{
	border:0;
}
p {
	font-size:70%;
	margin:0px;
	padding:0px 0px 5px 0px;
}
.pink {
	color:#F0037F;
}
.yellow {
	color:#FFFF00;
}

/* ------ */
/* LAYOUT */
/* ------ */
#content {
	margin:auto;
	width: 452px; 	
	/* opera does not like 'margin:20px auto' */
	/* part 2 of 2 centering hack */
	width: 452px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 452px;
	}
html>body #content {
	width: 453px; /* ie5win fudge ends */
	}
#divcenter{
	z-index:2;
	position:absolute;
	top:50%;
	margin-left:-226px;
	min-width: 425px;
	width: 425px;
	margin-top:137px;
	text-align:left;
	}
html>body #divcenter {
	margin-top:137px;
	margin-left:0px;/* ie5win fudge ends */
	}
#flashcontent{
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}
#message_footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:80%;
	}
#message_footer a{
	color:#ffffff;
	}
#message{
	color:#666666;
	line-height:18px;
	padding:10px;
	width:600px;
	text-align:left;
	margin: 0 auto;
	}
#message a{
	color:#666666;
	}
#message a:hover{
	color:#666666;
	}
#message h1{
	font-size:90%;
	color: #666666;
	font-weight: bold;
	}
#message p{
	font-size:70%;
	}
/* ---------- */
#container{
	background-color:#000;
	padding: 5px;
	height: 100%;
	width:750px;
	margin:0 auto;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#sitemap {
	padding-top:10px;
	margin:0px;
	margin:0 auto;
	width:750px;
}
#sitemap ul {
	font-size:80%;
	margin:50px 0px 5px 0px;
	padding:10px 0px 10px 0px;
	background-color:#181818;
	width:750px;
}
#sitemap ul li{
	display:inline;
	padding: 0px 5px 0px 5px;
}
#sitemap ul li a{
	color:#FFF;
}
#page {
	padding:10px;
	width:730px;
	text-align:left;
	background-color:#181818;
	min-height: 300px;
	height: 300px;
}
html>body #page {
	height: auto;
}
.box {
	font-size:80%;
	float:left;
	width:190px;
	margin-bottom:10px;
}
#sitemap .selected a{
	color:#F0037F;
}
.productRow {
	clear:both;
}
.productItem{
	float:left;
	padding:15px 10px 0px 0px;
	width: 325px;
}
.productItem img, .productItem p{
	clear: both;
}
.image_front {
	float:left;
	font-weight: bold;
	font-size:70%;
}
.image_back {
	float:left;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
	font-size:70%;
}
.image_back img, .image_front img{
	background-color:#FFFFFF;
}
/* ---------- */
.blogPost{
	background-color:#222;
	font-size:70%;
	padding: 0px;
	xborder: 1px solid #999;
	margin: 5px 0px 10px 0px;
	color: #FFF;
}
#wrap4 h3{
	font-size: 80%;
	padding: 0px;
	margin: 0px;
}
.blogTitle {
	padding: 2px 5px 2px 5px;
	xbackground-color:#000;
}
.blogBody {
	padding: 0px 5px 0px 5px;
	xbackground-color:#333;
}
.byline{
	text-align: right;
	padding: 2px 5px 2px 5px;
	xbackground-color:#000;
	font-size: 90%;
}
.byline a{
	text-decoration: none;
}
.byline a:hover{
	color: #333;
}
