/* ----------------------------------------------------------------------------
BEGIN reset CSS
---------------------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* ----------------------------------------------------------------------------
BEGIN basic text styles CSS
---------------------------------------------------------------------------- */

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/
	Licensed under GPL and MIT.
*/

/* Basic HTML */

body {
	font: 13px/1.5 Helvetica,Arial,sans-serif;
	color: #565656;
}

div.aside {
	font-size: 12px;
}

a:focus {
	outline: 1px dotted;
}

/* Headings */

h1 {
	margin: 0 0 10px;
	font-size: 25px;
	color: #2b2522;
}

h2 {
	margin: 0 0 10px;
	font-size: 23px;
	color: #2b2522;
}

h3 {
	margin: 0 0 10px;
	font-size: 21px;
	line-height: 1.3;
	color: #2b2522;
}

h4 {
	margin: 0 0 10px;
	font-size: 19px;
	line-height: 1.3;
	color: #2b2522;
}

h5 {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.3;
	color: #2b2522;
}

h6 {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.3;
	color: #2b2522;
}

div.aside h6 {
	font-size: 14px;
	line-height: 1.393;
}

h1.no_margin,
h2.no_margin,
h3.no_margin,
h4.no_margin,
h5.no_margin,
h6.no_margin {
	margin: 0;
}

/* Lists */

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

ul li {
	margin: 0;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_ul_li.gif) 0 7px no-repeat;
	padding: 0 0 0 12px;
}

ol li {
	margin: 0 45px;
}

/* Spacing */

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin: 0 0 20px;
}

blockquote {
	margin: 0 30px;
	border-left: 1px dotted #999;
	padding: 0 0 0 15px;
}

strong {
	font-weight: bold;
	color: #2b2522;
}

em {
	font-style: italic;
	color: #2b2522;
}

/* ----------------------------------------------------------------------------
BEGIN general layout CSS
---------------------------------------------------------------------------- */

/* BEGIN self-clearing floats */
.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clr {
	display: inline-block; /* IE 7 */
}

.clr {
	display: block;
}

* html .clr {
	height: 1px; /* IE < 7 */
}
.clear{
	clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}

/* END self-clearing floats */

/* BEGIN default link styles */
a:link,
a:visited {
	color: #1b5d83;
	text-decoration: none;
}

a:hover,
a:active {
	color: #429093;
}
/* END default link styles */

body {
	background-color: #151d22;
	padding: 0 0 50px;
}

/* BEGIN button links */
.btn_200x42 a:link,
.btn_200x42 a:visited {
	display: block;
	width: 200px;
	height: 42px;
	padding: 1px 3px 3px 1px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_btns.png) 0 0 no-repeat;
	font-weight: bold;
	font-size: 14px;
	line-height: 42px;
	color: #2b2522;
	text-shadow: 0 1px 2px #fff;
	text-align: center;
}

.btn_200x42 a:hover {
	color: #444751;
background: transparent url(http://static.expressionengine.com/201007/general/bg_btns.png) 0 -46px no-repeat;
}

.btn_200x42 a:active {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_btns.png) 0 -46px no-repeat;
	color: #2b2522;
}

.btn_138x38 a:link,
.btn_138x38 a:visited {
	display: block;
	width: 118px;
	height: 38px;
	padding: 0 10px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_btns.png) 0 -92px no-repeat;
	font-weight: bold;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	text-shadow: 0 -1px 2px #717f87;
	text-align: center;
}

.btn_138x38 a:active,
.btn_138x38 a:hover {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_btns.png) 0 -130px no-repeat;
	text-shadow: 0 1px 2px #717f87;
}
/* END button links */

/* BEGIN page content */
#page_content {
	margin: 0 0 20px;
	background: #27343c url(http://static.expressionengine.com/201007/general/bg_page_content.png) left bottom repeat-x;
}
/* END page content */

/* BEGIN primary */
#primary {
	width: 925px;
	margin: 0 auto;
}
/* END primary */

/* BEGIN header */
#header {
	position: relative;
	width: 925px;
	height: 118px;
	border-bottom: 5px solid #fff;
}

#ee_logo {
	display: block;
	position: absolute;
	top: 57px;
	left: 0;
	border: 0;
}

/* BEGIN main menu */
#menu {
	position: absolute;
	bottom: 33px;
	right: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	text-shadow: 0 -1px 1px #000;

}

#menu li {
	float: left;
	margin: 0 10px;
	background: none;
	padding: 0;
}

#menu li:last-child {
	margin-right: 0;
}

#menu a:link,
#menu a:visited {
	color: #89aeaf;
}

#menu li.here a:link,
#menu li.here a:visited,
#menu a:hover,
#menu a:active {
	color: #fff;
}
/* END main menu */

/* BEGIN upper-right menu */
#menu_ur {
	position: absolute;
	top: 5px;
	right: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 1;
	color: #aeaeae;
}

#menu_ur li {
	float: left;
	margin: 0;
	background: none;
	padding: 7px 8px;
}

#menu_ur li:last-child {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_menu_vr.png) 0 7px no-repeat;
	padding-right: 0;
}

#menu_ur a:link,
#menu_ur a:visited {
	color: #7299b1;
}

#menu_ur #user_menu a:link,
#menu_ur #user_menu a:visited,
#menu_ur li:hover a {
	color: #fff;
}

#menu_ur #user_menu {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #32444e url(http://static.expressionengine.com/201007/general/bg_user_menu.png) right 5px no-repeat;
	padding-right: 27px !important;
	-moz-box-shadow: 1px 1px 1px #232f36;
	-webkit-box-shadow: 1px 1px 1px #232f36;
}

#menu_ur #user_menu:hover,
#menu_ur #user_menu:active {
	background-color: #151d22;
}

#menu_ur #user_menu_contents {
	display: none;
	margin: 0;
	padding: 7px 0 3px;
	color: #fff;
}

#menu_ur #user_menu_contents li {
	float: none;
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}

#menu_ur #user_menu_contents li:last-child {
	background: none;
}

#menu_ur #user_menu_contents li a:link,
#menu_ur #user_menu_contents li a:visited {
	color: #89aeaf;
}

#menu_ur #user_menu_contents li a:hover,
#menu_ur #user_menu_contents li a:active {
	color: #fff;
}

#menu_ur #user_menu:hover #user_menu_contents,
#menu_ur #user_menu:active #user_menu_contents {
	display: block;
}
/* BEGIN upper-right menu */

#ribbon {
	display: block;
	position: absolute;
	bottom: -144px;
	right: 25px;
	border: 0;
	z-index: 1;
}
/* END header */

/* BEGIN masthead */
#masthead {
	width: 750px;
	height: 107px;
	background: #429090 url(http://static.expressionengine.com/201007/general/bg_masthead.jpg) 0 -414px no-repeat;
	padding: 0 175px 0 0;
}

#masthead h1, #masthead h1 a {
	float: left;
	height: 107px;
	padding: 0 0 0 25px;
	font-size: 28px;
	line-height: 107px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px #234657;
}

/* BEGIN section nav menu */
#menu_section {
	float: right;
	margin: 0;
	list-style: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 107px;
	text-shadow: -1px -1px 1px #357274;
}

#menu_section li {
	float: left;
	height: 107px;
	margin: 0;
	background: none;
	padding: 0 12px;
}

#menu_section a:link,
#menu_section a:visited {
	color: #b5dee1;
}

#menu_section a:hover,
#menu_section a:active {
	color: #fff;
}

#menu_section li.here {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_menu_section_here.png) center bottom no-repeat;
}

#menu_section li.here a:link,
#menu_section li.here a:visited {
	color: #fff;
}
/* BEGIN section nav menu */

/* END masthead */

/* BEGIN page columns */
#columns {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background-color: #fff;
	padding: 42px 0 20px;
}

body.grid #columns {
	background: #fff url(http://static.expressionengine.com/201007/general/bg_columns_grid.png) center top repeat-y;
}

body.sidebar #columns {
	background: #fff url(http://static.expressionengine.com/201007/general/bg_columns_sidebar.png) right top repeat-y;
}

div.hgroup {
	margin: 40px 0 30px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_titles_hr.png) center bottom no-repeat;
	padding: 25px 0;
}

div.hgroup.mini {
	margin-bottom: 15px;
}

div div.hgroup:first-child {
	margin: 0 0 30px;
	padding: 0 0 25px;
}

div div.hgroup.mini:first-child {
	margin: 60px 0 30px;
	padding-bottom: 25px;
}

div.hgroup.center {
	text-align: center;
	padding: 25px 25px 30px;
}

div.hgroup.no_border {
	background: none;
	padding-bottom: 0 !important;
}

div.hgroup h1 {
	margin: 0;
	font-weight: normal;
	font-size: 42px;
	line-height: 1;
	color: #000;
}

div.hgroup h2.subtitle {
	margin: 20px 0 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	color: #429093;
	text-transform: uppercase;
}

div.hgroup.mini h1 {
	font-size: 30px;
}

div.hgroup.mini h2.subtitle {
	font-size: 16px;
}

div.col_row {
	margin: 20px 0;
}

div.col_row.box {
	width: 884px;
	margin: 20px auto 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f1f1f1;
	padding: 20px 0 20px 9px;
}

div.hgroup + div.col_row {
	margin-top: 0;
}

div.col_row h5.colgroup_title {
	margin: 0 25px 10px;
	border-bottom: 1px solid #eaf3f4;
	padding: 0 0 10px;
	font-size: 15px;
	color: #2b2522;
}

body.sidebar div.col_row > div:first-child {
	margin: 0;
}

body.sidebar div.col_row > div.salesfaqcats {
	border-bottom: 1px solid #eee;
	height: 75px;
	margin: 0 0 0 15px;
	padding-top: 10px;
}

div.col_875 {
	width: 875px;
	margin: 0 25px;
}

div.col_625 {
	float: left;
	width: 625px;
	margin-left: 25px;
}

div.col_575 {
	float: left;
	width: 575px;
	margin-left: 25px;
}

div.col_425 {
	float: left;
	width: 425px;
	margin-left: 25px;
}

div.col_400 {
	float: left;
	width: 400px;
	margin-left: 25px;
}

div.col_350 {
	float: left;
	width: 350px;
	margin-left: 25px;
}

div.col_300 {
	float: left;
	width: 300px;
	margin-left: 25px;
}

div.col_275 {
	float: left;
	width: 275px;
	margin-left: 25px;
}

div.col_225 {
	float: left;
	width: 225px;
	margin-left: 25px;
}

div.col_200 {
	float: left;
	width: 200px;
	margin-left: 25px;
}

div.col_175 {
	float: left;
	width: 175px;
	margin-left: 25px;
}

div.col_150 {
	float: left;
	width: 150px;
	margin-left: 25px;
}

div.col_100 {
	float: left;
	width: 100px;
	margin-left: 25px;
}

div[class^="col_"].no_margin,
div.col_row.box div:first-child {
	margin-left: 0;
}

div[class^="col_"].hr_bot {
	border-bottom: 1px dotted #ccc;
}

/* BEGIN sidebar */
#sidebar {
	float: right;
	margin: -42px 0 0;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_columns_sidebar_top.png) 0 0 no-repeat;
	padding: 60px 25px 20px;
	color: #898989;
	font-size: 12px;
}

#sidebar h3 {
	margin: 0 0 25px;
	padding: 0 0 8px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_titles_hr.png) center bottom no-repeat;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.25;
	color: #95a3ad;
}

#sidebar div.item {
	margin: 0 0 35px;
}

#sidebar h4 {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.25;
	color: #73757d;
}

#sidebar p {
	margin: 0 0 10px;
}

#sidebar p strong {
	color: #73757d;
}

#sidebar .sub-category {
	text-transform: capitalize;
}

/* BEGIN sidebar */

/* END page columns */

/* BEGIN icons */
div.icon {
	background-color: #eaf3f4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 4px
}

div.icon img {
	display: block;
	border: 0;
}

div.icon.left {
	float: left;
	margin: 2px 10px 5px 0;
}

div.icon.right {
	float: right;
	margin: 2px 0 5px 10px;
}

ul.icon_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.icon_list li {
	margin: 0;
}

ul.icon_list li div.icon {
	margin: 0;
	float: left;
	background-color: #d4e1e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 35px;
	height: 35px;
	padding: 0;
}

ul.icon_list li h6 {
	margin: 0 0 0 50px;
}

ul.icon_list li p {
	margin-left: 50px;
}
/* BEGIN icons */

/* BEGIN tables */
table.list {
	width: 100%;
	border-collapse: collapse;
}

table.list td {
	border-top: 1px solid #e9e9e9;
	padding: 3px 0;
	vertical-align: top;
}

table.list tr:first-child td {
	border-top: 0;
	padding-top: 0;
}

table.list td.stretch {
	width: 100%;
}

table.list td.nowrap {
	white-space: nowrap;
}
/* END tables */

/* BEGIN overview page showcase */
#overview_showcase {
	position: relative;
	min-height: 450px;
}

#overview_showcase div.image {
	position: absolute;
	top: -34px;
	right: 16px;
	width: 435px;
	height: 483px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_showcase_425x460.png) 0 0 no-repeat;
	padding: 1px 0 0 9px;
}

#overview_showcase div.contents {
	width: 425px;
	border: 1px dotted #ccc;
	border-width: 1px 0;
	padding: 25px 475px 25px 25px;
	background: #f2f2f2 url(http://static.expressionengine.com/201007/general/bg_showcase_contents.png) 0 0 repeat-x;
	font-size: 12px;
}


/* BEGIN overview page showcase */

/* BEGIN showcase */

div.showcase {
	position: relative;
}

div.showcase.interview {
	min-height: 390px;
	margin: 65px 0 0;
}

div.showcase.les_interview {
	margin: 65px 0 10px;0
}

div.showcase.site {
	min-height: 290px;
	margin: 65px 0 0;
}

div.showcase.show_ee {
	min-height: 340px;
	margin: 0 0 30px;
}

div.showcase.first {
	margin: 0;
}

div.showcase div.image {
	position: absolute;
	top: -34px;
	right: 16px;
}

div.showcase.interview div.image {
	width: 435px;
	height: 424px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_showcase_425x400.png) 0 0 no-repeat;
	padding: 1px 0 0 9px;
}

img[alt~="interview"] {
	width: 435px;
	height: 424px;
	padding: 1px 0 0 9px;
        background: transparent url(http://static.expressionengine.com/201007/general/bg_showcase_425x400.png) 0 0 no-repeat;
}

div.showcase.site div.image {
	width: 435px;
	height: 322px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_showcase_425x300.png) 0 0 no-repeat;
	padding: 1px 0 0 9px;
}

div.showcase.show_ee div.image {
	width: 434px;
	height: 374px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_showcase_425x350.png) 0 0 no-repeat;
	padding: 4px 0 0 10px;
}

div.showcase div.image img {
	display: block;
	border: 0;
}

div.showcase div.contents {
	width: 425px;
	border: 1px dotted #ccc;
	border-width: 1px 0;
	padding: 25px 475px 25px 25px;
	background: #f2f2f2 url(http://static.expressionengine.com/201007/general/bg_showcase_contents.png) 0 0 repeat-x;
	font-size: 12px;
}

div.showcase div.contents #featured_content {
	margin: 0 0 20px;
	font-weight: normal;
	font-size: 21px;
	color: #95a3ad;
}

div.showcase div.contents div.hgroup {
	margin: 0 0 20px;
	background: none;
	padding: 0;
}

div.showcase div.contents div.hgroup h3 {
	margin: 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	color: #000;
}

div.showcase div.contents div.hgroup h4.subtitle {
	margin: 10px 0 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: #429093;
	text-transform: uppercase;
}

div.showcase div.contents p {
font-style: italic;
padding: 0 0 0 25px;
background: url(http://static.expressionengine.com/201007/general/quote.png) 0 0 no-repeat;
line-height: 20px;
}

div.showcase.show_ee div.contents p {
	font-style: normal;
}

body.showcase.interview div.showcase.first div.contents p {
	/* font-size: 18px; */
	font-style: normal;
}

div.showcase div.contents h6 {
	margin: 0 0 20px;
	font-size: 12px;
	color: #565656;
}

body.showcase.interview div.showcase div.contents h6 {
	font-size: 12px;
        margin: 10px 0 15px 0;
font-weight:normal;
font-style:italic;
text-align:right;
}

ul.showcase_menu {
	height: 31px;
	margin: 0 20px;
	padding: 0;
	list-style: none;
}

ul#load_more.showcase_menu {
	margin: 20px 0 0;
}

ul.showcase_menu li {
	float: left;
	height: 31px;
	margin: 0 0 0 5px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_showcase_menu.png) 0 0 no-repeat;
	padding: 0 0 0 4px;
}

ul.showcase_menu li:first-child {
	margin: 0;
}

ul.showcase_menu a:link,
ul.showcase_menu a:visited {
	display: block;
	height: 31px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_showcase_menu.png) right -31px no-repeat;
	padding: 0 10px 0 8px;
	font-weight: bold;
	font-size: 12px;
	line-height: 28px;
	color: #414242;
}

ul.showcase_menu a:link:after,
ul.showcase_menu a:visited:after {
    content: "\00A0\00bb";
}

ul#load_more.showcase_menu a:link:after,
ul#load_more.showcase_menu a:visited:after {
    content: "";
}

ul.showcase_menu a:hover,
ul.showcase_menu a:active {
	color: #000;
}

ul.showcase_menu a:active {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_showcase_menu.png) right -62px no-repeat;
}

#showcase_pagination {
	padding: 20px 0 40px;
}

#showcase_pagination div {
	float: left;
	background: #f2f2f2;
	padding: 8px;
	font-weight: bold;
}

#showcase_pagination div a:link,
#showcase_pagination div a:visited {
	margin: 0 0 0 4px;
}

body.showcase.interview div.col_225 {
	padding: 0 0 0 50px;
}
div.showcase_interview {
	margin: 30px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_titles_hr.png) center bottom no-repeat;
	padding: 0 0 1px;
	list-style: none;
width: 425px;
}

div.showcase_interview {
	margin: 0 25px 30px;
}

div.showcase_interview h3 {
	margin: 0 0 15px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_titles_hr.png) left bottom no-repeat;
	padding: 0 0 12px;
}

h3.showcase, div.showcase_interview h3 {
    background: transparent url(http://static.expressionengine.com/201007/general/bg_titles_hr.png) center bottom no-repeat;
    padding: 25px 0;
font-size: 16px;
}
/* END showcase */

/* BEGIN galleries */
ul.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.gallery li {
	float: left;
	margin: 0 25px 0 0;
	background: none;
	padding: 0;
}

ul.gallery.col_3_425 li {
	width: 125px;
}

ul.gallery.col_3_425 li.col_3 {
	margin-right: 0;
}
/* END galleries */

/* BEGIN images */
div.img_caption {
	margin: 0 0 20px;
}

div.img_caption.left {
	float: left;
	margin: 0 20px 10px 0;
}

div.img_caption.right {
	float: right;
	margin: 0 0 20px 10px;
}

div.img_caption img {
	display: block;
	margin: 0 0 5px;
}

div.img_caption div.caption {
	font-size: 11px;
}

img.left {
	display: block;
	float: left;
	margin: 4px 10px 5px 0;
	border: 1px solid #ccc;
}

img.right {
	display: block;
	float: right;
	margin: 4px 0 5px 10px;
	border: 1px solid #ccc;
}

img.center {
	display: block;
	margin: 0 auto 20px;
	border: 1px solid #ccc;
}

div.img_450_flush.right {
	display: block;
	width: 450px;
	float: right;
	margin: 0 -475px 0 0;
}

div.img_450_flush.left {
	display: block;
	width: 450px;
	float: left;
	margin: 0 0 0 -475px;
}

div.img_150x59 {
	width: 151px;
	height: 65px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_image_150x59.png) 0 0 no-repeat;
	padding: 2px 0 0 3px;
}

div.img_150x59 img {
	display: block;
	border: 0;
}

.img_500 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_500.png) left bottom no-repeat;
	padding: 0 0 25px;
}

.img_475 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_475.png) left bottom no-repeat;
	padding: 0 0 25px;
}

.img_450 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_450.png) left bottom no-repeat;
	padding: 0 0 25px;
}

.img_425 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_425.png) left bottom no-repeat;
	padding: 0 0 25px;
}

.img_400 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_400.png) left bottom no-repeat;
	padding: 0 0 25px;
}

.img_375 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_375.png) left bottom no-repeat;
	padding: 0 0 22px;
}

.img_350 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_350.png) left bottom no-repeat;
	padding: 0 0 22px;
}

.img_325 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_325.png) left bottom no-repeat;
	padding: 0 0 20px;
}

.img_300 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_300.png) left bottom no-repeat;
	padding: 0 0 20px;
}

.img_275 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_275.png) left bottom no-repeat;
	padding: 0 0 15px;
}

.img_250 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_250.png) left bottom no-repeat;
	padding: 0 0 15px;
}

.img_225 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_225.png) left bottom no-repeat;
	padding: 0 0 15px;
}

.img_200 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_200.png) left bottom no-repeat;
	padding: 0 0 12px;
}

.img_175 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_175.png) left bottom no-repeat;
	padding: 0 0 12px;
}

.img_150 {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_img_150.png) left bottom no-repeat;
	padding: 0 0 12px;
}

.img_500 img,
.img_475 img,
.img_450 img,
.img_425 img,
.img_400 img,
.img_375 img,
.img_350 img,
.img_325 img,
.img_300 img,
.img_275 img,
.img_250 img,
.img_225 img,
.img_200 img,
.img_175 img,
.img_150 img {
	display: block;
	border: 0;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
}
/* END images */

/* BEGIN column lists */
ul.menu_col_horz {
	padding: 0;
	list-style: none;
}

ul.menu_col_horz li {
	float: left;
	background: none;
	margin: 0 0 0 15px;
	padding: 0;
}

ul.menu_col_horz li:first-child {
	margin: 0;
}

ul.menu_col {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu_col li {
	margin: 0;
	border-top: 1px dotted #ccc;
	background: none;
	padding: 2px 0;
}

ul.menu_col li:first-child {
	border: 0;
	padding: 0 0 2px;
}

ul.menu_col a:link:after,
ul.menu_col a:visited:after,
ul.menu_col_horz a:link:after,
ul.menu_col_horz a:visited:after {
    content: "\00A0\00bb";
}

.paginate {padding: 20px; }

/* END column lists */

/* BEGIN forms */
form * {
	margin: 0;
}

div.form_row {
	margin: 0 0 20px;
}

div.form_title {
	font-weight: bold;
}

div.form_field {
	margin: 5px 0 0;
}

input.text {
	width: 300px;
}

textarea {
	width: 99%;
	height: 100px;
}

div.field_notes {
	margin: 0 0 0;
	font-weight: normal;
	font-size: 12px;
	color: #898989;
}

ol.input_list {
	margin: 0;
	list-style: none;
}

ol.input_list li {
	margin: 0;
}

ol.input_list li * {
	vertical-align: middle;
}

ol.input_list li input {
	margin: 0 3px 0 0;
}

button.submit {
	display: block;
	width: 138px;
	height: 38px;
	padding: 0;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_btns.png) 0 -92px no-repeat;
	border: 0;
	font: bold 14px/38px Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	color: #fff;
	text-shadow: 0 -1px 2px #717f87;
	text-align: center;
}

button.submit:active {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_btns.png) 0 -130px no-repeat;
	text-shadow: 0 1px 2px #717f87;
}
/* END forms */

/* BEGIN footer */
#footer {
	width: 925px;
	margin: 0 auto 0;
	font-size: 12px;
	color: #fff;
}

#footer ul {
	margin: 0 0 5px;
	list-style: none;
}

#footer ul li {
	float: left;
	margin: 0;
	background: none;
	padding: 0 10px;
}

#footer ul li:first-child {
	background: none;
}

#footer ul a:link,
#footer ul a:visited {
	color: #fff;
}

#footer ul a:hover,
#footer ul a:active {
	color: #8999a3;
}

#footer ul.menu li {
	background: transparent url(http://static.expressionengine.com/201007/general/bg_menu_vr.png) 0 3px no-repeat;
}

#footer ul.menu li:first-child {
	background: none;
	padding-left: 0;
}

#footer ul.icons {
	float: right;
	margin: 0;
	font-weight: bold;
}

#footer ul.icons li {
	margin: 0 14px 0 0;
	border: 0;
	padding: 0 0 0 20px;
	background: transparent url(http://static.expressionengine.com/201007/footer/bg_footer_ul_icons.png) 0 1px no-repeat;
}

#footer ul.icons li.twitter {
	background-image: none; /* feeds from Twitter's JS */
}

#footer ul.icons li.facebook {
	background-position: 0 -25px;
}

#footer ul.icons li.rss {
	background-position: 0 -51px;
}

/* BEGIN footer box */
#footer_box {
	margin: 0 0 25px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #39454d;
	background: transparent url(http://static.expressionengine.com/201007/footer/bg.png) 0 50% no-repeat;
	padding: 15px 0;
	font-size: 13px;
	color: #8999a3;
}

#footer_box img {
	display: block;
	border: 0;
}

#footer_box div.col_l {
	float: left;
	width: 223px;
	padding: 0 65px 0 22px;
}

#footer_box div.col_l img {
	margin: 0 0 15px;
}

#footer_box div.col_m {
	float: left;
	width: 584px;
	padding: 0 14px;
}

#footer_box h4 {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}

#footer_box h4 a:link,
#footer_box h4 a:visited {
	color: #fff;
}

#footer_box h4 a:hover,
#footer_box h4 a:active {
	color: #8999a3;
}

/* BEGIN product list */
#footer_box #product_list li {
	display: block;
	float: left;
	width: 280px;
	border-bottom: 1px dotted #3c4347;
	border-left: 0;
	padding: 10px 0 22px 0;
}

#product_list li.ee,
#product_list li.ci {
	margin: 0 20px 0 0;
}

#footer_box #product_list li.ee,
#footer_box #product_list li.mm {
	padding-top: 0;
}

#footer_box #product_list li.ci,
#footer_box #product_list li.eh {
	border: 0;
	padding-bottom: 0;
}

#product_list img {
	float: left;
	margin: 0 10px 0 0;
}

#product_list li p {
	margin: 0;
}
/* END product list */

/* END footer box */

#copyright,
#copyright a:link,
#copyright a:visited {
	color: #8999a3;
}

#copyright a:hover,
#copyright a:active {
	color: #fff;
}
/* END footer */

/* ----------------------------------------------------------------------------
BEGIN homepage-specific CSS
---------------------------------------------------------------------------- */

/* BEGIN masthead */
body.homepage #masthead {
	position: relative;
	width: 925px;
	height: 414px;
	margin: 0 0 15px;
	background: transparent url(http://static.expressionengine.com/201007/general/bg_masthead.jpg) 0 0 no-repeat;
	padding: 0;
}

body.homepage #masthead h1 {
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

body.homepage #video {
	position: absolute;
	top: 181px;
	left: 26px;
	width: 188px;
	height: 125px;
	background: transparent url(http://static.expressionengine.com/201007/homepage/bg_video.png) 0 0 no-repeat;
	padding: 6px;
}

body.homepage #video img {
	display: block;
	border: 0;
}

body.homepage #masthead_content {
	position: absolute;
	top: 181px;
	left: 250px;
	width: 350px;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 1px #29565b;
}

body.homepage #masthead_btns {
	position: absolute;
	top: 356px;
	left: 26px;
	width: 575px;
}

body.homepage #masthead_btns div {
	float: left;
	margin: 0 30px 0 0;
}
/* END masthead */

/* BEGIN homepage content area */
#home_content {
	width: 923px;
	margin: 0 auto 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 0 2px #000;
	-moz-box-shadow: 0 0 2px #000;
	background: #fff;
	padding: 0 0 30px;
}

#home_content div.col_row {
	margin: 0;
}

#home_content h3 {
	font: normal 21px/32px Helvetica,sans-serif;
	color: #95a3ad;
}

#home_content h4 {
	font: bold 16px/20px Helvetica,sans-serif;
}
/* END homepage content area */

/* BEGIN logo gallery */
#logo_gallery {
	margin: 0;
}

#logo_gallery img {
	display: block;
	margin: 0 auto;
	border: 0;
}
/* END logo gallery */

/* BEGIN showcase */
#showcase {
	position: relative;
	width: 673px;
	height: 166px;
	margin: 0 0 25px;
	background: #e3e9ed url(http://static.expressionengine.com/201007/homepage/bg_showcase.png) 0 -54px no-repeat;
	padding: 16px 0 0 250px;
       overflow: hidden;
}

#showcase h2 {
	position: absolute;
	top: 41px;
	left: 26px;
	width: 160px;
	height: 54px;
	margin: 0;
	background: #9ca9b2 url(http://static.expressionengine.com/201007/homepage/bg_showcase.png) 0 0 no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

#showcase h2 a {
	width: 100%;
	height: 50px;
	display: block;
}

#showcase_list {
	margin: 0;
	list-style: none;
}

#showcase_list li {
	float: left;
	width: 200px;
	height: 162px;
	margin: 0 15px 0 0;
	background: transparent url(http://static.expressionengine.com/201007/homepage/bg_showcase.png) 0 -302px no-repeat;
	padding: 4px 4px 0;
}

#showcase_list img {
	display: block;
	border: 0;
}

#showcase_fade_bot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 923px;
	height: 9px;
	background: transparent url(http://static.expressionengine.com/201007/homepage/bg_showcase_fade_bot.png) 0 0 no-repeat;
	z-index: 100;
}

div.jcarousel-container-horizontal {
	width: 673px;
}

div.jcarousel-prev {
	position: absolute;
	top: 92px;
	left: -223px;
	width: 68px;
	height: 33px;
	background: transparent url(http://static.expressionengine.com/201007/homepage/bg_showcase.png) 0 -236px no-repeat;
}

div.jcarousel-prev:active {
	background-position: 0 -269px;
}

div.jcarousel-next {
	position: absolute;
	top: 92px;
	left: -155px;
	width: 69px;
	height: 33px;
	background: transparent url(http://static.expressionengine.com/201007/homepage/bg_showcase.png) -68px -236px no-repeat;
}

div.jcarousel-next:active {
	background-position: -68px -269px;
}
/* END showcase */

#home_content #events_spotlight {
	margin: 0 0 15px;
}

/* BEGIN events */
#events {
	/* border-bottom: 1px dotted #999; */
}

#events div.content {
	margin: 0 0 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f1f1f1;
	padding: 12px;
}

#event_image {
	float: right;
	margin: 0 0 0 15px;
}

#event_image img {
	display: block;
	border: 1px solid #fff;
}

#event_image div {
	background: transparent url(http://static.expressionengine.com/201007/homepage/bg_event_image.png) center bottom no-repeat;
	padding: 0 0 10px;
}

#event_image p {
	margin: 0;
	font-style: italic;
	font-size: 11px;
	color: #777;
}

#events h5 {
	font-size: 12px;
	color: #73757d;
}

#events p:last-child {
	margin: 0;
}
/* END events */

/* BEGIN spotlight */
#spotlight {
	font-size: 12px;
}

#spotlight p:last-child {
	margin: 0;
}
/* END spotlight */

/* BEGIN partners */
#partners h3 {
	padding: 0 0 0 25px;
}

#partners h5 {
	margin: 0 0 12px;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	color: #73757d;
}

#partners ul {
	margin: 0;
	background: none;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#partners li {
	margin: 0;
	border-top: 1px dotted #ccc;
	background: none;
	padding: 2px 0;
}
/*
#showee li {
	float: left;
	margin: 0 0 0 25px;
	border: 0;
	background: transparent url(http://static.expressionengine.com/201007/homepage/bg_showee_li.png) center bottom no-repeat;
	padding: 0 0 7px;
}

#showee li:first-child {
	margin: 0;
}

#showee img {
	display: block;
	border: 0;
}
*/

/* END partners */

div.group {
padding-bottom: 10px;
margin: 20px 0 10px 0;
background: transparent url(http://static.expressionengine.com/201007/general/bg_titles_hr.png) center bottom no-repeat;
}

ul.requirements {
	margin: 10px 10px;
}

ul.requirements li {
	margin: 2px 0;
	list-style-image: url("http://static.expressionengine.com/design/list_arrow.gif");
	padding: 0px;
}

ul.requirements li ul {
	margin: 10px 15px;
}

ul.requirements li ul li {
	list-style-image: none;
}

#sidebar ul li {
	margin: 5px 0;
}

div.space {
content: ".";
display: block;
height: 1px;
clear: both;
border-bottom: 1px dotted #999;
margin: 0px 20px 20px 20px;
width: 875px;
}


p.date {font-weight: bold;  }
p.date a {margin-left: 20px; }

#video-pop a.modalCloseImg {
	background:url(http://static.expressionengine.com/201007/x.png) no-repeat; /* adjust url after upload to server is complete */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#bundle {
position: absolute;
top: 0px;
left: 10px;
}
body.sidebar div.col_row > div.salesfaqcats{
	height:75px;
	padding-top: 10px;
	margin: 0 0 0 15px;
	border-bottom: 1px solid #eee;
}

#pronet_spotlight{
	padding: 0 20px;
}
#pronetcontent{
	margin: 15px 10px;
}
#pronetcontent h2{	
	color: #429093;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    margin: 20px 0 0;
    text-transform: uppercase;
}
ul#prolist{
	
}
ul#prolist li{
	float: left;
	margin: 20px;
	list-style: none;
	background: none;
	padding: 0;
	width: 85px;
	height: 80px;
}

#pronet_spotlight .right{
	float: right;
}
#pronet_spotlight .right span{
	font-size: 20px;
	line-height: 140%;
}


#perfection{
	margin: 0 10px;	
}
#perfection h1{
	color: #429093;
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	margin: 20px 0 0 10px;
	text-transform: uppercase;
}
#perfection h2{
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 10px 10px;
}
.perfection h3{
	margin: 0;
}
.perfection{
	background-color: #f6f6f6;
    border: 1px solid #eee;
    float: left;
    margin: 10px 10px 15px 10px;
    padding: 15px;
    width: 245px;
    height: 260px;
}

ul.bloglist li{
	margin: 10px 0px 10px 10px;
}
