/*
// Design by Robin Leboe @ Coast Creative
// http://www.robinseggproductions.com
*/

body {
	margin: 0;
	padding: 0;
	background: #f7ffe0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2 {
	font-weight: normal;
}

p, ol, ul {
	margin-top: 0;
	line-height: 150%;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	height: 110px;
	margin: 0 auto;
	text-transform: uppercase;
}

#breadcrumbs {
	padding: 5px 0 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}

#logo {
	background-image: url(../images/stor-x_logo.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 285px;
	float: left;
	margin: 10px 0 0 10px;
}

#logo span {display:none;} /* hide logo text replaced by image */ 

#headline-box {
	width: 318px;
	float: left;
}

#headline {
	padding: 25px 0 0 25px;
	font-size: 20px;
	font-weight: bold;
	color: #6d984a;
	clear: right;
}

#headline-detail {
	padding: 25px 25px 0 25px;
	font-size: 14px;
	line-height: 130%;
	color: #6d984a;
}

#flashvideo {
	float: left;
	padding: 70px 0 0 0;
	width: 330px;
	height: 250;
}

#menu {
	float: right;
	padding-top: 55px;
	width: 650px;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
}

/* Show Box */

.showbox {
	background-image: url(../images/show_box.png);
	background-repeat: no-repeat;
	height: 381px;
	width: 960px;
	margin-left: 5px;
}

.showbox .title {
}

.showbox .title h1, .showbox .title h2 {
	height: 35px;
	margin: 0;
	padding: 15px 0 0 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

.showbox .entry {
	padding: 10px 20px 0 20px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* Faux Columns */

.columns {
	clear: both;
	background: url(../images/box_y_repeat.png) repeat-y;
	border-top: 20px solid #f7ffe0;
}

.columns .title {
}

.columns .title h2 {
	height: 25px;
	margin: 0;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}

.columns .left {
	background: url(../images/box_top.png) no-repeat;
}

.columns .middle {
	background: url(../images/box_top.png) no-repeat;
}

.columns .right {
	background: url(../images/box_top.png) no-repeat;
}

.columns .column-L, .columns .column-M, .columns .column-R{
	width: 320px;
}

.columns .column-L {
	float: left;
}

.columns .column-M {
	float: left;
}

.columns .column-R {
	float: right;
}

.columns .btm {
	clear: both;
	background: url(../images/box_bottom.png) no-repeat left bottom;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: #f7ffe0;
	text-align: center;
	font-size: smaller;
}
#header {
	width: 960px;
}

