/* @group Tag Defaults */

body {
	font-family: Trebuchet, "Trebuchet MS", "Lucida Grande",  sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10px;
	background-color: #fff;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1{
	font-size: 18px;
	font-weight: bold;
}

h2{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
}
h3{
	font-size: 13px;
	font-weight: bold;
}


img {
	border: none;
	padding: 0;
	margin: 0;
	
}

p {
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 1.8em;
}


a {
	color: #b00d0f;
	text-decoration: none;
}


ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
	background: url(/lib/bullets/bullet.gif) no-repeat 0px 6px;
	padding: 0 0 0 10px;
	margin: 0 0 6px 24px;
	
}

/* @end */

/* @group Table Page */

#table_grid{
	width:630px;
	height:455px;
	position:absolute; 
	left: 200px;top:100px;overflow:auto;

}
#table_grid div{
float: left;
height: 235px;
width: 150px;
}
#table_grid img{
	display: block;
}
#table_grid p{
	font-size: 10px;
	letter-spacing: 0;
	line-height: 11px;
	margin-left: 5px;
}
#table_grid em{
	color: #b00d0f;
	font-style: normal;
	font-weight: normal;
}

div.plate_pop{
	position: absolute;
	top: 100px;
	left: 300px;
	border: 1px solid #000;
	background-color: #000;
	width: 445px;
	color: #fff;
	padding-bottom: 5px;
}
div.plate_pop p{
	margin: 15px;
	line-height: 12px;
	font-size: 11px;
	
}

div.plate_pop em{
		color: #b00d0f;
	font-style: normal;
	font-weight: normal;

}
div.plate_pop div{
	background-color: #c4c29e;
	text-align: center;
	width: 445px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.plate_pop a{
	display: block;
	float: right;
	margin: 12px;
}

/* @end */

/* @group Color */

#color {
margin-top:155px;
background-color:#000;
padding: 40px 30px;
}
#color img{
	width: 150px;
	height: 150px;
	margin-right: 35px;
}
div.color_pop{
	position: absolute;
	top: 100px;
	left: 300px;
	border: 1px solid #000;
	background-color: #000;
	width: 435px;
	color: #fff;
	padding-bottom: 5px;
}
div.color_pop p{
	margin: 15px;
	line-height: 12px;
	font-size: 11px;
	
}

div.color_pop em{
		color: #b00d0f;
	font-style: normal;
	font-weight: normal;

}
div.color_pop div{
	text-align: center;
	width: 435px;
	margin-bottom: 5px;
}
div.color_pop a{
	display: block;
	float: right;
	margin: 12px;
}

div.art_pop{
	position: absolute;
	top: 100px;
	left: 300px;
	border: 1px solid #000;
	background-color: #000;
	width: 435px;
	color: #fff;
	padding-bottom: 5px;
}


/* @end */

/* @group Stores Page */
div#storesColumns{
	
background-color:#000;
color:#fff;
height: 400px;
overflow: auto;
}
div#storesColumns b{
	color: #9b0016;
}
div#storesColumns p{
	margin:  0;
	padding: 0;
}
div#storesColumns div{
	margin-top: 25px;
	margin-left: 25px;
	float: left;
	width: 220px;
	
}
div#storesColumns a{
	font-weight: bold;
	color: #fff;
}
div#storesColumns a:hover{
	color: #FFCC33;
}

/* @end */

#nav {
	margin: 0;
	padding: 0;

}
#footer{
	margin-top: 180px;
	margin-left: 25px;
	font-size: 10px;
	color: #888;
}
#responseForm{
	background-color: #c4c29e;
	position: absolute;
	z-index: 50;
	border: 1px solid #000;
	top: 70px;
	left: 300px;
}
#responseForm form{
	margin: 10px;
}
#responseForm div{
	background-color: #000;
	text-align: right;
	padding: 10px;
}