/* GENERAL */

html { 
	overflow: -moz-scrollbars-vertical; 
}

* {
	margin: 0;
	padding: 0;
}

img { border: none; }

body {
	font-family: Arial, times, serif;
	font-size: small;
	background: #fff url('/img/body_bg.jpg') top left repeat;
	/*background: #fff url('/img/beta_bg.png') top center no-repeat;*/
	padding: 0;
	margin: 0;
	padding-top: 50px;
}

body > .gutter {
	background: url(/img/body_shadow.png) top center no-repeat;
}

ul, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link { color: #1d1d91; }
a:visited { color: #1d1d91; }
a:hover { color: #528DF7; }
a:active { color: #1d1d91; }

/* MAIN */

#main-wrap {
	margin: 0 auto;
	width: 1000px;
	background-color: #fcf8bb;
	border: 1px solid #ccc;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* FLASH INTRO */

.intro-top {
	background: url(/img/banner_top_bg.png) top center no-repeat;
	height: 30px;
	width: 707px;
	/*border: 2px solid #1e3e60;*/
	border-bottom: 0;
	margin: 0 auto;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.intro-bottom {
	background: url(/img/banner_bottom_bg.png) bottom center no-repeat;
	font-family: Verdana, sans-serif, serif;
	font-size: smaller;
	text-align: center;
	color: #fff;
	position: relative;
	/*border: 2px solid #1e3e60;*/
	border-top: 0;
	height: 30px;
	width: 707px;
	margin: 0 auto;
	margin-bottom: 50px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.intro-bottom .gutter {
	position: relative;
	top: 4px;
}

.intro-links {
	text-align: center;
	font-family: "Georgia", "serif";
}

.intro-links ul {
	display: block;
	margin-bottom: 10px;
	margin-top: 1px;
}

.intro-links a {
	padding: 0 20px;
}

.continue { float: right; padding-right: 5px; font-style: italic; margin-bottom: 1px; }


/* HEADER */

#header {
}

#header-left {
	float: left;
	width: 160px;
	height: 230px;
	position: relative;
	z-index: 2;
}

#header-left img {
	position: relative;
	top: 80px;
}

#header-right {
	float: left;
	width: 840px;
	height: 230px;
}

/* NAVIGATION MENU */

#navigation {
	background: #fff;
	position: absolute;
	z-index: 1;
	top: 165px;
	left: -10px;
	width: 1020px;
	border: 1px solid #ccc;
}

#navigation li {
	display: block;
	float: left;
	/*display: -moz-box;*/
}

#navigation ul {
	display: block;
	cursor: pointer;
	text-align: left;
}

#navigation li:hover {
	background-color: #d9efe3;
}

#navigation a {
	font-family: "Arial", serif;
	font-variant: small-caps;
	font-size: 13px;
	text-decoration: none;
	color: #0055a6;
	display: block;
	padding: 3px 10px 5px 10px;
}

#navigation a:link { color: #0055a6; }
#navigation a:visted { color: #0055a6; }
#navigation a:hover { color: #96a3af; }

#navigation .gutter {
	margin-left: 200px;
}

#main-content {
	background: #fcf8bb;
	overflow: hidden;
}

#main-content .sitemap ul, #main-content .sitemap li { list-style: disc;  }
#main-content .sitemap li { display: list-item; margin-left: 50px; padding: 2px; }

#footer {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 10px;
	clear: both;
}

/* PRODUCTS */

.product dl dt {
	float: left;
}

.product dl dd {
	font-size: 13px;
	color: #666;
	float: left;
	padding: 20px;
	padding-top: 60px;
	width: 400px;
}

.product .title {
	font-family: "Georgia", "Arial";
	font-size: 18px;
	color: #607c94;
}

.product .image {
	padding-top: 20px;
}

/* TESTIMONIALS */
.testimonials { width: 600px; }
.testimonials blockquote { margin: 20px; }

/* FORMS */
label { display: block; margin-bottom: 5px; font-family: Georgia,serif; }
input[type=text] { border: 1px solid #BCBCBC; padding: 2px 3px; min-width: 200px; }
input[type=password] { border: 1px solid #BCBCBC; padding: 2px 3px; min-width: 200px; }
input[type=submit] { font-weight: bold; }
select { min-width: 100px; }
fieldset { border: 1px solid #aaa; font-family: Georgia,serif; background: #d3cca2 url('/img/form-bg.png') top left repeat-x; position: relative; }
fieldset h2 { color: black; font-weight: bold; padding: 10px; border-bottom: 1px dashed gray; font-style: italic; }
fieldset label { color: #222; }
fieldset em { color: #f00; }
fieldset legend { color: black; position: absolute; }
fieldset .input { border-bottom: 1px solid #999; border-top: 1px solid white; padding: 10px; }
fieldset .message { padding: 10px; padding-bottom: 0; color: #222; font-size: .8em; }
fieldset p.description { padding: 10px 0px 0px 10px; color: #555; font-style: italic; }
.button-area { padding: 10px; padding-top: 30px; }
.button-area div { display: inline; }
.ext-mb-text { color: #000; }

.validation-errors { background: #e2dec9; border: 1px solid #faa; color: black; padding: 20px; }
.validation-errors { margin: 10px 0px; }
.validation-errors h3 { padding-bottom: 10px; }
.validation-errors .error-message { color: #f00; }

.user-list .disabled { color: #aaa;}

/* QUOTES */
blockquote { background: url(/cms/img/input_bottom.png) bottom left no-repeat; font-family: Georgia,serif; font-style: italic; color: #666; line-height: 1.5em; margin-bottom: 30px; padding-bottom: 20px; }
blockquote p { margin: 10px 0px; }
blockquote p:first-child {  text-indent: 22px; background: url('/img/quote_top.png') top left no-repeat; }
blockquote span.lastword { background: url('/img/quote_bottom.png') top right no-repeat; padding-right: 22px; }
blockquote p cite { margin-top: 15px; margin-left: 10px; display: block; color: #333; font-size: small; font-family: Arial, Helvetica, sans-serif; }
.quotes blockquote p { font-style: normal; }

h1.thanks {
	font-family: Georgia, serif;
	color: #666;
	font-weight: normal;
}

div.input {
	margin-bottom: 2em;
}

div.error-message {
	color: #f00;
	margin-top: 0.5em;
}

#content-right a.free-sample img {
	border: none;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}


/* UTILITY */
.clearMe {
	clear: both;
}

/* TOOLTIPS */

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url('/img/bubble.png') top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('/img/bubble.png') bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


