body {
	background: #E6E6E6 url(/images/body-bg.jpg) top left repeat-x;
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
}

body, html #wrap #header, #menu, #menu ul,
#outer-content, #inner-content, #footer, #footer ul,
#text, #sidebar, .box-short, .box-short *, .box-wide, .box-wide * {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}


#wrap {
	width: 749px;
	margin: 0 auto 20px auto;
	font-size: 85%;
}

/* ---------- TEXT ---------- */


a {
	color: #0053a0;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


h1 {
	color: #0053a0;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0;
	padding-top: 10px;
}


h2, h3, h4 {
	color: #333;
	font-size: 100%;
	margin-bottom: 5px;
}


h2 { 
	text-transform: uppercase;
	font-size: 110%;
}

h2 + p,
h3 + p {
	margin: 0;
}

dt {
	font-weight: bold;
	margin: 10px 0 5px;
}

#text li { margin-bottom: 5px; }

/* ---------- HEADER ---------- */

img#logo { margin-left: 2px; }

#free-trials { margin-left: 266px; }


/* ------------ BODY ------------ */

#outer-content {
	background: transparent url(/images/content-top.gif) top left no-repeat;
	clear: both;
	padding-top: 15px;
	width: 749px;
}

#inner-content {
	background: transparent url(/images/content-mid.gif) top left repeat-y;
	padding: 0 15px 0 15px;
	width: 719px;
}

#home #inner-content {
	padding: 0 11px;
	width: 727px;
}

#text {
	width: 477px;
	float: right;
	padding-bottom: 25px;
	line-height: 1.5;
}

#one-col #text { 
	width: 580px;
	float: left;
	padding-left: 5px;
}


#sidebar {
	width: 220px;
	float: left;
	padding-bottom: 25px;
	padding-top: 10px;
}

.side-box {
	background: #eaeaea url(/images/sidebar-top.gif) top left no-repeat;
	width: 220px;
	padding-top: 15px;
	margin-bottom: 20px;
}

.side-box-int {
	background: #eaeaea url(/images/sidebar-bot.gif) bottom left no-repeat;
	width: 220px;
	padding-bottom: 15px;
}

.side-box h3 { 
	margin-top: 0; 
	text-transform: uppercase;
}

.side-box p { line-height: 1.5; }

.side-box-int * { padding: 0 10px 0 15px; }
.side-box-int * * { padding: 0; }



/* ------------ FOOTER ------------ */	

#footer {
	background: transparent url(/images/content-bot.jpg) top left no-repeat;
	font-size: 90%;
	text-align: center;
	padding-top: 50px;
	clear: both;
	width: 749px;
}

#footer p {
	margin: 10px 0;
}

#footer ul {
	color: #00A2B3;
}

#footer li {
	list-style: none;
	display: inline;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* ------------ EXTRAS ------------ */


label.formError{
      color:#FF0000 !important;
}
input.formError,
textarea.formError{
      border-color:#FF0000;
}



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

.clear { 
	clear: both;
	width: 100%;
}

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.note { font-size: 95%; }

ul#videos {
	margin-top: 10px;
}

ul#videos a {
	font-weight: normal;
}

.border {
	border: 1px solid #ccc;
}

.center {
	text-align: center;
}

hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	border: none;
	margin: 25px 0;
	width: 719px;
}

#home hr { width: 727px; }
#text hr { width: 467px; }

/* TRANSLATION */

p#translate {
	font-size: 90%;
	text-align: right;
	padding: 0;
	padding: 4px 18px 3px 0;
	margin: 0;
	clear: both;
}

#translate a { 
	color: #333;
	text-decoration: none;
}

#translate a:hover {
	color: #048193;
}

/* AD */

#splash {
	text-align: center;
}

/* CRUMBS */

ul#crumbs {
	list-style: none;
	font-size: 90%;
	margin-left: 0;
	padding-top: 10px;
	padding-left: 0;
}

ul#crumbs li {
	display: inline;
}

.e-default #text ul#crumbs li {
	background: none;
	list-style: disc;
	padding-left: 0;
}

/* QUOTES */

.quotes h3, .quotes h4, .quotes p {
	margin-bottom: 3px;
	margin-top: 0;
	line-height: 1.3;
}

.quotes h3 {
	font-size: 110%;
}

.quotes a {
	text-decoration: none;
}

.quotes a:hover {
	text-decoration: underline;
}

.quotes p {
	font-style: italic;
}

/* READ MORE */

p.more { text-align: right; }
p.more a { text-decoration: none; }
p.more a:hover { text-decoration: underline; }

/* FORMS */

form p {
	margin: 0 0 10px 0;
}

label { 
display: block;
margin-bottom: 3px;
font-weight: bold;
}

input, textarea, select {
	width: 450px;
	display: block;
	background: white;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	font-size: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

input, select, input#submit { height: 20px; }

.check {
	display: inline;
	width: auto;
	height: auto;
	border: none;
	background: auto;
	margin: 0;
}

input.hidden { display: none; }

input#submit { 
	height: 22px; 
	font-weight: bold;
	width: 452px;
	background: #f1f1f1;
}

input.short,
select.short {
	width: 150px;
	display: inline;
}

input#submit:hover {
	background: #ddd;
}

form h2 {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 30px;
}

form h2.first-form {
	margin-top: 0px;
}


#partner-log input {
	width: 180px;
	margin-bottom: 3px;
}

#partner-log input#submit {
	margin-bottom: 0;
	width: 183px;
	margin-top: 10px;
}

/* ------------ PAGE SPECIFIC ------------ */

/* EXCHANGE MAIN PAGE */

.text-box {
	background: #eaeaea url(/images/text-box-top.gif) top left no-repeat;
	width: 477px;
	padding-top: 12px;
	position: relative;
}

.text-box-int {
	background: #eaeaea url(/images/text-box-bot.gif) bottom left no-repeat;
	width: 477px;
	padding-bottom: 12px;
}

.text-box h2 {
margin-top: 0;
}

.text-box-int * { padding: 0 12px; }
.text-box-int * * { padding: 0; }


.e-default #text .text-box-int ul {
	margin-left: 0;
	padding-left: 0;
}

.e-default #text .text-box-int li {
	margin-bottom: 5px;
	list-style: none;
	background: transparent url(/images/check.gif) left top no-repeat;
	padding-left: 20px;
	margin-left: 12px;
}


#exchange-comparison {
position: absolute;
bottom: -13px;
right: 12px;
}


#storage {
background: transparent url(/images/email.gif) left 1px no-repeat;
padding-left: 25px;
}

#akamai { 
background: transparent url(/images/server.gif) left 1px no-repeat;
padding-left: 25px;
}

#security {
background: transparent url(/images/lock.gif) left 1px no-repeat;
padding-left: 25px;
}

#synchronize {
background: transparent url(/images/phone.gif) left 1px no-repeat;
padding-left: 25px;
}


	
