@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
	background: transparent;
	text-indent: none;
	color: #000000;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link, a:visited {
	color: #222222;
	text-decoration:none;
}

a:hover {
	color:#009900;
	text-decoration:none;
}

#header {
	background-color: #d7d7d7;
	height: 200px;
	width: 100%;
}
#navigation {
	background-color: #1b1b1b;
	height: 40px;
	width: 100%;
	margin-bottom: 25px;
}
#featured {
	background-image: url(images/sc-featured-bg.png);
	height: 420px;
	width: 855px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}
#outer {
	height: auto;
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: auto;
}
body {
	background-color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/carbon-fiber-bg.gif);
}
#info {
	background-image: url(images/sc-info-bg.png);
	height: 245px;
	width: 855px;
	position: relative;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
#footer {
	background-image: url(images/sc-footer-bg.png);
	height: 95px;
	width: 100%;
	background-repeat: repeat;
	margin-bottom: 40px;
}
#logo {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#navigation ul {
	height: 50px;
	width: 885px;
}
#navigation-container {
	height: 40px;
	width: 885px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation-container ul li {
	display: inline;
}
#logo img {
	margin-left: -265px;
}
#featured h2 {
	font-size: 30px;
	font-style: italic;
}
#meta-info {
	font-style: italic;
	margin-top: 8px;
	padding-right: 0px;
}
#featured img {
	padding-top: 18px;
	float: left;
	padding-right: 15px;
}
#featured p {
	padding-top: 5px;
	line-height: 16px;
	padding-right: 10px;
}
.clear {
	clear: both;
}
.info-sections {
	width: 235px;
	float: left;
	padding: 12px;
	margin-left: 10px;
}
.info-sections h2 {
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
}
.info-sections p {
	line-height: 16px;
}
.info-sections img {
	padding-bottom: 10px;
}
#footer-container {
	height: 95px;
	width: 885px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 95px;
}
#footer-container img {
	float: left;
	padding-right: 10px;
}
#prices-info {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(images/info-page-bg.png);
	background-repeat: repeat-y;
}
#prices-top {
	background-image: url(images/info-page-top.png);
	height: 29px;
	width: 885px;
}
#prices-bottom {
	background-image: url(images/info-page-bottom.png);
	height: 29px;
	width: 885px;
}

