body {
	color: #333333;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

div#master-container {
	text-align: left;
	width: 700px;
	margin: 10px auto 10px auto;
	
}

body, p, ol, ul, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:   13px;
	line-height: 18px;
}

div#container {
	clear: right;
	margin: 0px auto 0px auto;
	text-align: left;
}

#main {
	overflow: hidden;
	width: 665px;
	margin: 0px auto 0px auto;
}


#main h1 {
	font-size: 28px;
	margin: 5px 0 4px 0;
	border-bottom: 2px solid #cccccc;
	color: #c60;
}

#main h2 {
	color: #454545;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	width: 300px;
	margin-bottom: 4px;
}


a, a:visited {
	color: #6DA3D9;
}

img, a img {
	border: 0;
}

.left {
	float: left;
	margin: 4px;
	display: inline;
}

.right {
	float: right;
	margin: 4px;
	display: inline;
}

a.image-link {
	background: transparent;
	border: 0;
}

#tabs {
}

#tabs ul {
	margin-right: 20px;
	text-align: right;
}

#tabs li {
	list-style-type: none;
	display: inline;
	border: 1px solid #c7ccdb;
	border-bottom: none;
	padding: 3px 8px 5px ;
	margin-left: 4px;
	margin-right: 4px;
}

#tabs ul li:hover, #tabs ul li.products:hover {
	border: 1px solid #787878;
	border-bottom: none;
	background: #ffffff url(/images/tab_hover.png) 0px 0px repeat-x;
	cursor: pointer;
}


#tabs ul li a, #tabs ul li a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #a5aab9;
}


#tabs ul li.here, #tabs ul li.here:hover {
	border: 1px solid #a5aab9;
	border-bottom: none;
	background-color: #ffffff;
	list-style: none;
	display: inline;
}

#tabs ul li.here, #tabs ul li.here:hover, #tabs ul li.here a {
	background: #ffffff;
	color: #333333;
}

#tabs ul li:hover a, #tabs ul li a:hover {
	color: #333333;
}


#main-product {
	margin: 0px auto 0px auto;
	background: #E0DDD6 url(/images/front_banner.jpg) top right no-repeat;
	border: 1px solid #a5aab9;
	text-align: center;
	padding-right: 20px;
	overflow: hidden;
	width: 635px;
	cursor: pointer;
	height: 230px;
}

#main-message {
	font-size: 20px;
	line-height: 24px;
	color: #444444;
	padding-top: 10px;
}

#main-product a {
	float: left;
}

#image-gallery img {
	border: 1px solid #000000;
	width: 75px;
	height: 55px;
	margin: 5px;
}

img.product-image {
	border: 3px solid #a5aab9;
}

/********* COLOR SETS ******

	Blue
		stand-out: 8AB0D6
		stand-out-hover: 6DA3D9
	
	
	
	Orange
		stand-out: E79837
		stand-out-hover: EB9021
		
	
	
	Red
		stand-out: E5462B
		stand-out-hover: FF2500
	
	
	Gray
		stand-out: A2A0A1
		stand-out-hover: 6E6E6E

****************************/

.stand-out, a.stand-out:visited, a.stand-out {
	color: #8AB0D6;
}

a.buy-something:hover {
	background-color: #ffffff;
	color: #6DA3D9;
}

#buy-now-button {
	display: block;
	margin-top: 2em;
	margin-left: 3em;
	padding:1em;
}

#buy-now-button a {
	text-decoration: none;
}

h2.the-solution {
	color: #454545;
}

p.the-solution {
	color: #131313;
	margin-top: 0px;
}

p.the-problem {
	color: #444444;
	margin-top: 0px;
}

span.stand-in {
	color: #232332;
	border-bottom: 1px solid #ddedde;
}

a.buy-something {
	font-size: 4em;
	font-family: Helvetica;
}

.really-big {
	font-size: 20px;
	font-weight: bold;
}

.column {
	display: block;
	width: 300px;
	padding: 4px;
}

.hidden {
	display: none;
}

#payment-choices a {
	text-decoration: none;
	padding: 4px;
}

#payment-choices a:hover {
	background-color: #6DA3D9;
	color: #ffffff;
}

#payment-choices a.img:hover {
	border-bottom: none;
}

/**************** Rounded box ***********

****************************************/

div.round-box, div.round-box-footer div, div.round-box-footer {
}

div.round-box {
	background: #ffffff url(/images/header_bg.png) top right no-repeat;
	background: url(/images/custom_corners_topleft.gif) top left no-repeat;
}

div.round-box img.logo {
	float: left;
	margin-left: 20px;
	margin-top: 16px;
}

div.round-box div.round-box-top-right {
	background: url(/images/custom_corners_topright.gif) top right no-repeat;
}

div.round-box-body {
	background: url(/images/custom_corners_rightborder.gif) top right repeat-y;
	padding: 10px;
}

div.round-box-footer {
	background: url(/images/custom_corners_bottomleft.gif) bottom left no-repeat;
}

div.round-box-footer div {
	height: 30px;
	padding: 15px;
	background: url(/images/custom_corners_bottomright.gif) bottom right no-repeat;
}

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

div#Footer {
	text-align: center;
	margin: 0px auto 0px auto;
	width: 600px;
	color: #aaaaaa;
	margin-top: 10px;
	padding: 3px 0px 10px 20px;
	border-top: 1px solid #cccccc;
	font-size: 10px;
}

div#Footer a:link, div#Footer a:visited {
	color: #666666;
}

div#Footer a:hover {
	color: #ffffff;
}

/************************
*************************/

