/* CSS Document */

body {
	margin: 0 0;
	padding: 0;
	background-image: url(images/pagebkgrd.jpg);
	background-position:center;
	background-repeat: repeat-y;
	line-height: 200%;
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-size: 13px;
	color: #000000;
}



h1, h2, h3 {
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-weight: normal;
	color: #ffffff;
}



h1 {
	letter-spacing: 0em;
	font-size: 2.5em;
	color: #99ccff;
}

h2 {
	letter-spacing: 0px;
	font-size: 1.5em;
	font-weight:bold;
	color: #000000;
}

h3 {
	letter-spacing: 0px;
	font-size: 1em;
	font-weight:bold;
	color: #000066;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 140%;
}

blockquote {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	border: none;
}

a {
	
	text-decoration: none;
	color: #99ccff;
}

a:hover {
	border: none;
	color: #99ccff;
}



hr {
	display: none;
}

/* Header */

#header {
	width: 100%;
	height: 264px;
	margin: 0 0;
	background-image: url(images/header.png);
	background-position:center;
	background-repeat: no-repeat;
	text-align:center;
	overflow:visible;
	}


#nav {
	width: 100%;
	height: 54px;
	margin: 0 0;
	background-image: url(images/nav.png);
	background-position:center;
	background-repeat: no-repeat;
	text-align:center;
	overflow:visible;
	}

/* Page */



#content {
	width: 933px;
	margin: 0 auto;
	line-height: 150%;
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-size: 13px;
	font-weight:normal;
	letter-spacing:.5px;
	color: #ffffff;
	background-position: center;
	overflow:visible;
	}

/* Content */

#spacer {
	float:left;
	width: 933px;
	height:20px;
	overflow:visible;
}



#content-left {
	float:left;
	width: 613px;
	height:auto;
	margin: 0 0;
	overflow:visible;
}

.boxtop {
	float:left;
	width: 613px;
	height:20px;
	margin: 0 0;
	background-image:url(images/xbox1_03.png);
	background-repeat:no-repeat;
	background-position:left;
	overflow:visible;
}

.boxcontent {
	float:left;
	width: 613px;
	height:auto;
	margin: 0 0;
	background-image:url(images/xbox1_06.png);
	background-repeat:repeat-y;
	background-position:left;
	overflow:visible;
}



.boxbottom {
	float:left;
	width: 613px;
	height:23px;
	margin: 0 0;
	background-image:url(images/xbox1_08.png);
	background-repeat:no-repeat;
	background-position:left;
	overflow:visible;
}


.pictures {
	float:left;
	width: 613px;
	height:auto;
	margin: 0 0;
	overflow:visible;
}


#content-right {
	float: right;
	width: 320px;
	height:auto;
	margin: 0 0;
	font-size:12px;
	color:#000000;
	line-height:100%;
	overflow:visible;
}


.righttop {
	float:right;
	width: 320px;
	height:59px;
	margin: 0 0;
	background-image:url(images/rbox_03.png);
	background-repeat:no-repeat;
	background-position:right;
	overflow:visible;
	clear:both;
}

.rightcontent {
	float: right;
	width: 320px;
	height:auto;
	margin: 0 0;
	font-size:12px;
	color:#000000;
	line-height:100%;
	background-image:url(images/rbox_05.png);
	background-repeat:repeat-y;
	background-position:right;
	overflow:visible;
}


.rightcontent a {
	
	text-decoration: none;
	color: #000099;
}

.rightbottom {
	float:right;
	width: 320px;
	height:20px;
	margin: 0 0;
	background-image:url(images/rbox_07.png);
	background-repeat:no-repeat;
	background-position:right;
	overflow:visible;
}

#content-cart {
	float:left;
	width: 933px;
	height:auto;
	margin: 0 0;
	overflow:visible;
}

.boxtop-cart {
	float:left;
	width: 933px;
	height:37px;
	margin: 0 0;
	background-image:url(images/box_cart_top_03.png);
	background-repeat:no-repeat;
	background-position:left;
	overflow:visible;
}

.boxcontent-cart {
	float:left;
	width: 933px;
	height:auto;
	margin: 0 0;
	background-image:url(images/box_cart_repeat_06.png);
	background-repeat:repeat-y;
	background-position:left;
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-size: 14px;
	color:#000000;
	overflow:visible;
}

.boxcontent-cart a {
	color:#003399;	text-decoration: none; font-weight:bold; font-size:16px;
	}

.boxbottom-cart {
	float:left;
	width: 933px;
	height:23px;
	margin: 0 0;
	background-image:url(images/box_cart_bottom_08.png);
	background-repeat:no-repeat;
	background-position:left;
	overflow:visible;
}


/* Credits */

#credits {
	padding: 20px 0 20px 0px;
	margin: 0 auto;
	background: #ffffff;
	text-align:center;
	clear:both;
}



/* Footer */

#footer {
	width: 933px;
	height:75px;
	overflow:visible;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-size: 12px;
	font-weight:normal;
	letter-spacing:normal;
	color: #ffffff;
	text-align:center;
	clear:both;
}

#footer p {
	margin: 0;
	font: bold .8em Arial, Helvetica, sans-serif;
	color: #99ccff;
}

#footer a {
	color: #99ccff;
}



