/* @group RESET */
/* --- Resets default browser CSS. --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { line-height: 1.5; background: #f4f4f4; display: block; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: 1px solid #ccc; padding: 5px; }
a img:hover { border-color: #333; background: none; }

/* @end */

/* @group GRID */
/* --- mirror version of src/grid.css --- */

.container { width: 900px; margin: 0 auto; }
.showgrid {  background: url(/images_pres/grid.png);  }

/* Columns */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17 { float: left;  margin-right: 18px; }
.last, div.last { margin-right: 0; float: right; }

/* Use these classes to set the width of a column. */
.span-1  { width: 36px; }
.span-2  { width: 90px; }
.span-3  { width: 144px; }
.span-4  { width: 198px; }
.span-5  { width: 252px; }
.span-6  { width: 306px; }
.span-7  { width: 360px; }
.span-8  { width: 414px; }
.span-9  { width: 468px; }
.span-10  { width: 522px; }
.span-11  { width: 576px; }
.span-12  { width: 630px; }
.span-13  { width: 684px; }
.span-14  { width: 738px; }
.span-15  { width: 792px; }
.span-16  { width: 846px; }
.span-17  { width: 900px; margin: 0; }

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17 {
  border-left-width: 1px!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}

input.span-1, textarea.span-1 { width: 24px!important; }
input.span-2, textarea.span-2 { width: 78px!important; }
input.span-3, textarea.span-3 { width: 132px!important; }
input.span-4, textarea.span-4 { width: 186px!important; }
input.span-5, textarea.span-5 { width: 240px!important; }
input.span-6, textarea.span-6 { width: 294px!important; }
input.span-7, textarea.span-7 { width: 348px!important; }
input.span-8, textarea.span-8 { width: 402px!important; }
input.span-9, textarea.span-9 { width: 456px!important; }
input.span-10, textarea.span-10 { width: 510px!important; }
input.span-11, textarea.span-11 { width: 564px!important; }
input.span-12, textarea.span-12 { width: 618px!important; }
input.span-13, textarea.span-13 { width: 672px!important; }
input.span-14, textarea.span-14 { width: 726px!important; }
input.span-15, textarea.span-15 { width: 780px!important; }
input.span-16, textarea.span-16 { width: 834px!important; }
input.span-17, textarea.span-17 { width: 888px!important; }

/* Add these to a column to append empty cols. */
.append-1  { padding-right: 54px; } 
.append-2  { padding-right: 108px; } 
.append-3  { padding-right: 162px; } 
.append-4  { padding-right: 216px; } 
.append-5  { padding-right: 270px; } 
.append-6  { padding-right: 324px; } 
.append-7  { padding-right: 378px; } 
.append-8  { padding-right: 432px; } 
.append-9  { padding-right: 486px; } 
.append-10  { padding-right: 540px; } 
.append-11  { padding-right: 594px; } 
.append-12  { padding-right: 648px; } 
.append-13  { padding-right: 702px; } 
.append-14  { padding-right: 756px; } 
.append-15  { padding-right: 810px; } 
.append-16  { padding-right: 864px; } 

/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 54px; } 
.prepend-2  { padding-left: 108px; } 
.prepend-3  { padding-left: 162px; } 
.prepend-4  { padding-left: 216px; } 
.prepend-5  { padding-left: 270px; } 
.prepend-6  { padding-left: 324px; } 
.prepend-7  { padding-left: 378px; } 
.prepend-8  { padding-left: 432px; } 
.prepend-9  { padding-left: 486px; } 
.prepend-10  { padding-left: 540px; } 
.prepend-11  { padding-left: 594px; } 
.prepend-12  { padding-left: 648px; } 
.prepend-13  { padding-left: 702px; } 
.prepend-14  { padding-left: 756px; } 
.prepend-15  { padding-left: 810px; } 
.prepend-16  { padding-left: 864px; } 

/* Border on right hand side of a column. */
div.border { border-right: 1px solid #eee; margin-right: 9px; padding-right: 8px; }
div.colborder { border-right: 1px solid #2b2b2b; margin-right: 36px; padding-right: 35px; }
#pageHeader div.colborder { border-color: #2d2d2d; }
#content div.colborder { border-color: #ccc; }

/* Use these classes on an element to push it into the 
next column, or to pull it into the previous column.  */
.pull-1 { margin-left: -54px; }
.pull-2 { margin-left: -108px; }
.pull-3 { margin-left: -162px; }
.pull-4 { margin-left: -216px; }
.pull-5 { margin-left: -270px; }
.pull-6 { margin-left: -324px; }
.pull-7 { margin-left: -378px; }
.pull-8 { margin-left: -432px; }
.pull-9 { margin-left: -486px; }
.pull-10 { margin-left: -540px; }
.pull-11 { margin-left: -594px; }
.pull-12 { margin-left: -648px; }
.pull-13 { margin-left: -702px; }
.pull-14 { margin-left: -756px; }
.pull-15 { margin-left: -810px; }
.pull-16 { margin-left: -864px; }
.pull-17 { margin-left: -918px; }
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17 {float: left; position:relative;}
.push-1 { margin: 0 -54px 24px 54px; }
.push-2 { margin: 0 -108px 24px 108px; }
.push-3 { margin: 0 -162px 24px 162px; }
.push-4 { margin: 0 -216px 24px 216px; }
.push-5 { margin: 0 -270px 24px 270px; }
.push-6 { margin: 0 -324px 24px 324px; }
.push-7 { margin: 0 -378px 24px 378px; }
.push-8 { margin: 0 -432px 24px 432px; }
.push-9 { margin: 0 -486px 24px 486px; }
.push-10 { margin: 0 -540px 24px 540px; }
.push-11 { margin: 0 -594px 24px 594px; }
.push-12 { margin: 0 -648px 24px 648px; }
.push-13 { margin: 0 -702px 24px 702px; }
.push-14 { margin: 0 -756px 24px 756px; }
.push-15 { margin: 0 -810px 24px 810px; }
.push-16 { margin: 0 -864px 24px 864px; }
.push-17 { margin: 0 -918px 24px 918px; }
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17 {float: right; position:relative;}

/* In case you need to add a gutter above/below an element */
.prepend-top { margin-top:24px; }
.append-bottom { margin-bottom:24px; }

.clearfix:after, .container:after { content: "\0020"; clear: both; display: block; height: 0; overflow:hidden; visibility: hidden; }
.clearfix, .container { display: block; }
.clear { clear: both; }

/* @end */

/* @group BLOCK ELEMENTS */

.box { border: 1px solid #ccc; background-color: #eaeaea; color: #6e6e6e; padding: 5px 11px 11px; }
hr { background: #ccc; border: none; clear: both; color: #ccc; float: none; height: 1px; margin: 23px 0 24px; width: 100%; }
#pageHeader hr { background: #2b2b2b; color: #2b2b2b; }
hr.gradient { background: url(/images_pres/divider.png) no-repeat; }
hr.gradient-11 { background: url(/images_pres/divider-11.jpg) no-repeat; }
hr.space { background: #fff; color: #fff; }
hr.dark { background: #000; color: #000; }

hr.mb0 { margin-bottom: 0; } hr.mt0 { margin-top: 0; }

/* @end */

/* @group TYPOGRAPHY */
/* --- * Sets up some sensible default typography --- */

body { overflow: visible; font-size: 13px; font-weight: 200; color: #333333; font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif; letter-spacing: .02em; line-height: 18px; }

/* Sizes -------------------------------------------------------------- */ 
.small		{ font-size: 10px; 	line-height: 10px; } 
.font12		{ font-size: 12px; 	line-height: 20px; }
.font14		{ font-size: 14px;	line-height: 20px; font-weight: 400; letter-spacing: 0em; color: #5e5e5e; }
.uppercase	{ text-transform: uppercase; }
.lowercase	{ text-transform: none; }
.capitalize	{ text-transform: capitalize; }
.normal		{ text-transform: none; font-weight: normal; font-style: normal; letter-spacing: 0em; }

/* Colors -------------------------------------------------------------- */ 
.white		{ color: #dddddd; }
.darkwhite	{ color: #aaaaaa; }
.lightgray	{ color: #888888; }
.gray		{ color: #5e5e5e; }
.darkgray	{ color: #333333; }
.green		{ color: #72a407; }
.blue		{ color: #009999; }
.red		{ color: #c84747; }

/* Headings -------------------------------------------------------------- */ 
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #545454; letter-spacing: 0; text-align: left; font-weight: 200; } 
h1 { font-size: 36px; line-height: 40px; margin-bottom: 0px; } 
h2, h2 a { font-size: 28px; line-height: 30px; margin-bottom: 0px; } h2 a:hover { color: #009999; text-decoration: none; }
#pageHeader h2 { font-size: 24px; }
h2 strong { letter-spacing: .03em; }
h3 { font-size: 20px; line-height: 30px; margin-bottom: 10px; } 
	h3.description { color: #8a8a8a; } 
h4 { font-size: 16px; line-height: 24px; margin-bottom: 10px; } h4 strong { letter-spacing: 0em; }
h5 { font-size: 14px; line-height: 20px; margin-bottom: 10px; font-weight: bold; letter-spacing: 0em; }
h6 { font-size: 12px; line-height: 20px; margin-bottom: 0px; text-transform: uppercase; letter-spacing: .5pt; letter-spacing: 0pt\9 } 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
a h3:hover, a h4:hover, a h5:hover, a h6:hover { color: #009999; }

/* Text elements -------------------------------------------------------------- */ 
p			{ font-size: 13px; margin: 0 0 20px; line-height: 20px; }
p strong	{ color: #545454; }
img.img-left	{ float: left; margin: 0px 10px 18px 0; } 
img.img-right	{ float: right; margin: 0px 0 18px 10px; } 
blockquote 	{ margin: 10px; color: #666; font-style: italic; } 
strong 		{ font-weight: bold; } 
em,dfn 		{ font-style: italic; } 
dfn 		{ font-weight: bold; } 
sup, sub 	{ line-height: 0; } 
abbr, acronym { border-bottom: 1px dotted #666; } 
address 	{ margin: 0 0 10px; font-style: italic; } 
del 		{ color:#666; } 
pre 		{ margin: 10px 0; white-space: pre; } 
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; } 
img 		{ font-size: 11px; font-style: italic; text-transform: uppercase; color: red; }

/* Lists  */ 
ul, ol { margin: 0 10px 20px 0px; font-size: 10px; line-height: 20px; } 
ul.indent, ol.indent { margin-left: 15px; }
li ul, li ol { margin:0 10px; }
li { font-size: 10px; }
ul { list-style-type: disc; } 
ol { list-style-type: decimal; } 
dl { margin: 0 0 10px 0; } 
dl dt { font-weight: bold; } 
dd { margin-left: 10px;} 

ul.plain { margin: 0; list-style: none; font-size: 12px; }
ul.plain li { padding:0; font-size: 12px;}

/* Tables */
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

table.plain		{ list-style: none; padding: 0px; margin: 0px; }		
table.plain td, table.plain th { border-bottom: 6px solid #f4f4f4; }
table.plain th 	{ font-weight: bold; color: #ffffff; background-color: #222; padding: 7px 8px 6px; font-size: 12px; text-transform: uppercase; }
table.plain tr td		{ background: #e8e8e8; height: 20px; padding: 7px 8px 6px; }
table.plain tfoot td	{ background: none; font-style: normal; border-bottom: none; padding: 7px 0 6px; }

/* Links / buttons */ 
a, a:focus, a:active 	{ color: #72a407; text-decoration: none; font-weight:bold; outline: none;} 
a:hover, a:focus		{ color: #009999; text-decoration: none; -moz-outline-style: none; outline: none; } 
a:active				{ outline: none; text-decoration: none; }
a.button strong 		{ color: #ffffff; }

#categories li a { display: block; }

/* button_bg.jpg -- green>blue>white>red>gray -- 25px high */
.button, .button-large, input[type="submit"], button, #categories li a, .post-pagination h5 a {
	background: #72a407 url(/images_pres/button_bg.jpg) repeat-x top; 
	border: 1px solid #72a407;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer; 
	font-weight: normal; 
	padding: 3px 7px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px; 
}
.button:hover, .button:active, .button:focus, 
.button-large:hover, .button-large:active, .button-large:focus,
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus,
button:hover, button:active, button:focus,
#categories li a:hover, #categories li a:active, #categories li a:focus, #categories li.current-cat a,
.post-pagination h5 a:hover, .post-pagination h5 a:active, .post-pagination h5 a:focus {
	background-color: #009999;
	background-position: left -25px;
	border-color: #009999;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	}
.button-white, #categories li a { background-position: left -50px; border-color: #cccccc; color: #5e5e5e; }
.button-red { background-position: left -75px; border-color: #c84747; }

/* button-large_bg.jpg -- green>blue>white>red -- 60px high */
.button-large, .post-pagination h5 a { 
	background-image: url(/images_pres/button-large_bg.jpg);
	background-position: left top;
	display: block; 
	font-size: 16px; 
	font-weight: bold; 
	padding: 9px; 
	text-align: center; 
	text-transform: uppercase;
	} 
.button-large:hover, .button-large:active, .button-large:focus,
.post-pagination h5 a:hover, .post-pagination h5 a:active, .post-pagination h5 a:focus { 
	background-position: left -60px; border-color: #009999; font-weight: bold; }
.button-large-red { background-position: left -180px; border-color: #c84747; }
.button-large-reverse { background-position: left -60px; border-color: #009999; }
.button-large-reverse:hover, .button-large-reverse:active, .button-large-reverse:focus { background-position: left top; border-color: #72a407; }
	
.button-large-icon { padding: 9px 9px 9px 60px; text-align: right; }
.button-large small { font-weight: normal; }
.button-large-disabled, .button-large-disabled:hover, .button-large-disabled:active, .button-large-disabled:focus { background-position: left -120px; color: #ddd; border-color: #ddd; cursor: default; }

a img.border		{ border: 2px solid #CCCCCC; }
a img.border:hover 	{ border: 2px solid #72A407; }

#sidebar a.button-large 		{ background-position: left -120px; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; color: #6e6e6e; border-color: #ccc; }
#sidebar a.button-large:hover, #sidebar a.button-large:active, #sidebar a.button-large:focus { 
	background-position: left -60px; border-color: #009999; color: #fff; }
#sidebar a.button-large-green 	{ background-position: left top; border-color: #72a407; color: #fff; }

a#demos.button-large 	{ background-position: left -120px; color: #6e6e6e; border-color: #ccc; padding: 0;}
a#demos.button-large:hover, a#demos.button-large:active, a#demos.button-large:focus { 
	background-position: left -60px; border-color: #009999; color: #fff; }
a#demos.button-large h5 { text-align: left; font-size: 16px; color: #6e6e6e; padding: 9px 9px 9px 45px; background: url(/images/product_sidebar_icons.gif) no-repeat 280px -80px; }
a#demos.button-large:hover h5, a#demos.button-large:active h5, a#demos.button-large:focus h5 { color: #fff; background-position: 280px -120px; }






/* @end */

/* @group FORMS */

form, input, textarea, label, fieldset, legend, select, optgroup, option, button { 
	border:0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; letter-spacing: .03em; line-height: 14px; margin:0; padding:0; vertical-align: middle; }

label, legend { font-weight: bold; }
fieldset { padding: 9px; margin: 0 0 20px 0; border: 1px solid #ccc; }

input { background-color: #FFFFFF; border: 1px solid #a9a8a8; color: #545454; height: 15px; padding: 3px 0 0 3px; }
input.inset { background-image: url(../images_pres/background_formElement_input.gif); background-position: top; background-repeat: repeat-x; }
	
input[type="text"],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#5e5e5e; 
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:24px; }
textarea      { width: 390px; height: 250px; padding:5px; color: #545454; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

input[type="image"] { background: none; border: none; padding: 4px; }
input[type="image"]:hover { border: 1px solid #ccc; padding: 3px; }

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { font-style: italic;  }

.error      { background: #FBE3E4; color: #C00; border-color: #FBC2C4; }
p.error		{ background: none; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* @end */

/* @group MISC CLASSES */

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.normal {
	font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0;
	color: #b7b7b7;
	margin: 0;
	padding: 0;
	}

.serif { font-family: Georgia, "Times New Roman", Times, serif; }

.on-light {	color: #363636;	}

.clear         	{ clear:both; }
.float-left    	{ float:left; margin: 0; }
.float-right   	{ float:right; margin: 0; }
.block			{ display: block; width: 100%; }
 
.text-left     	{ text-align:left; }
.text-right    	{ text-align:right; }
.text-center   	{ text-align:center; }
.text-justify  	{ text-align:justify; }
 
.bold          	{ font-weight:bold; }
.not-bold	   	{ font-weight: normal; }
.italic        	{ font-style:italic; }
.underline     	{ border-bottom:1px solid; }
.highlight     	{ background:#ffc; }
.noweight      	{ font-weight:normal; }

.wrap          	{ width:900px; margin:0 auto; /*background: url(/images_pres/grid.png) top left;*/}
.fullWidth	  	{ width:100%; }
 
.whiteBorder 	{ border: 1px solid #ccc; padding: 5px; }
.noborder		{ border: none; }
 
.nomarg			{ margin:0; }
.nopadding     	{ padding:0; }
.noindent      	{ margin-left:0;padding-left:0; }
.nobullet      	{ list-style:none;list-style-image:none; }

.inline		   	{ display:inline; }

.pointer	   	{ cursor: pointer; }

/* @end */
