/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#outerWrapper #content #rightColumn {
	float: right;
	width: 205px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#outerWrapper #content #rightColumn p{
	font-weight: normal;
	font-size: 16px;
	margin-left: 10px;
}
body {
	text-align: center;
	background-image: url(../images/css/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	margin: 0px;
}
h1 {
	color: #CCC;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: -1px;
	margin-top: 0px;
	text-transform: uppercase;
}
h2 {
	color: #333333;
	font: normal 18px/14px "Trebuchet MS", Arial, Verdana, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #99CC00;
	margin-bottom: 10px;
}
#outerWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#outerWrapper #header{
	width: 800px;
	height: 150px;
	background-repeat: no-repeat;
	text-align: right;
}
#chromemenu  {
	width: 800px;
	margin-bottom: 10px;
}
#outerWrapper #content  {
	background-repeat: no-repeat;
	width: 800px;
	background-position: right bottom;
}
#footer  {
	background-image: url(../images/css/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#credit {
	text-align: center;
	background: #666666;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #FFF;
}
#footer a {
	margin-right: 10px;
	color: #CCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
}
#outerWrapper #header #cart a{
	margin-right: 10px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#item {
	width: 700px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	min-height: 100px;
}
#text-box {
	width: 580px;
	float: right;
}
#item .image{
	width: 110px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-bottom: 10px;
	min-height: 100px;
}
