/* Page */

#header {
	clear: both;
	background-image: url(../images/ReinventedHeader.png);
	background-position: center top;
	top: 0;
	left: 0;
	height: 70px;
	width: 920px;
	margin: auto;
}

#page {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-position: 0 0px;
	width: 920px;
	left: 0;
}

#footer {
	font-size: 13px;
	background-position: 0;
	text-align: center;
	bottom: 0;
	height: 50px;
	width: 920px;
	clear: both;
	margin: auto;
}

#footer p {
	color: #3f3f3f;
}

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

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

/* Menu */

.menu {
	left: 602px;
	color: #e6f2fe;
	background-image: url(../images/menubar.png);
	top: 43px;
	font-size: 13px;
	position: relative;
	height: 27px;
	float: left;
	line-height: 20px;
}

.menuitem {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/menu-divider.png);
	float: left;
	display: block;
}

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

.menu a:hover {
	color: white;
}

.leftmenuitem {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/menubar-left.png);
	float: left;
	display: block;
}

.rightmenuitem {
	background-repeat: no-repeat;
	background-image: url(../images/menu-divider.png);
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-position: left top;
	text-decoration: none;
	float: left;
	display: block;
}

.menuright {
	width: 5px;
	background-image: url(../images/menubar-right.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	display: block;
}

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

/* Sidebar */

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

.button {
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
	background-color: #225ca5;
	color: white;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
    border-radius: 12px;
    -moz-border-radius: 12px;
}

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

.sidebar a:hover {
	text-decoration: none;
}

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

.button:hover {
	text-decoration: none;
	background-color: #18457d;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.pullout {
	border-color: #a4a4a4;
	border-style: solid;
	border-width: 1px;
	background-color: #e5e5e5;
	width: 220px;
	height: auto;
	float: right;
	margin: 10px auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.pulloutheader {
	border-width: 1px;
	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;
	border-radius: 4.5px 4.5px 0px 0px;
	-moz-border-radius: 4.5px 4.5px 0px 0px;
	background: -moz-linear-gradient(100% 100% 90deg, rgba(0,0,0,0.45), rgba(0,0,0,0.25));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0.25)), to(rgba(0,0,0,0.45)));
}

.pulloutfooter {
	bottom: 0;
	height: 0px;
	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 {
	padding-left: 40px;
	width: 840px;
	margin-top: 0px;
}

.featuretitle {
	padding-top: 10px;
	width: 100%;
	float: left;
	text-align: center;
	border-radius: 7.5px;
}

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

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

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

.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;
}

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


