
/* structure
********************************************************************/
body {
    font: normal 100.01%/1.4 Arial,Helvetica,Tahoma,Geneva,sans-serif;
    text-align: center;
}

#wrap {
	width: 982px;
    margin: 0 auto;
    text-align: left;
}
#wrap .wrapInner {
	padding: 0 10px;
	border-left: 1px solid #D4DCEC;
	border-right: 1px solid #D4DCEC;
}
#content {
}

#subcol {
	float: left;
	width: 200px;
	margin-top: 70px;
}
#maincol {
	float: left;
	width: 760px;
}
#maincol .maincolInner {
	padding: 0 5px 15px 15px;
}
#xcol {
	float: right;
	width: 195px;
}

/* header
********************************************************************/

/*____________ logo ____________*/

#header {
	background: url(../_images/bkg/bkgHeader.jpg) no-repeat right 15px;
}
#header h1 {
	padding: 10px 0 0 10px;
}
#header h1 a {
	background: url(../_images/logo.jpg) no-repeat left top;
	display: block;
	width: 454px;
	height: 35px;
}
#header p.tagline {
	font-weight: bold;
	padding: 0 0 1em 10px;
}

/*____________ login bar ____________*/

#header div.bar {
	margin: 10px 0;
	padding: 10px 15px;
	background-color: #d4dcec;
	color: inherit;
	line-height: 1.2;
}
#header form {
}
#header form fieldset {
	border: 0;
	float: right;
}
#header form legend {
	display: none;
}
#header form label {
	padding-left: 15px;
}
#header form input#email {
	width: 175px;
}
#header form input#regcode {
	width: 95px;
}
#header form input.button {
	margin: 0 15px 0 5px;
}
#header form a {
	font-size: .8em;
	float: right;
	width: 8em;
	margin: -2px 0;
}

/* homepage
********************************************************************/

.home #content h2 {
	font-size: 1em;
	color: #fff;
	background: url(../_images/bkg/bkgHeadline.gif) #322a8b repeat-x left center;
	padding: 2px 10px;
	margin-right: 15px;
}
.home #content h3 {
	font-size: 1em;
}

#content .module,
#content .action {
	margin: 0 0 15px 0;
	float: left;
	width: 370px;
}

#content .module .moduleContent {
	margin: 0 15px 0 10px;
}

/*____________ action module ____________*/

#content .action {
	position: relative;
}
#content .action ul {
	background-color: #d8e4f8;
	color: inherit;
	border: 1px solid #adaad1;
	padding: 20px;
	margin: 0 15px 10px 0;
}
#content .action ul li {
	font-size: 150%;
	list-style-type: none;
	margin: 0 0 8px 0;
}
#content .action ul li a {
	text-decoration: none;
	display: block;
	width: 312px;
	height: 58px;
	background: transparent url(../_images/bkg/bkgActionButtons.gif) no-repeat scroll;
}
#content .action ul li a span {
	display: block;
	padding: 15px 5px 0 80px;
}

#content .action ul li.try a {
	background-position: 0 -130px;
}
#content .action ul li.buy a {
	background-position: 0 0;
}
#content .action ul li.see a {
	background-position: 0 -65px;
}

/* round corners */
#content .action .corner {
	position: absolute;
	width: 7px;
	height: 7px;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../_images/bkg/bkgActionModuleCorners.gif);
	overflow: hidden;
}
#content .action .tl {
	top: 0;
	left: 0;
	background-position: 0 0;
}
#content .action .tr {
	top: 0;
	right: 15px;
	background-position: -7px 0;
}
#content .action .bl {
	bottom: 10px;
	left: 0;
	background-position: 0 -7px;
}
#content .action .br {
	bottom: 10px;
	right: 15px;
	background-position: -7px -7px;
}

/*____________ testemonials ____________*/

#content .testemonial {
	margin: 0 15px 10px 0;
	overflow: hidden;
}
#content .testemonial img {
	float: left;
	margin-right: 25px;
}
#content .testemonial blockquote {
	color: #005497;
	background-color: inherit;
}
#content .testemonial blockquote p {
	margin-bottom: 0;
}
#content .testemonial cite {
	font-style: normal;
	font-size: 90%;
}

/*____________ contact module ____________*/

#content .contact {
/*
	border: 1px solid #a8c3a6;
*/
	margin: 21px 15px 30px -5px;
	font-size: 90%;
}
#content #subcol .contact {
	margin-right: 5px;
	margin-left: 0;
}
#content .contact h3 {
	color: #146012;
	background-color: inherit;
	font-size: 1.3em;
}
#content .contact dl {
}
#content .contact dl dt {
}
#content .contact dl dd {
	margin: 0 0 .5em 0;
}
/* round corners */
#content .contact ,
#content .contact .bg {
	background-image: url(../_images/bkg/bkgContactModule.gif);
	background-color: #d6f0d5;
	color: inherit;
	background-repeat: no-repeat;
	display: block;
}
#content .contact {
	background-position: left bottom;
}
#content .contact .r1 {
	background-position: right bottom;
	padding: 0 0 10px 0;
	margin-left: 10px;
}
#content .contact .r2 {
	background-position: left top;
	padding: 0 0 0 10px;
	margin-left: -10px;
}
#content .contact .r3 {
	background-position: right top;
	padding: 10px 15px 0 5px;
}

/* tour
********************************************************************/

/*____________ slide navigation on the left ____________*/

#content p.back {
	margin-bottom: .7em;
	font-size: .9em;
}
#content ul.slideNav {
	background-color: #d8e4f8;
	padding: 10px 0;
	width: 212px;
	position: relative;
}
#content ul.slideNav li {
	border-bottom: 1px solid #fff;
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
}
#content ul.slideNav li a,
#content ul.slideNav li strong {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px 5px;
	margin: 0 0 1px;
}

#content ul.slideNav li a:link,
#content ul.slideNav li a:visited {
	background-color: inherit;
}
#content ul.slideNav li a:hover,
#content ul.slideNav li a:active,
#content ul.slideNav li a:focus,
#content ul.slideNav li strong {
	background-color: #fff;
}

/*____________ tour content ____________*/

/* teaser images on the top right */
#content .actionButtons {
	float: right;
	margin: 0 24px 0 0;
}
#content .actionButtons a {
	margin-left: 2px;
}

/* slide tab on top of slide */
#content ul.slideTab {
	margin: 12px 0 -7px;
	overflow: hidden;
}
#content ul.slideTab li {
	list-style: none;
	background: transparent url(../_images/bkg/bkgSlideNavLeft.gif) no-repeat left top;
	display: block;
	float: left;
	padding-left: 12px;
	margin-left: 30px;
	font-size: 1.4em;
	line-height: 59px;
}
#content ul.slideTab strong {
	background: transparent url(../_images/bkg/bkgSlideNavRight.gif) no-repeat right top;
	display: block;
	padding: 0 1.5em 0 1em;
	vertical-align: center;
}

/*____________ slide ____________*/

#content .slide {
	background: url(../_images/bkg/bkgSlide.gif) repeat-y scroll 0 0;
	width: 741px;
	padding: 32px 0 20px;
}
#content .slideTop {
	background: transparent url(../_images/bkg/bkgSlideSprite.gif) no-repeat scroll 0 0;
	height: 7px;
}
#content .slideBottom {
	background: transparent url(../_images/bkg/bkgSlideSprite.gif) no-repeat scroll 0 -7px;
	height: 13px;
	margin-bottom: 30px;
}
#content .slideContent {
	border: 1px solid #c1c0c6;
	margin: 0 32px;
	padding: 32px;
	font-size: 130%;
	height:200px;
}
/* slide content */
#content .slideContent h2 {
	font-size: 1.1em;
}
#content .slideContent img {
	float: right;

}
/* next and previous links with arrows */
#content .slideBrowse {
	margin: 10px 32px 0;
}
#content .slideBrowse ul {
}
#content .slideBrowse ul li {
	margin-left: 0;
	list-style-type: none;
	line-height: 39px;
}
#content .slideBrowse ul li a {
	display: block;
	background: transparent url(../_images/bkg/bkgArrows.gif) no-repeat scroll 0 0;
	font-weight: bold;
	text-decoration: none;
}
#content .slideBrowse ul li a:link,
#content .slideBrowse ul li a:visited {
	color: #000080;
}
#content .slideBrowse ul li a:hover,
#content .slideBrowse ul li a:active,
#content .slideBrowse ul li a:focus {
	color: #ff4200;
}
#content .slideBrowse ul li.prev {
	float: left;
}
#content .slideBrowse ul li.prev a {
	padding-left: 80px;
}
#content .slideBrowse ul li.next {
	float: right;
}
#content .slideBrowse ul li.next a {
	padding-right: 80px;
	background-position: right -39px;
}
#content .slideBrowse p {
	text-align: center;
	margin: 0;
	line-height: 39px;
	font-size: .9em;
}

/* footer
********************************************************************/

#footer {
	background-color: #eff2f8;
	color: inherit;
	padding: 10px;
	font-size: 80%;
}

/*____________ copyright line ____________*/
#footer p.copyright {
	margin-bottom: 1.1em;
}
#footer p.copyright a {
	float: left;
	background: url(../_images/haymarket.gif) no-repeat scroll 0 0;
	width: 73px;
	height: 18px;
	margin-right: 5px;
}
#footer p.copyright a span {
	text-indent: -5000px;
	display: block;
}
#footer ul {
	float: left;
}

/*____________ link line ____________*/
#footer ul li {
	float: left;
	list-style-type: none;
	padding: 0 7px;
	border-left: 1px solid #000;
	line-height: 1;
}
#footer ul li.first {
	padding-left: 0;
	border-left: none;
}

#footer dl {
	float: right;
	line-height: 1;
}
#footer dl dt,
#footer dl dd {
	display: inline;
	padding: 0 5px;
	line-height:1.5em;
}

