/*--------------------------------------------------
GLOBALS
--------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 800px;
}

a {
	color: #FC4128;
}

img {
	border-style: none;
}

ol {
	padding-left: 50px;
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.bold_orange {
	font-weight: bold;
	color: #FC4128;
}

/*--------------------------------------------------
HEADER
--------------------------------------------------*/

#header {
	border-bottom: 2px solid #FC4128;
	border-top: 2px solid #FC4128;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#header_content {
	background-color: #FC4128;
	height: 75px;
}

#header_logo {
	float: left;
}

#header_logo img {
	border: 0;
	float: left;
	margin-left: 35px;
	margin-top: 10px;
}

#header_nav {
	float: right;
}

#header_nav img {
	border: 0;
	float: left;
	margin-right: 20px;
	margin-top: 32px;
}

.valentines_border_bottom {
	margin-bottom: 10px;
}

/*--------------------------------------------------
MAIN
--------------------------------------------------*/

#main {
	height: 1%;
}

#main .centered {
	text-align: center;
	margin-bottom: 15px;
}

#main:after {
	clear: both; 
	content: "."; 
	display: block; 
	font-size: 0;	
	height: 0; 
	visibility: hidden;
}

#main .home{
	text-align: center;
	padding-top: 15px;
	margin-bottom: 30px;
}

/*--------------------------------------------------
NAV
--------------------------------------------------*/

#nav {
	float: left;
	margin-bottom: 15px;
	text-align: center;
	width: 200px;
}

#nav p {
	height: 10px;
}

#nav .section {
	margin-top: 30px;
}

#nav .item {
	margin-top: 15px;
}

/*--------------------------------------------------
CONTENT
--------------------------------------------------*/

#content {
	border-left: 1px dotted #CCC;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	width: 538px;
}

#content .aligned_right {
	text-align: right;
}

#content .centered {
	text-align: center;
}

#content .space_before {
	margin-top: 10px;
}

#content .space_after {
	margin-bottom: 10px;
}

#content .stores {
	float: left;
	width: 50%;
}

#content .dotted_line {
	margin-top: 30px;
	border-top: 1px dotted #CCC;
	padding-top: 30px;
}

#content .dotted_w_space_after {
	border-top: 1px dotted #CCC;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-top: 30px;
	width: 200px;
}

#content .products {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .products th, #content .products td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content .products th {
	font-weight: normal;
	text-align: right;
}

#content .products .flavor {
	padding-bottom: 2px;
}

.gone_surfin {
	text-align: center;
	padding-top: 20px;
}

/*--------------------------------------------------
FOOTER
--------------------------------------------------*/

#footer {
	border-top: 1px dotted #CCC;
	clear: both;
	color: #999;
	font-size: 10px;
	padding-top: 15px;
	text-align: center;
}

#footer form {
	padding-bottom: 15px;
	padding-top: 15px;
}

#footer form input {
	color: #999	;
	font-size: 10px;
	font-style: italic;
}

/*--------------------------------------------------
CHECKOUT
--------------------------------------------------*/

#checkout_top, #checkout_bottom {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#checkout_top {
	margin-top:  50px;
}

#checkout_bottom .c_line, #checkout_bottom a {
	font-family: "lucida grande", geneva, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

#checkout_bottom a {
	color: #FC4128;
}

/*--------------------------------------------------
DEADLINES
--------------------------------------------------*/

.deadlines {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-left: auto;
	margin-right: auto;
	width: 538px;
}

.deadlines .caption {
	font-weight: bold;
	text-align: center;
}

.deadlines td {
	text-align: center;
}

.deadlines th, .deadlines td {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 5px;
}

.deadlines th {
	font-weight: normal;
	text-align: right;
}
