/* STRUCTURE
---------------------------------------------------------- */

html, body, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 1.4em;
	border: none;
	color: #333;
	text-align: left;
	vertical-align: baseline;
}

.wrapper {
	width: 100%;
	float: left;
	clear: both;
}

.container {
	width: 900px;
	margin: 0 auto;
}

.layer {
	float: left;
	width: 900px;
}

html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body {
	font-size: 12px;
	text-align:center;
	overflow: vertical;
}

div#page, div#nav {
	text-align: left;
}

div#nav {
	margin-bottom: 20px;
}

div#header .layer, div#page .layer {
	background: #FFF;
}

div#nav {
	background: #5ABBCF;
}

#header-titles {
	width: 590px;
	float: left;
	margin: 0 30px 0 0;
}

div#header-subcontent {
	float: right;
	width: 260px;
	margin-top: 10px;
}

div#header-subcontent p {
	font-size: 80%;
	color: #666;
}

div#header-subcontent img {
	float: left;
	margin-right: 8px;
}

div#header h1{
	float: left;
	width: 100%;
	margin-top: 10px;
}

div#header h1 a, div#header h1 strong {
	width: 114px;
	height: 57px;
	text-indent: -9999px;
	background: top left no-repeat url(../images/logo.jpg);
	display: block;
}

div#header h1 a:hover {
	background-position: 0 -57px;
}

div#header h2 {
	color: #666;
	font-size: 120%;
	margin-bottom: 0.5em;
}

div#maincontent {
	clear: left;
	float: left;
	width: 560px;
}

div#maincontent div.focus {
	width: 558px;
}

div#maincontent div#pageheader.focus {
	margin-bottom: 0;
}

div#subcontent {
	float: right;
	width: 260px;
}

div.section {
	float: left;
	clear: both;
	margin: 1em 0;
}

div.section.full {
	margin: 1em 0;
	width: 900px;
}

div.section.full a.left {
	margin-right: 40px;
}

div.section a{
	float: left;
}

div.section a.left{
	margin-right: 40px;
}

/* MENU
---------------------------------------------------------- */

/* HMENU */

ul.hmenu {
	float: left;
	list-style: none;
	margin: 0;
}

ul.hmenu li {
	float: left;
	width: 128px;
}

ul.hmenu li a, ul.hmenu .current {
	float: left;
	width: 88px;
	padding: 6px 20px;
}

ul.hmenu li a {
	text-decoration: none;
}

ul.hmenu li#faq {
	width: 108px;
}

ul.hmenu li#faq a, ul.hmenu li#faq .current {
	width: 68px;
}

ul.hmenu li#demo {
	width: 152px;
}

ul.hmenu li#demo a, ul.hmenu li#demo .current {
	width: 112px;
}

#nav .hmenu a, #subnav.hmenu a, a.current, .current {
	color: #FFF;
	font-weight: bold;
}

#nav .hmenu, #nav .hmenu a {
	background-color: #5ABBCF;
}

#nav .hmenu a:hover, #nav .hmenu a.current, #nav .hmenu .current {
	background-color: #D631AD;
}


#subnav.hmenu a:hover, #subnav.hmenu a.current, #subnav.hmenu .current {
	color: #D631AD;
	border-bottom: 1px solid #D631AD;
}

#subnav.hmenu a {
	color: #5288B9;
	border-bottom: 1px solid #5ABBCF;
}

ul#subnav.hmenu li {
	width: 152px;
	margin: 0;
}

ul#subnav.hmenu li a, ul#subnav.hmenu .current {
	padding: 6px 20px;
	width: 112px;
}

ul#subnav.hmenu li#admin {
	width: 140px;
}

ul#subnav.hmenu li#admin a, #subnav.hmenu li#admin .current {
	width: 100px;
}

/* ACCORDIAN
---------------------------------------------------------- */

#vertical_container {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#facts #vertical_container, #quick-tour #vertical_container {
	margin: 0;
}

.accordion_toggle {
	display: block;
	padding: 4px 18px 0 18px;
	border-top: 1px solid #CCC;
	background: #FFF top left no-repeat url(../images/toggle.gif);
	outline: none;
	color: #5288B9;
	cursor: pointer;
	margin: 0;
}

.accordion_toggle_active {
	color: #D631AD;
	background-position: 0 -36px;
}

.accordion_content {
	width: 534px;
	background-color: #FFF;
	color: #444;
	overflow: hidden;
	padding: 0 12px 0 12px;
}

.inaccordion {
	margin-left: 12px;
	width: 502px;
}

#maincontent #vertical_container .accordion_content div.focus {
	width: 532px;
}

/* CONTENT STYLES
---------------------------------------------------------- */

div#maincontent h3, div#maincontent h4 {
	margin: 0.75em 0 0.5em 0;
}

h3 {
	font-size: 160%;
}

div#subcontent h3 {
	margin-top: 2em;
}

div#subcontent h4 {
	margin-bottom: 0.5em;
}

h4 {
	font-size: 100%;
}

.focus h4 {
	margin-top: 0.25em;
}

p {
	padding-bottom: 0.5em;
}

a {
	color: #33689A;
	text-decoration: none;
}

a:hover {
	color: #A56D9E;
}


strong {
	font-weight: normal;
	color: #000;
}

table {
	margin-bottom: 0.5em;	
}

#page ul, #page ol, #ajaxcontent ul {
	margin: 0.5em 0 1em 0;
}

#page li, #ajaxcontent li {
	margin: 0 0 0.5em 3em;
	font-size: 100%;
}

.section.full .focus {
	width: 898px;
}

.focus {
	border: 1px dotted #CCC;
	background: #E8EDF0;
	padding: 0.5em 0;
	margin: 0.5em 0 1em 0;
}

div#subcontent img {
	margin-top: 1em;
}

.next {
	margin: 1em 0 20px 0;
	padding: 8px 0 8px 40px;
	background: #E8EDF0 left no-repeat url(../images/next.gif);
	border: 1px dotted #CCC;
}

.section.full p {
	width: 560px;
}

#processing-orders .section.full, #tracking-orders .section.full {
	margin-bottom: 0;
}

#content.zerotop {
	margin-top: 0;
}

#faqpage div.contact-box.focus {
	margin-top: 2em;
}

div.contact-box.focus {
	width: 258px;
	padding-bottom: 0;
}

div#subcontent div.contact-box.focus h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

div.contact-box.focus img {
/*	margin: 0 0 0.5em 52px; */
}

p.call {
	color: #FFF;
	font-weight: bold;
	background-color: #5ABBCF;
	padding-top: 0.5em;
}

p.focus, .focus p, p, h1, h2, h3, h4, .focus h4 {
	padding-left: 6px;
	padding-right: 6px;
}

#demopage .focus {
	margin: 0;
}

#sessionbox {
	background: #5ABBCF;
	width: 100%;
	height: 180px;
}

#sessionbox form {
	position: relative;
	top: 40px;
	left: 114px;
	width: 324px;
}

#sessionbox span {
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
}

/* AJAX
---------------------------------------------------------- */

#featurebox {
	margin-bottom: 20px;
}

#index #ajaxcontent {
	float: left;
	width: 898px;
	border: 1px solid #333;
	background: #E8EDF0;
}

#index #ajaxcontent  .focus{
	margin-top: 0;
	background: #E8EDF0;
	font-weight: bold;
	margin-bottom: 0;
	border: none;
}

#ajaxmenu {
	float: left;
}

.feature-content {
	float: left;
	width: 412px;
	margin: 10px 26px 0 0;
}

.feature-image {
	float: left;
	width: 200px;
	margin: 30px 30px 0 0;
}
.big-feature-image {
	float: left;
	width: 460px;
}

.big-feature-image img {
	float: left;
}

.feature-subcontent {
	float: left;
	width: 226px;
	margin-top: 10px;
}

ul#tabs {
	float: left;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	background: #5ABBCF;
	margin: 0;
}

ul#tabs li{
	float: left;
	list-style: none;
	margin: 0;
	border-right: 1px solid #333;
}

ul#tabs li.last{
	border-right: none;
}

ul#tabs li.last a{
	width: 151px;
}

ul#tabs li a{
	float: left;
	width: 152px;
	padding: 8px 38px 8px 8px;
	color: #FFF;
	background: #5ABBCF;
	font-weight: bold;
}

ul#tabs li a:hover {
	background: #D631AD;
}

#free-trial {
	z-index: 2;
	float: right;
	position: relative;
	top: -50px;
	left: -8px;
}

#index div#subcontent {
	z-index: 1;
	position: relative;
	top: -130px;
	margin: 4em 0 0 0;
}

a.imagelink {
	display: block;
	width: 260px;
	height: 140px;
	text-indent: -9999px;
	background: top left no-repeat;
}

a.imagelink:hover {
	background-position: 0 -140px;
}

#tourlink {
	background-image: url(../images/tour.png);
}

#demolink {
	background-image: url(../images/demo.png);
}

.linkbox {
	height: 160px;
	width: 100%;
	clear: both;
}

.linkbox #tourlink {
	float: left;
}

.linkbox #demolink {
	float: right;
}


blockquote {
	margin: 20px 0;
	padding-left: 32px;
	background: top left no-repeat url(../images/bq.gif);
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
}

blockquote p {
	color: #777;
}

cite {
	font-size: 90%;
}

#demopage p#intro, #index p#intro, #story p#intro {
	margin-bottom: 31px;
}

#the-tour p#intro, #facts p#intro, #overview p#intro {
	margin-bottom: 14px;
}

p#ease-last {
	margin-bottom: 17px;
}

#facts #free-trial {
	z-index: 2;
	float: left;
	position: relative;
	top: -8px;
	left: -16px;
}

#faqpage #header h2 {
	margin-bottom: 78px;
}

div#footer {
	border-top: 2px solid #5ABBCF;
	margin-top: 20px;
}

div#footer p {
	color: #777;
	text-align: center;
}

#index div#footer {
	margin-top: 0;
}

div#footer .layer  {
	padding-top: 8px;
}

.chatbox {
	padding-top: 0.5em;
	margin-top: 0.5em;
	color: #FFF;
	background: #D631AD;
	border-bottom: 1px solid #FFF;
}

#MARCA-COSURFING, #MARCA-COSURFING a img {
	margin: 0;
	padding: 0;
	width: 258px;
}

#MARCA-COSURFING a img {
	border-bottom: 2px solid #FFF;
	height: 45px;
}

#MARCA-COSURFING {
	height: 47px;
}

.leftcol {
	float: left;
}

.cols {
	width: 560px;
	margin-bottom: 20px;
}

.leftcol {
	margin-right: 20px;
	width: 200px;
}

.rightcol {
	float: right;
	width: 332px;
}

.accordion_content .cols {
	width: 534px;
}

.accordion_content .rightcol {
	width: 306px;
}

#interface .cols {
	width: 900px;
}

#interface .cols .leftcol {
	width: 560px;
}

#interface .cols .leftcol p {
	width: 550px;
}

#interface .cols .leftcol .focus {
	width: 558px;
}

#interface .cols .rightcol {
	width: 260px;
}

#interface .vertical_container {
	width: 898px;
}

#interface .accordion_content {
	width: 874px;
}

h1 span.i2s, h2 span.i2s, h3 span.i2s, h4 span.i2s, p span.i2s, li span.i2s, ol span.i2s, a span.i2s {
	font-family: "Times New Roman", Times, serif;
}


div#maincontent.general {
	clear: left;
	float: left;
	width: 260px;
}

div#subcontent.general {
	float: right;
	width: 560px;
}

div#maincontent.general div.focus {
	width: 258px;
}

#tournav a{
	padding: 0.5em;
	color: #5ABBCF;
	border: 1px solid #5ABBCF;
	background: #FFF;
}

#tournav a:hover {
	color: #D631AD;
	border: 1px solid #D631AD;
}
#tournav p {
	margin: 0 0 1em 8px;
	padding: 0;
}

#quick-tour #ajaxcontent {
	float: left;
	width: 558px;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	background: #FFF;
}

#quick-tour #ajaxcontent a {
	float: left;
	margin-left: 8px;
}

#quick-tour .focus {
	width: 558px;
}

#quick-tour #ajaxcontent p, #quick-tour #ajaxcontent h4 {
	float: right;
	width: 293px;
	margin-bottom: 0;
}

#quick-tour #ajaxcontent h4 {
	margin-top: 20px;
}

#workflow {
	float: left;
	width: 558px;
	border: 1px solid #E8EDF0;
	background: #E8EDF0;
	margin-bottom: 2em;
}

#workflow h2 {
	margin: 0.5em 0;
}

ul#workflow-diagram {
	height: 396px;
	width: 260px;
	list-style: none;
	margin: 0 0 1em 0;
}

ul#workflow-diagram li, ul#workflow-diagram a {
	float: left;
	width: 260px;
	margin: 0;
}

ul#workflow-diagram a {
	text-indent: -9999px;
	display: block;
}

ul#workflow-diagram a#wf-quote {
	height: 68px;
	background: top left no-repeat url(../images/workflow/quote.gif);
}

ul#workflow-diagram a#wf-sales-order {
	height: 68px;
	background: top left no-repeat url(../images/workflow/sales-order.gif);
}

ul#workflow-diagram a#wf-invoice {
	height: 40px;
	width: 130px;
	background: top left no-repeat url(../images/workflow/invoice.gif);
}

ul#workflow-diagram a#wf-purchase-order {
	height: 40px;
	width: 130px;
	background: top left no-repeat url(../images/workflow/purchase-order.gif);
}

ul#workflow-diagram a#wf-completed {
	height: 180px;
	background: top left no-repeat url(../images/workflow/completed.gif);
}

ul#workflow-diagram a#wf-quote:hover, ul#workflow-diagram a#wf-sales-order:hover {
	background-position: 0 -68px;
}

ul#workflow-diagram a#wf-invoice:hover, ul#workflow-diagram a#wf-purchase-order:hover {
	background-position: 0 -40px;
}

ul#workflow-diagram a#wf-completed:hover {
	background-position: 0 -180px;
}

a {
	outline: none;
}

ul#difference-demo {
	width: 460px;
	height: 310px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#difference-demo li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#difference-demo a {
	display: block;
	height: 310px;
	text-indent: -9999px;
}

ul#difference-demo a:hover {
	background-position: 0 -310px;
}

#dd-qt {
	width: 280px;
}

#dd-qt a {
	background: top left no-repeat url(../images/difference.jpg);
}

#dd-demo {
	width: 180px;
}

#dd-demo a {
	background: top left no-repeat url(../images/stopwatch.jpg);
}
