* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background-image:url(../images/slice.jpg);
	background-repeat:repeat-x;
	background-color:#7b7b7b;
	font-family:Verdana;
	font-size:62.5%;
}
h1, h2, h3, h4, h5, h6 {
	font-size:2.4em;
	color:#112187;
	padding:0 0 5px 0;
}
p {
	font-size:1.3em;
	color:#666666;
	padding:10px 0;
	line-height:22px;
}
a:link, a:visited {
	color:#112187;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
span {
	color:#666666;
}
ul {
	margin:0 0 0 25px;
}
li {
	font-size:1.4em;
	padding:5px;
	color:#000000;
	list-style-type:disc;
	font-weight:bold;
}
#container {
	width:780px;
	margin:0 auto;
	/*background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-y;*/
	background-color:#FFFFFF;
	position:relative;
}
#header {
	height:117px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	text-indent:-9000px;
	overflow:hidden;
}
#header a {
	display:block;
	height:117px;
	width:780px;
}
#navigation {
	height:29px;
	background-color:#f41f17;
}
#splash {
	height:198px;
	background-image:url(../images/splash2.jpg);
	background-repeat:no-repeat;
}
#order {
	position:absolute;
	top:290px;
	right:15px;
}
#order a:link, #order a:visited, #order a:hover {
	width:242px;
	height:101px;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	z-index:500;
}
#content {
	float:left;
	width:508px;
}
.copy {
	padding:20px;
}
#main {
	width:780px;
}
#sidebar {
	/*background-image:url(../images/bg_right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:right;*/
	width:272px;
	padding:50px 0 10px 0;
}
#sidebar img {
	padding:0 20px;
}
#sidebar p {
	padding:0 20px; 
	font-size:1.0em;
	text-align:center;
	letter-spacing:1px;
}
#sidebar a:link, #sidebar a:visited {
	color:#2463AA;
	text-decoration:underline;
}
#sidebar a:hover {
	text-decoration:none;
}
#all {
	width:780px;
}
#bottom {
	background-color:#000000;
	height:6px;
}
#footer {
	text-align:center;
	color:#FFFFFF;
	width:760px;
	padding:10px 0 0 0;
	margin:0 auto;
}
#footer p {
	font-size:1.1em;
	color:#FFFFFF;
	padding:0;
}
#footer a:link, #footer :visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
.input {
	background-color:#FFFFFF;
	border:1px solid #112187;
	padding:3px;
	width:100px;
	font-size:0.9em;
	letter-spacing:1px;
	color:#333333;
}
.submit {
	border:1px solid #112187;
	background-color:#112187;
	color:#FFFFFF;
	padding:2px;
	width:70px;
	font-size:0.9em;
	letter-spacing:1px;
}
.price {
	text-align:center;
	color:#000000;
	font-size:1.7em;
	padding:5px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	height:0;
}