/* clear margins/padding */
html, body, div, p, h1, h2, h3, ul, li {
	margin: 0;
	padding: 0;
}
/* base styles */
html > body { overflow-y: scroll; }
h2, h3 { margin: 0.9em 0; }
h3 { margin-bottom: 0.25em; }
h4, h5 { margin: 0.7em 0; }
h2, .pink { color: #ff34b0; }
h3, .teal { color: #62aeaa; }
.red { color: #d21034; }
p { margin-top: 0.9em; }
img { border-style: none; }
ul { margin: 10px 0 20px 25px; }
li { margin-bottom: 10px; list-style-image: url('/img/bullet_teal.png'); }
hr { border-style: none; height: 2px; background-color: #62aeaa; margin: 15px 0; }
html, body { height: 100%; font: 0.9em/1.45em Arial, Helvetica, sans-serif; }
body { background: #ceecf2 url('/img/bg_gradient.png') repeat-x left top; }
a:link, a:visited { color: #62aeaa; }
a:hover { color: #ff34b0; }
#wrapper {
	position: relative;
	width: 954px;
	margin: 0 auto;
}
ul.tealBullets li, li.tealBullets { list-style-image: url('/img/bullet_teal.png'); }
ul.pinkBullets li, li.pinkBullets { list-style-image: url('/img/bullet_pink.png'); }
ul.yellowBullets li, li.yellowBullets { list-style-image: url('/img/bullet_yellow.png'); }
ul.clearBullets li, li.clearBullets { list-style-image: none !important; }
/* header styles */
#header {
	position: relative;
	width: 954px;
	text-align: right;
}
#header.full {
	height: 435px;
	background: transparent url('/img/header.png') no-repeat 0 0;
}
#header.mini {
	height: 187px;
	background: transparent url('/img/header_mini.png') no-repeat 0 0;
}
/* xokin logo positioning */
#xokin {
	position: absolute;
	top: 50px;
	left: 44px;
	width: 210px;
	height: 78px;
}
#xokin a {
	display: block;
	width: 210px;
	height: 78px;
	text-decoration: none;
}
/* content positioning/borders */
#content {
	position: relative;
	width: 876px;
	margin: 0 14px;
	padding: 20px 25px;
	background-color: #fff;
	min-height: 1px;
}
.contentBorder { border-top: 10px solid #000; }
/* footer banner styles */
#orderBanner, #whyXokin {
	position: relative;
	background-color: #fff;
	width: 926px;
	height: 50px;
	padding-top: 25px;
	margin-left: 14px;
	clear: both;
}
#whyXokin { height: 100px; }
/* footer styles */
#footer {
	position: relative;
	width: 926px;
	height: 125px;
	background: #ceecf2 url('/img/footer.png') no-repeat 0 0;
	margin-left: 14px;
	clear: both;
}
#footer p {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 65px;
}
/* header form styles */
#header form fieldset {
	text-align: right;
	padding: 0;
	margin: 0;
	border-style: none;
}
#header form fieldset label,
#header form fieldset input { display: none; }
#header form fieldset legend {
	padding: 0;
	position: absolute;
	top: 25px;
	right: 30px;
	font-size: 0.9em;
}
#header form fieldset legend a {
	text-decoration: none;
	color: #000 !important;
}
#header form.active fieldset {
	padding: 21px 25px 0 0;
}
#header form.active label,
#header form.active input { display: inline; font-size: 0.9em; }
#header form.active label { margin-left: 15px; }
#header form.active legend { display: none; }
/* header link styles */
#header #header_links {
	position: absolute;
	top: 80px;
	right: 0px;
}
#header_links a {
	margin-right: 40px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
#header_links a:link, #header_links a:visited { color: #000; }
#header_links a:hover { color: #ff34b0; }
/* header order buttons/banners */
.full #ordernow {
	width: 193px;
	height: 41px;
	position: absolute;
	top: 358px;
	right: 38px;
	background: transparent url('/img/order_now_button.png') no-repeat 0 0;
	text-indent: -1000px;
	text-decoration: none;
}
.mini #ordernow {
	width: 954px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: transparent;
	text-indent: -1000px;
	text-decoration: none;
}
/* Styles for 2-column layout */
.twoColumn, .threeColumn { margin-top: 1.5em; }
.twoColumn .column1 {
	float: left;
	width: 48%;
}
.twoColumn .column2 {
	float: left;
	width: 48%;
	margin-left: 2%;
}
.wideLeft .column1 { width: 68%; }
.wideLeft .column2 { width: 30%; }
.wideRight .column1 { width: 30%; }
.wideRight .column2 { width: 68%; }
/* Styles for 3-column layout */
.threeColumn .column1 {
	float: left;
	width: 32%;
}
.threeColumn .column2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.threeColumn .column3 {
	float: left;
	width: 32%;
	margin-left: 2%;
}
/* Positioning/Floating styles */
.center { text-align: center; }
.verticalCenter {
	display: table-cell;
	vertical-align: middle;
	min-height: 100px;
}
.floatLeft { float: left; }
.floatRight { float: right; }
.floatLeftPadded {
	float: left;
	margin-right: 15px;
}
.floatRightPadded {
	float: right;
	margin-left: 15px;
}
.clear { clear: both; }
.twoColumn:after, .threeColumn:after, .clearAfter:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Flourished left styles */
.menuFlourish {
	list-style-type: none;
	text-align: right;
	padding-right: 30px;
	margin-left: 0px;
	background: transparent url('/img/dotted-divider.gif') no-repeat top right;
}
.menuFlourish h3 { margin: 0 !important; padding-bottom: 3px; }
.menuFlourish h3 a { text-decoration: none; }
.flourishLeft {
	width: 800px !important;
	padding-left: 101px !important;
	background: #fff url('/img/dotted-divider.gif') no-repeat 70px 40px;
}
/* Lightbox styled table */
#featureCompare {
	display: block;
	font-size: 0.9em;
	line-height: 32px;
	margin-top: 6px;
	padding-top: 2px;
	text-decoration: none;
}
a#featureCompare:hover { background-color: #fafafa; }
.lightboxTableWrap {
	display: none;
	width: 313px;
	height: 437px;
	background: transparent url('/img/lightbox_table_bg.png') no-repeat 0 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -218px;
	margin-left: -156px;
	cursor: move;
}
.lightboxTableWrap a.close {
	display: block;
	width: 24px;
	height: 25px;
	background: transparent url('/img/lightbox_table_close.png') no-repeat 0 0;
	position: absolute;
	top: -8px;
	right: -6px;
	text-decoration: none;
	cursor: pointer;
}
.innerWrapper {
	width: 277px;
	height: 400px;
	margin: 15px 0 0 15px;
	background-color: #fff;
	overflow-y: scroll;
	cursor: default;
}
.lightboxTable tr {
	margin: 0;
	height: 32px;
}
.lightboxTable th {
	background: #eedc00 url('/img/table_header_shadow.png') repeat-x 0 0;
	border-top: 1px solid #000;
	border-bottom: 1px dotted #777;
}
.lightboxTable td { border-bottom: 1px dotted #ccc; }
.lightboxTable .col1 {
	font-weight: bold;
	width: 175px;
}
.lightboxTable .col2 {
	color: #0066cc;
	width: 75px;
	text-align: center;
}
/* Frame styles for Why page */
#frameContent, #frameContent div { background-color: #fff; }
/* Misc Styles */
.light, .dark { padding: 10px; }
.dark { background-color: #f4f4f4; }
#content ul.noMargin { margin-left: 0px; }
#content ul.lightMargin li { margin-bottom: 7px; }
.bulletsOff, .bulletsRight { list-style-type: none; }
.bulletsRight { text-align: right; }
.hidden { display: none; }
.currentFrame { display: block; }
.noMargins { margin: 0 !important; }
.larger { font-size: 1.2em; }
.topMarginOff { margin-top: 0 !important; }
.bottomMarginOff { margin-bottom: 0 !important; }
.leftMarginOff { margin-left: 0 !important; }
.rightMarginOff { margin-right: 0 !important; }
em.check { background: transparent url('/img/check.png') no-repeat 0 0; }
em.features { background: transparent url('/img/clipboard.png') no-repeat 0 0; }
em.iconSmall {
	width: 16px;
	height: 16px;
	display: inline-block;
}
em.iconMedium {
	width: 32px;
	height: 32px;
	display: inline-block;
	background-position: 0px -16px;
}
em.iconLarge {
	width: 64px;
	height: 64px;
	display: inline-block;
	background-position: 0px -48px;
}
em.iconSuper {
	width: 128px;
	height: 128px;
	display: inline-block;
	background-position: 0px -112px;
}


/* Wordpress Styles */
#sidebar > ul { margin-left: 0; }
#sidebar > ul > li { list-style-type: none; }
#sidebar ul li { list-style-image: none; }
#sidebar ul li ul li { list-style-image: url('/img/bullet_teal.png'); }
#sidebar h2 { margin: 1em 0 0 0 !important; }
#searchform label { display: block; font-weight: bold; }
.post {
	border-bottom: 2px dashed #ff34b0;
	margin-bottom: 50px;
}
.postmetadata {
	font-size: 0.75em;
	background-color: #f4f4f4;
	padding: 2px 5px;
}