/* CSS Document Created by an Apple from California */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
html {
	background: #3A66DA url(images/background.jpg) top center fixed;
}

/* STRUCTURE */
body {
	width: 764px;
	margin: 20px auto;
}
#head {
	width: 764px;
	height: 78px;
}
#logo a {
	float: left;
	width: 117px;
	height: 78px;
	display: block;
	background: transparent url(images/stLogo.png) top left no-repeat;
}
#tile {
	float: left;
	width: 632px;
	height: 78px;
	background: #CCCCCC url(images/headBg.png) top left repeat-x;
}
#head ul {
	margin: 55px 14px;
	list-style-type: none;
}
#head ul li {
	display: inline;
}
#head ul li a {
	float: left;
	display: block;
	margin-left: 32px;
	text-indent: -2000em;
}
#home, #specs, #buyNow, #contact {
	height: 21px;
}
#home {
	width: 47px;
	background: transparent url(images/home.png) top center no-repeat;
}
#specs {
	width: 49px;
	background: transparent url(images/specs.png) top center no-repeat;
}
#buyNow {
	width: 80px;
	background: transparent url(images/buyNow.png) top center no-repeat;
}
#contact {
	width: 71px;
	background: transparent url(images/contact.png) top center no-repeat;
}
#home:hover, #specs:hover, #buyNow:hover, #contact:hover {
	background-position: bottom center;
}
#headR {
	float: left;
	width: 15px;
	height: 78px;
	background: transparent url(images/headBgR.png) top right no-repeat;
}
#wrap {
	width: 764px;
	padding-top: 14px;
	background: transparent url(images/mainBg.png) top center repeat-y;
}
#content {
	padding: 4px 11px;
}
#cBg, #cTop, #cBottom {
	width: 734px;
	margin: 0 auto;
}
#cBg {
	background: url(images/contentBg.gif) top center repeat-y;
}
#cTop {
	width: 734px;
	height: 6px;
	background: url(images/contentTop.gif) bottom center no-repeat;
}
#cBottom {
	width: 734px;
	height: 6px;
	background: url(images/contentBottom.gif) bottom center no-repeat;
}
.cl {
	float: left;
	margin: 5px;
	width: 300px;
	text-align: justify;
}
.cr {
	width: auto;
	margin: 5px;
}
#foot {
	width: 764px;
	height: 19px;
	background: transparent url(images/mainBottom.png) bottom center no-repeat;
}

/* TEXT */
h1 {
	color: #30709E;
	font-size: 24px;
}
h2 {
	color: #30709E;
	font-size: 18px;
}
p {
	color: #0C1A32;
	font-size: 16px;
}
a {
}
a:hover {
}
ul {
}
ol {
}
.sm {
	font-size: 11px;
}
.price {
	float: right;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
}
.buyNowBody p {
	font-size: 13px;
	line-height: 21px;
	padding-right: 5px;
}
.hidden {
	display: none;
	color: transparent;
	text-indent: -2000em;
}

/* MISC */
.buyNowBody {
	float: left;
	width: 352px;
	height: 400px;
	background: transparent url(images/buyNowBody.png) top left no-repeat;
}
.buyNowBody:hover {
	background: transparent url(images/buyNowBody.png) bottom left no-repeat;
}
.buyNowBody ul {
	margin-top: 4px;
}
.buyNowBody li {
	font-size: 12px;
	line-height: 18px;
	list-style-position: inside;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}