/* CSS Document */

body {
	margin: 5px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clear:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clear {display: inline-block;}
/* Hide from IE Mac \*/
.clear {display: block;}
/* End hide from IE Mac */

.red {
	color: #FF0000;
	font-size: 12px;
}

hr {
	margin-top: 15px;
	height: 1px;
}

#wheretobuy {
	width: 500px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


#about {
	width: 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#about img {
	margin-top: 10px;
}

#about p {
	text-align: left;
}

#container {
	width: 780px;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	background-image: url(../images/left_column/left_column_bg_repeat.gif);
	background-repeat: repeat-y;
	position: relative;
	text-align: left;
	width: 780px;
	min-height: 450px;
	float: left;
}

#wrapper_top {
	background-image: url(../images/left_column/category.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 36px;
}

#wrapper_bottom {
	background-image: url(../images/left_column/left_column_bottom.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 170px;
	height: 9px;
	margin-bottom: 5px;
	font-size: 0px;
}

#header {
	background-image: url(../images/header/header.jpg);
	height: 100px;
	width: 780px;
}

#left_column {
	position: relative;
	float: left;
	width: 170px;
	margin-right: 10px;
}

#content {
	position: relative;
	float: left;
	width: 590px;
	padding: 5px;
}

#content li p {
	margin: 0px;
	padding: 0px;
}

#footer {
	background-image: url(../images/footer/footer.gif);
	width: 780px;
	height: 31px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#new_product_1 {
	background-image: url(../images/products/playpalnew_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 40px;
	padding: 75px 35px 10px 35px;
}

#new_product_2 {
	background-image: url(../images/products/playpalnew_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 40px;
	padding: 75px 35px 10px 35px;
}

#new_product_1 p,
#new_product_2 p {
	margin: 0px;
	padding: 0px;
}

/* Text CSS */

p {
	color: #000;
	font-size: 12px;
}

p.whatsnew {
	color: #000;
	font-size: 11px;
}

a:link, a:visited {
	color: #0066FF;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #db0000;
	text-decoration: underline;
}

#copyrightText {
	color: #fff;
	font-size: 12px;
	padding-top: 8px;
	text-align: center;
}

#segaText {
	color: #000;
	font-size: 10px;
	width: 780px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Navigation */

#navigation {
	margin-bottom: 50px;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation a:link, #navigation a:visited {
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding-left: 40px;
	height: 17px;
	background-image: url(../images/buttons/ball_arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px -17px;
}


#navigation a:hover, #navigation a:focus
/*body#products li.products a:link, body#products li.products a:visited */ {
	display: block;
	color: #fff;
	text-decoration: none;
	background-position: 15px 0px;
}

/* Products */

.productList {
	list-style: none;
}

.productList li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
}

.productList img {
	display: block;
}

.productList li p {
	text-align: center;
}

/* Quick Links */

#quickLinks fieldset {
	font-size: 12px;
	height: 100px;
	padding: 20px;
}

/* Contact Us */

#contactForm {
	width: 490px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#contactForm fieldset {
	padding: 20px;
	text-align: left;
}

#contactForm p label {
	float: left;
	width: 120px;
}

/* Languages */
#languages {
	float: right;
	margin: 0px;
	padding: 0px;
}

#languages img {
	border: 1px solid #000;
}
#where_img {
	margin-top: 35px;
	text-align: center;
	border: 0;
	border-width: 0;
}
