/* @override http://reinventedsoftware.com/css/reinvented_v3.css */

/* Page */

#header {
	background-image: url(../images/ReinventedHeader.jpg);
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	height: 90px;
	width: 920px;
	margin: auto;
}

#page {
	background-image: url(../images/ReinventedBody.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 920px;
	top: 0;
	bottom: 50px;
	left: 0;
	margin: 0 auto;
}

#footer {
	font-size: 11px;
	background-image: url(../images/ReinventedFooter.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	bottom: 0;
	height: 50px;
	width: 920px;
	clear: both;
	margin: auto;
}

.logo {
	height: 90px;
	width: 260px;
	left: 75px;
	top: 0px;
	position: relative;
	float: left;
}

.maincolumn {
	margin-right: 200px;
	width: 600px;
	height: auto;
	padding-top: 10px;
}

/* Menu */

.menu {
	color: white;
	font-size: 14px;
	top: 66px;
	position: relative;
	height: 30px;
	float: left;
	left: 340px;
	line-height: 14px;
}

.menuitem {
	color: white;
	text-decoration: none;
	float: left;
	display: block;
	padding: 5px;
	border-left: 1px solid #254c7e;
}

.menu a {
	color: white;
	text-decoration: none;
}

.menu a:hover {
	color: white;
	background-image: url(../images/Menu.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
}

.menu a:visited {
	color: white;
}

.firstmenuitem {
	text-decoration: none;
	color: white;
	float: left;
	display: block;
	padding: 5px;
}

.firstmenuitem a:hover {
	color: white;
	background-image: url(../images/Menu.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
}

.submenu {
	line-height: 20px;
	white-space: nowrap;
	list-style-type: square;
	position: relative;
	font-size: 13px;
	float: left;
	left: 600px;
	height: 20px;
}

/* Sidebar */

.sidebar {
	font-size: 12px;
	height: auto;
	width: 220px;
	float: right;
	visibility: visible;
	padding-top: 10px;
	padding-bottom: 10px;
}

.button {
	color: white;
	line-height: 24px;
	background-image: url(../images/bluebutton.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 100%;
	height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.button a {
	color: white;
	text-decoration: none;
	font-size: 13px;
}

.button:hover {
	line-height: 24px;
	background-image: url(../images/bluebuttonover.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.pullout {
	background-image: url(../images/pullout_body.gif);
	width: 220px;
	height: auto;
	float: right;
	margin: 10px auto;
}

.pulloutheader {
	background-image: url(../images/pullout_title.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	text-shadow: rgba(0,0,0,0.75) 0 1px 2px;
}

.pulloutfooter {
	background-image: url(../images/pullout_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: 0;
	height: 5px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}

.pulloutbody {
	font-size: 11px;
	margin: 0 10px 0;
}

.pulloutbody ul {
	text-indent: 0;
	white-space: normal;
}

/* Content */

.content {
	width: 840px;
	height: auto;
	margin-left: 40px;
	margin-top: 10px;
}

.featuretitle {
	text-align: center;
	width: 100%;
}

.featuretitletext {
	width: 270px;
	float: right;
}

.featurebox {
	width: 580px;
	height: auto;
	float: left;
	clear: left;
	margin-bottom: 20px;
}

.featurebox img {
	margin-right: 10px;
}

.featurebox h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.textimage {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.discountcode {
	font-size: 16px;
	background-color: #ebebeb;
	text-align: center;
	width: 200px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border: dashed 3px #2c6abc;
}

/* Home Page */

.productbox {
	width: 420px;
	height: auto;
	float: left;
	margin-top: 30px;
}

.productbox img {
	padding-bottom: 10px;
}

.productpullout img {
	padding: 0;
}

.productpullout {
	background-image: url(../images/ProductPulloutBody.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	width: 350px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 0;
}

.productpulloutheader {
	color: white;
	line-height: 25px;
	background-image: url(../images/ProductPulloutHeader.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 25px;
	font-size: 14px;
	text-shadow: rgba(0,0,0,0.5) 0 1px 2px;
	font-weight: bold;
}

.productpulloutbody {
	margin: 10px;
}

.productpulloutfooter {
	background-image: url(../images/ProductPulloutFooter.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	clear: both;
}

.productpulloutbody ul {
	font-size: 13px;
	margin-left: 0;
	padding-left: 20px;
	white-space: normal;
	list-style-type: square;
	line-height: 18px;
}

.productdivider {
	height: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 3px solid #a6a6a6;
}

.productbox h1 {
	font-size: 36px;
}

.productbox h2 {
	font-size: 18px;
}

blockquote {
	color: gray;
	border-left-style: solid;
	border-left-color: gray;
	padding-left: 10px;
}