﻿a {
	color: #2970A6;
	text-decoration: none;
}

body {
	font: 78.5%/1.3 Arial, Helvetica, sans-serif;
	color: #555555;
	background: #fff url(/Content/images/top-bg-gradient.png) 0 0 repeat-x;
}

.clear {
	font-size: 0;
	overflow: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}


/* User position styles */

.header, .navigation, .footer {
	position: relative;
}

img {
	border-color: inherit;
	border-style: none;
	border-width: 0;
}

.logo, .site-description, .footer ul {
	position: absolute;
}



/* Main styles */

.wrapper {
	width: 974px;
	margin: 0 auto;
	background: #ececec url(/Content/images/top-bg.png) -974px 0 repeat-y;
}

.header {
	width: 950px;
	height: 90px;
	padding: 0 12px;
	background: url(/Content/images/top-bg.png) 0 0 no-repeat;
}

.logo {
	left: 10px;
	top: 0px;
	font-size: 0;
	line-height: 0;
}

	.logo img {
		margin-top: 10px;
	}

.site-description {
	right: 15px;
	top: 40px;
	font-size: 10px;
	width: 300px;
	color: #6b7a83;
	text-align: right;
}


.navigation {
	width: 950px;
	height: 24px;
	margin: 0 7px;
	padding-top: 7px;
	padding-left: 10px;
	background: url(/Content/images/navi-bg.png) 0 0 repeat-x;
}



	.navigation li {
		float: left;
		display: inline;
		margin-left: 12px;
		padding-right: 12px;
		border-right: 1px solid #fff;
	}

		.navigation li.last {
			border-right: none;
		}

	.navigation a {
		font-size: 13px;
		font-weight: bold;
		color: #e6e6e6;
		text-decoration: none;
	}

		.navigation a:hover {
			color: #FFCC00;
		}

* + html {
	top: 40px !important;
}

h2 {
	font-size: large;
}

.footer {
	font-size: 11px;
	width: 974px;
	height: 35px;
	background: url(/Content/images/top-bg.png) -1948px bottom no-repeat;
}

	.footer ul {
		right: 0;
		bottom: 15px;
		height: 20px;
		margin-right: 10px;
	}

	.footer li {
		float: left;
		display: inline;
		margin-left: 7px;
		padding-right: 7px;
		border-right: 1px solid #a7b7b7;
	}

		.footer li.last {
			border-right: none;
		}

	.footer a {
		color: #000;
	}


button:disabled {
	cursor: not-allowed;
}
#sidebar {
	background: #F7F7F7;
	width: 300px;
	float: right;
	font-size: 95%;
	line-height: 145%;
	overflow: hidden;
	margin-right: 20px;
}

.purchaseButton {
	cursor: pointer;
	border-width: 0;
	text-align: center;
	position: absolute;
	height: 58px;
	width: 252px;
	background-image: url('/Content/ButtonRed.jpg');
	top: 14px;
	left: 135px;
}

.purchaseButton:disabled {
	background-image: url('/Content/ButtonRed_Disabled.jpg');
}

.purchaseButtonText {
	color: White;
	font-size: large;
	width: 91%;
	top: 17px;
	left: 0;
	height: 28px;
}
