/*tratamente-lemn v2*/

/*meyer's reset*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }
html { font-size: 62.5%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
sub { vertical-align: sub; }
sup { vertical-align: super; }
body { background: #fff; font-family: "DroidSansRegular", Verdana, sans-serif; font-size: 14px; font-size: 1.4rem; line-height: 18px; color: #555; position: relative; -webkit-font-smoothing: antialiased; }
/*end meyer's reset*/

/*menu*/

.nav-bar { height: 41px; margin: 0; padding: 0; background: #2c2c2c url(images/menu-background.jpg) repeat-x left bottom; }
.nav-bar > li { float: left; display: block; position: relative; padding: 0; margin: 0; line-height: 40px; border-top: solid 1px transparent; }
.nav-bar > li.active,
.nav-bar > li:hover { background: #01b3b3 url(images/misc/button-gloss.png) repeat-x 0 -31px; -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5); box-shadow: inset 0 1px 0 rgba(255,255,255,.5); border-top: solid 1px #0aa1a1; }
.nav-bar > li.active > a { color: #fff; text-shadow: 0 -1px 1px rgba(0,0,0,0.28); cursor: default; }
.nav-bar > li.active:hover { cursor: default; }
.nav-bar > li > a { color: #fff; }
.nav-bar > li:hover > a { color: #fff; text-shadow: 0 -1px 1px rgba(0,0,0,0.28); }
.nav-bar > li ul { margin-bottom: 0; }
.nav-bar > li .flyout { display: none; }
.nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; }
.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #01b3b3 transparent transparent transparent; position: absolute; right: 20px; top: 17px; }
.nav-bar > li.active.has-flyout > a:first-child:after,
.nav-bar > li:hover.has-flyout > a:first-child:after { border-color: #fff transparent transparent transparent }

.nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 14px; }
.nav-bar > li > input { margin: 0 10px; }

.flyout { background: #fff; border: 2px solid #01b3b3; padding: 20px; margin: 0; position: absolute; top: 40px; left: 0px; width: 250px; z-index: 40; 
    -webkit-box-shadow: 0 1px 5px rgba(1, 179, 179, 0.5); 
    -moz-box-shadow: 0 1px 5px rgba(1, 179, 179, 0.5); 
    box-shadow: 0 1px 5px rgba(1, 179, 179, 0.5); 
    
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.flyout p { line-height: 1.2; font-size: 13px; }
.flyout *:first-child { margin-top: 0; }
.flyout *:last-child { margin-bottom: 0; }
.flyout.small { width: 166.66667px; }
.flyout.large { width: 437.5px; }
.flyout.right { left: auto; right: 0px; }
.flyout.left { right: auto; left: -2px; }
.flyout.up { top: auto; bottom: 39px; }

.flyout:after, .flyout:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.flyout:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	left: 10%;
	margin-left: -10px;
}
.flyout:before {
	border-color: rgba(10, 161, 161, 0);
	border-bottom-color: #01b3b3;
	border-width: 13px;
	left: 10%;
	margin-left: -13px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.flyout li { line-height: 20px; }

.flyout.right:after, .flyout.right:before { left: 90%; }

ul.flyout, 
.nav-bar li.has-flyout { padding: 0; list-style: none; }

ul.flyout li, 
.nav-bar li.has-flyout li { z-index: 41; }

ul.flyout li a, 
.nav-bar ul.flyout li.has-flyout li a { display: block; font-size: 14px; height: auto; line-height: 1; padding: 10px; }

ul.flyout li.active, 
.nav-bar li.has-flyout li.active { margin-top: 0; }

ul.flyout li.active a, 
.nav-bar li.has-flyout li.active a { height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }

.nav-bar li.has-flyout ul.flyout { padding: 2px; }
.nav-bar li.has-flyout ul.flyout li a:hover { background: #01b3b3; text-decoration: none; color: #fff; }

/*end menu*/

/*subnav*/
dl.sub-nav { display: block; width: auto; overflow: hidden; margin: -4px 0 18px -9px; padding-top: 4px; }
dl.sub-nav dt, dl.sub-nav dd { float: left; display: inline; margin-left: 10px; margin-bottom: 4px; }
dl.sub-nav dt { clear: left; font-weight: bold; }
dl.sub-nav a { text-decoration: none; border-radius: 12px; }
dl.sub-nav dd.active a,
dl.sub-nav dd a.active { background: #01b3b3; color: #fff; padding: 3px 9px; }
/*end subnav*/

/*elements*/

img, object, embed { max-width: 100%; height: auto; }
img { -ms-interpolation-mode: bicubic; }

h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; line-height: 1.25; font-family: "DroidSerifRegular", Georgia, Serif }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 40px; font-size: 4.0rem; margin-bottom: 12px;}
h2 { font-size: 30px; font-size: 3.0rem; margin-bottom: 9px; }
h3 { font-size: 20px; font-size: 2.0rem; margin-bottom: 9px; }
h4 { font-size: 18px; font-size: 1.8rem; margin-bottom: 3px; }
h5 { font-size: 16px; font-size: 1.6rem; font-weight: normal; margin-bottom: 3px;  }
h6 { font-size: 14px; font-size: 1.4rem; font-weight: normal; }
h1 small { display: block; font-size: 15px; font-size: 1.5rem; font-weight: normal; color: #999; }

a { color: #01b3b3; text-decoration: none; }
a:hover, a:focus { color: #0aa1a1; text-decoration: underline; }
hr { border: none; border-top: dotted 1px #999; height: 1px; }

p { line-height: 1.25; margin: 0 0 18px; }
p img { margin: 0; }
p.lead { font-size: 18px; font-size: 1.8rem; line-height: 1.5; }

strong, b { font-weight: bold; line-height: inherit; }

.label { padding: 1px 7px 2px; margin-bottom: 3px; font-size: 11px; font-weight: bold; text-align: center; text-decoration: none; line-height: 1;  white-space: nowrap; display: inline; position: relative; bottom: 1px; color: #fff; background: #01b3b3; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

.nav-bar > li:hover.has-flyout > a > .label { background-color: #fff; color: #01b3b3; }

ul.disc li { list-style-type: disc; margin-left: 16px; }

/*elements*/

/*buttons*/
.button { background: #e9e9e9 url(images/misc/button-gloss.png) repeat-x 0 -31px; display: inline-block; text-align: center; padding: 9px 34px 11px; color: #333; text-decoration: none; font-weight: bold; font-size: 14px; font-size: 1.4rem; line-height: 1; font-family: "DroidSansBold", Arial, sans-serif; position: relative; cursor: pointer; border: none; outline: none; margin: 0; -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5); box-shadow: inset 0 1px 0 rgba(255,255,255,.5); border: solid 1px #cacaca; -webkit-transition: background-color .15s ease-in-out; -moz-transition: background-color .15s ease-in-out; -o-transition: background-color .15s ease-in-out; -moz-border-radius: 1000px; -webkit-border-radius: 1000px; border-radius: 1000px; }
.button:hover, .button:focus { background-color: #dadada; }

.button.primary { background-color: #01b3b3; border-color: #0aa1a1; color: #fff; text-shadow: 0 -1px 1px rgba(0,0,0,0.28); }
.button.primary:hover, .button.primary:focus { background-color: #0aa1a1; border-color: #0aa1a1; }

.tiny.button { font-size: 10px; padding: 6px 14px 8px; width: auto; background-position: 0 -37px; }
.small.button { font-size: 11px; padding: 8px 20px 10px; width: auto; background-position: 0 -34px; }
.medium.button { font-size: 13px; width: auto; }
.large.button { font-size: 18px; padding: 11px 48px 13px; width: auto; background-position: 0 -30px; }

.full-width.button { width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }
.left-align.button { text-align: left; text-indent: 12px; }

a.button { text-decoration: none; }
a.button:hover { color: #333; }
a.primary.button:hover { color: #fff; }
/*end buttons*/

/*forms*/
form { margin: 0 0 18px; }

label { display: block; margin-bottom: 5px; }
.form-inline label { display: inline; }

input.input-text, textarea, select { border: solid 1px #bbb; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; font-size: 13px; padding: 6px 3px 4px; outline: none !important; background: #fff url(images/input-bg.png); font-family: "DroidSansRegular", "Arial", Sans-Serif }
input.input-text:focus, textarea:focus, select:focus { background-color: #f9f9f9; }
label + input.input-text, label + textarea, label + select { margin-top: -9px; }
textarea { max-width: 100%; }

input.input-text, textarea { width: 254px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
input.small, textarea.small { width: 134px; }
input.medium, textarea.medium { width: 254px; }
input.large, textarea.large { width: 434px; }
input.expand, textarea.expand { width: 100%; }

input.input-text.oversize, textarea.oversize { font-size: 18px !important; padding: 4px 5px !important; }

.radio, .checkbox { min-height: 18px; padding-left: 18px; }
.radio input[type="radio"], .checkbox input[type="checkbox"] { float: left; margin-left: -18px; }
.controls > .radio:first-child, .controls > .checkbox:first-child { padding-top: 5px; }
.radio.inline, .checkbox.inline { display: inline-block; padding-top: 5px; margin-bottom: 0; vertical-align: middle; }
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { margin-left: 10px; }

.help-block, .help-inline { color: #555555; }
.help-block { display: block; margin-bottom: 9px; }
.help-inline { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; padding-left: 5px; }

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline { display: inline-block; *display: inline;  *zoom: 1; margin-bottom: 0; }

.form-horizontal .hide { display: none; }

.control-group { margin-bottom: 9px; }
.form-horizontal .control-group:before,
.form-horizontal .control-group:after { display: table; content: ""; }
.form-horizontal .control-group:after { clear: both; }
.form-horizontal .control-label { float: left; width: 140px; padding-top: 7px; text-align: right; }
.form-horizontal .controls { *display: inline-block; *padding-left: 20px; margin-left: 160px; *margin-left: 0; }
.form-horizontal .controls:first-child { *padding-left: 160px; }
.form-horizontal .help-block { margin-top: 9px; margin-bottom: 0; }

.form-actions { margin-top: 10px; padding-top: 10px; border-top: dotted 1px #999; }
/*end forms*/

/*breadcrumb*/
ul.breadcrumb { display: block; background: #f4f4f4; padding: 7px 10px; border: 1px solid #ddd; border-radius: 2px; overflow: hidden; }
ul.breadcrumb li { margin: 0; padding: 0 12px 0 0; float: left; list-style: none; }
ul.breadcrumb li a, ul.breadcrumb li span { text-transform: uppercase; font-size: 11px; padding-left: 12px; }
ul.breadcrumb li:first-child a, ul.breadcrumb li:first-child span { padding-left: 0; }
ul.breadcrumb li:before { content: "/"; color: #aaa; }
ul.breadcrumb li:first-child:before { content: " "; }
ul.breadcrumb li.current a { cursor: default; color: #333; }
ul.breadcrumb li:hover a, ul.breadcrumb li a:focus { text-decoration: underline; }
ul.breadcrumb li.current:hover a, ul.breadcrum li.current a:focus { text-decoration: none; }
ul.breadcrumb li.unavailable a { color: #999; }
ul.breadcrumb li.unavailable:hover a, ul.pagination li.unavailable a:focus { text-decoration: none; color: #999; cursor: default; }
/*end breadcrumb*/

/*pagination*/
ul.pagination { display: block; height: 24px; margin-left: -5px; margin-bottom: 20px; }
ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 15px; margin-left: 5px; }
ul.pagination li a { display: block; padding: 6px 7px 4px; color: #555; text-decoration: none; }
ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li a:focus { border-bottom: solid 2px #0aa1a1; color: #141414; }
ul.pagination li.unavailable a { cursor: default; color: #999; }
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { border-bottom: none; }
/*end pagination*

/*tabs*/
dl.tabs { display: block; margin: 0 0 30px 0; padding: 0; height: 43px; border-bottom: solid 1px #eee; }
dl.tabs dt { display: block; width: auto; height: 30px; padding: 0 9px 0 20px; line-height: 30px; float: left; color: #999; font-size: 11px; text-transform: uppercase; cursor: default; }
dl.tabs dt:first-child { padding: 0 9px 0 0; }
dl.tabs dd { display: block; width: auto; height: 30px; padding: 0; float: left; }
dl.tabs dd a { display: block; width: auto; height: 29px; padding: 7px 18px 9px; line-height: 30px; border: none; margin: 0 -1px 0 0; color: #555; background: none; font-size: 15px; font-size: 1.5rem; }
dl.tabs dd a.active { background: #fff; border-width: 1px 1px 0 1px; border-left: 1px solid #eee; border-right: 1px solid #eee; border-top: 3px solid #0aa1a1; height: 30px; margin: 0 10px; position: relative; top: -5px; font-weight: bold; }

.nice.tabs dd:first-child a.active { margin-left: 0; }
		   
ul.tabs-content { margin: 0; display: block; }
ul.tabs-content>li { display: none; }
.no-js ul.tabs-content>li { display: block; }
ul.tabs-content>li.active { display: block; }
    
dl.contained, dl.nice.contained { margin-bottom: 0; }
dl.contained.tabs dd a { padding: 0 14px; }
dl.nice.contained.tabs dd a { padding: 7px 18px 9px; }

ul.contained.tabs-content { padding: 0; }
ul.contained.tabs-content>li { padding: 20px; border: solid 0 #ddd; border-width: 0 1px 1px 1px; }
ul.contained.vertical.tabs-content>li { border-width: 1px 1px 1px 1px; }
ul.nice.contained.tabs-content>li { border-color: #eee; }
/*end tabs*/

/*foundation grid*/
.container { padding: 0 20px; }

.row { width: 100%; max-width: 980px; min-width: 727px; margin: 0 auto; }
/* To fix the grid into a certain size, set max-width to width */
.row .row { min-width: 0; }

.column, .columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; }
.column:first-child, .columns:first-child { margin-left: 0; }
[class*="column"] + [class*="column"]:last-child { float: right; }
[class*="column"] + [class*="column"].end { float: left; }

.row .one { width: 4.3%; }
.row .two { width: 13%; }
.row .three { width: 21.679%; }
.row .four { width: 30.37%; }
.row .five { width: 39.1%; }
.row .six { width: 47.8%; }
.row .seven { width: 56.5%; }
.row .eight { width: 65.2%; }
.row .nine { width: 73.9%; }
.row .ten { width: 82.6%; }
.row .eleven { width: 91.3%; }
.row .twelve { width: 100%; }

.row .offset-by-one { margin-left: 13.1%; }
.row .offset-by-two { margin-left: 21.8%; }
.row .offset-by-three { margin-left: 30.5%; }
.row .offset-by-four { margin-left: 39.2%; }
.row .offset-by-five { margin-left: 47.9%; }
.row .offset-by-six { margin-left: 56.6%; }
.row .offset-by-seven { margin-left: 65.3%; }
.row .offset-by-eight { margin-left: 74.0%; }
.row .offset-by-nine { margin-left: 82.7%; }
.row .offset-by-ten { margin-left: 91.4%; }

.row .centered { float: none; margin: 0 auto; }

.row .offset-by-one:first-child { margin-left: 8.7%; }
.row .offset-by-two:first-child { margin-left: 17.4%; }
.row .offset-by-three:first-child { margin-left: 26.1%; }
.row .offset-by-four:first-child { margin-left: 34.8%; }
.row .offset-by-five:first-child { margin-left: 43.5%; }
.row .offset-by-six:first-child { margin-left: 52.2%; }
.row .offset-by-seven:first-child { margin-left: 60.9%; }
.row .offset-by-eight:first-child { margin-left: 69.6%; }
.row .offset-by-nine:first-child { margin-left: 78.3%; }
.row .offset-by-ten:first-child { margin-left: 87%; }
.row .offset-by-eleven:first-child { margin-left: 95.7%; }

.push-two { left: 17.4%; }
.push-three { left: 26.1%; }
.push-four { left: 34.8%; }
.push-five { left: 43.5%; }
.push-six { left: 52.2%; }
.push-seven { left: 60.9%; }
.push-eight { left: 69.6%; }
.push-nine { left: 78.3%; }
.push-ten { left: 87%; }

.pull-two { right: 17.4%; }
.pull-three { right: 26.1%; }
.pull-four { right: 34.8%; }
.pull-five { right: 43.5%; }
.pull-six { right: 52.2%; }
.pull-seven { right: 60.9%; }
.pull-eight { right: 69.6%; }
.pull-nine { right: 78.3%; }
.pull-ten { right: 87%; }

.row:before, .row:after, .clearfix:before, .clearfix:after { content: ""; display: table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }
/*end foundation grid*/

/*foundation block grid*/
.block-grid { display: block; overflow: hidden; }
.block-grid > li { display: block; height: auto; float: left; }

.block-grid.two-up { margin-left: -4%; }
.block-grid.two-up > li { margin-left: 4%; width: 46%; margin-bottom: 4%; }

.block-grid.three-up { margin-left: -2%; }
.block-grid.three-up > li { margin-left: 2%; width: 31.3%; margin-bottom: 2%; }

.block-grid.four-up { margin-left: -2%; }
.block-grid.four-up > li { margin-left: 2%; width: 23%; margin-bottom: 2%; }

.block-grid.five-up { margin-left: -1.5%; }
.block-grid.five-up > li { margin-left: 1.5%; width: 18.5%; margin-bottom: 1.5%; }
/*end foundation block grid*/

/*flash video*/
.flex-video { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; }
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*end flash video*/

/*alert*/
div.alert-box { display: block; padding: 6px 7px; font-weight: bold; font-size: 14px; background: #eee; border: 1px solid rgba(0,0,0,0.1); margin-bottom: 12px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-shadow: 0 1px rgba(255,255,255,0.9); position: relative; }
.alert-box.success { background-color: #01b3b3; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); }
.alert-box.warning { background-color: #f68b01; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); }
.alert-box.error { background-color: #c00000; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); }
div.alert-box ul { font-weight: normal; }
/*end alert*/

/*misc*/
.left { float: left; }
.right { float: right; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.hide { display: none; }
.highlight { background: #ff0; }
/*end misc*/

/*tables*/
table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd; width: 100%;  }
	
table thead, table tfoot { background: #f5f5f5; }
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }
table thead tr th,
table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

table tbody tr.even,
table tbody tr.alt { background: #f9f9f9; }
table tbody tr:nth-child(even) { background: #f9f9f9; }
table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }
/*end tables*/

/*page styles*/

body { background: #ccc url(images/body-background.jpg); }

#page { margin-bottom: 20px; }

#page-top-menu { padding: 0; margin-bottom: 20px; background: #2c2c2c url(images/menu-background.jpg) repeat-x left bottom; border-bottom: solid 3px #01b3b3; 
-webkit-box-shadow:  0px 5px 4px -2px rgba(0, 0, 0, 0.2) ;
        box-shadow:  0px 5px 4px -2px rgba(0, 0, 0, 0.2) ;
                 }
#page-top-menu #search { margin: 0; font-size: 0; }
#page-top-menu #search ul { margin: 0; padding: 0; list-style: none; }
#page-top-menu #search li { display: inline; }

#page-top-menu .nav-bar li.search:hover { background: none; border-top: solid 1px #000; }
#page-top-menu .nav-bar li.search form { margin: 0; }

#page-header .menu { margin-top: 30px; }

#header-logo a { display: block; height: 100px; background: transparent url(images/logo.png) no-repeat; text-indent: -999em; }
#header-links { float: right; margin-top: 20px; }

#page-menu { margin: 20px auto 0; border-bottom: solid 2px #01b3b3; }

#page-content { background: #fff url(images/content-background.png); 
-webkit-box-shadow:  0px 5px 4px -2px rgba(0, 0, 0, 0.2) inset;
        box-shadow:  0px 5px 4px -2px rgba(0, 0, 0, 0.2) inset;
}
#page-content #one-column { padding: 20px; }
#page-content #two-columns #column-one { padding: 20px 10px 20px 20px; }
#page-content #two-columns #column-two { padding: 20px 20px 20px 10px; }

#page-footer { background: #2c2c2c url(images/menu-background.jpg) repeat-x left bottom; border-top: solid 2px #01b3b3; padding: 30px 0; color: #fff; }
.footer-poweredby, .footer-developedby, .footer-copyright { margin-left: 30px; }

/*
.search-input { margin-top: 6px; }
.search-button.button { padding: 6px 20px 8px; margin-top: -6px; }
*/

.error,
.required { color: #f00; }

/*product*/

.block.error404,
.block.internal-error { padding-left: 250px; min-height: 500px; background: url('images/homer.png') no-repeat; }

#product-info { font-size: 10px; }

#product-info,
#product-essential,
.product-full-description { margin-bottom: 10px; padding-bottom: 10px; border-bottom: dotted 1px #999; }

.news-item,
.blog-post { border-bottom: dotted 1px #999; padding-bottom: 10px; margin-bottom: 10px; }

#product-tags li { display: inline; margin-right: 16px; }
#product-tags li span { padding: 1px 7px 2px; margin-left: 5px; font-size: 11px; font-weight: bold; text-align: center; text-decoration: none; line-height: 1;  white-space: nowrap; display: inline; position: relative; bottom: 1px; color: #fff; background: #01b3b3; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

.category-grid .block-grid li { min-height: 200px; }
.subcategory-grid .category-item .category-title { font-size: 14px; }

.product-grid .block-grid > li { min-height: 200px; }

.product-grid .product-title { font-size: 14px; }
.product-grid .product-item { position: relative; }
.product-grid .product-short-description { padding-bottom: 10px; font-size: 12px; min-height: 100px; }
.product-grid .product-price { font-weight: bold; }
.product-grid .product-buttons { margin-top: 10px; padding-top: 10px; border-top: dotted 1px #999; }
.product-grid .product-bundles { display: none; }
/*
.bundle { clear: both; overflow: hidden; }
.bundle .bundle-picture { float: left; margin-right: 20px; }
.bundle .bundle-short-description,
.bundle .product-price, 
.bundle .bundle-buttons { margin-bottom: 20px; }
*/
/*
.bundle-item .bundle-title { height: 40px; }
.bundle-item .bundle-picture { width: 160px; height: 160px; } 
*/

.product-list .product-item { overflow: hidden; margin-bottom: 10px; padding-bottom: 10px; border-bottom: dotted 1px #ddd; }
.product-list .product-item .product-picture { float: left; width: 250px; margin-right: 10px; }
.product-list .product-item .product-title,
.product-list .product-item .product-short-description,
.product-list .product-item .product-bundles
.product-list .product-item .product-price,
.product-list .product-item .product-buttons,
.product-list .product-item .product-buttons .button { margin-bottom: 10px; }
.product-list .product-item .product-title { font-size: 14px; }
.product-list .product-item .product-price { font-weight: bold; margin-bottom: 10px; padding-bottom: 10px; border-bottom: dotted 1px #999; }
.product-list .product-item .product-bundles { overflow: hidden; border: dotted 1px #ddd; }
.product-list .product-item .product-bundles p { padding: 10px 0 0 10px }
.product-list .product-item .product-bundles .bundle-item { float: left; margin-right: 10px; padding-left: 10px; }

.product-list .product-item .product-info { float: left; width: 420px; margin-right: 10px; }
.product-list .product-item .product-buy { float: left; width: 250px; }

#product-tags,
.product-one-variant-price,
.product-buttons-primary,
.product-buttons-secondary { margin-bottom: 10px; }

.product-price-value { font-weight: bold; font-size: 16px; font-size: 1.6rem; }

.ui-crystal-star,
.rating-star { font-size: 0pt; width: 24px; height: 24px; margin: 0px; padding: 0px; cursor: pointer; display: block; background-repeat: no-repeat; display: inline-block; }
.ui-crystal-star-on,
.ui-crystal-star-hover,
.filled-rating-star{ background-image: url(images/filled-rating-star.png); }
.ui-crystal-star,
.empty-rating-star{ background-image: url(images/empty-rating-star.png); }
.ui-crystal-star-on,
.saved-rating-star{ background-image: url(images/filled-rating-star.png); }

#product-rating p { margin: 0 0 0 16px;}

.review-rating,
.review-rating li { display: inline; }

/*end product*/

/* slimbox */
#slimbox-overlay { position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; cursor: pointer; }
#slimbox-center, #slimbox-bottom-container { position: absolute; z-index: 9999; overflow: hidden; background-color: #fff; }
.slimbox-loading { background: #fff url(images/loading.gif) no-repeat center; }
#slimbox-image { position: absolute; left: 0; top: 0; border: 10px solid #fff; background-repeat: no-repeat; }
#slimbox-prev-link, #slimbox-next-link { display: block; position: absolute; top: 0; width: 50%; outline: none; }
#slimbox-prev-link { left: 0; }
#slimbox-prev-link:hover { background: transparent url(images/prevlabel.gif) no-repeat 0 15%; }
#slimbox-next-link { right: 0; }
#slimbox-next-link:hover { background: transparent url(images/nextlabel.gif) no-repeat 100% 15%; }
#slimbox-bottom { font-size: 14px; color: #666; line-height: 1.4em; text-align: left; border: 10px solid #fff; border-top-style: none; }
#slimbox-close-link { display: block; float: right; width: 66px; height: 22px; background: transparent url(images/closelabel.gif) no-repeat center; margin: 5px 0; outline: none; }
#slimbox-caption, #slimbox-number { margin-right: 71px; }
#slimbox-caption { font-weight: bold; color: #0aa1a1; }
/* end slimbox */

/*fonts
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/droid/droidsans-webfont.eot');
    src: url('fonts/droid/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droid/droidsans-webfont.woff') format('woff'),
         url('fonts/droid/droidsans-webfont.ttf') format('truetype'),
         url('fonts/droid/droidsans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSansBold';
    src: url('fonts/droid/droidsans-bold-webfont.eot');
    src: url('fonts/droid/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droid/droidsans-bold-webfont.woff') format('woff'),
         url('fonts/droid/droidsans-bold-webfont.ttf') format('truetype'),
         url('fonts/droid/droidsans-bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSerifBold';
    src: url('fonts/droid/droidserif-bold-webfont.eot');
    src: url('fonts/droid/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droid/droidserif-bold-webfont.woff') format('woff'),
         url('fonts/droid/droidserif-bold-webfont.ttf') format('truetype'),
         url('fonts/droid/droidserif-bold-webfont.svg#DroidSerifBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('fonts/droid/droidserif-bolditalic-webfont.eot');
    src: url('fonts/droid/droidserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droid/droidserif-bolditalic-webfont.woff') format('woff'),
         url('fonts/droid/droidserif-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/droid/droidserif-bolditalic-webfont.svg#DroidSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSerifItalic';
    src: url('fonts/droid/droidserif-italic-webfont.eot');
    src: url('fonts/droid/droidserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droid/droidserif-italic-webfont.woff') format('woff'),
         url('fonts/droid/droidserif-italic-webfont.ttf') format('truetype'),
         url('fonts/droid/droidserif-italic-webfont.svg#DroidSerifItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSerifRegular';
    src: url('fonts/droid/droidserif-regular-webfont.eot');
    src: url('fonts/droid/droidserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droid/droidserif-regular-webfont.woff') format('woff'),
         url('fonts/droid/droidserif-regular-webfont.ttf') format('truetype'),
         url('fonts/droid/droidserif-regular-webfont.svg#DroidSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*end fonts*/