@charset "utf-8";
/* CSS Document */
.style10{
	font-weight: bold;
}
.style11{
	font-size: x-large;
	font-weight: bold;
}
.style12{
	font-size:13px;
	font-weight:bold;
}
.style13 {
	/*font-weight: bold;*/
	font-size: 16px;
}
.style_white-blue {
	color: #FFFFFF;
}
body {
	background-color: #CCCCCC; /*color for the bkg, matches the shadding color in the shell*/
	color: #000000; /*font color for the main document*/
}
#shell{
	background-image:url(/main/comp/images/boarder_mid.gif);
	background-repeat:repeat-y;
	width:810px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
#container{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	/*font-size: 11px; /*sets font size for every element on page, unless elements font size is specified elsewhere*/
}
#Info {
	background-image: url(/main/comp/images/Untitled-3_01.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 200px;
}
#Featured {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background: url(/mcomp/images/Untitled-3_01.png);
	background-repeat: repeat-x;
}
#products {
	width: 570px;
}

