/* Table of Contents

1. Reset
2. General Styles
3. Typography & Headers
4. Layout
5. Drop Down Menu
6. Shortcodes
7. Misc Extra

*/


/* -------------- 1. CSS Reset -------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, p, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size:100%;
	color:#444;
}
h1,h2,h3,h4,h5,h6,hr,p,ul,ol,dl,pre,address,table,form{
margin:0 0 15px;
font-weight:normal;
}
blockquote, q {
	quotes: none;
}
blockquote p {
margin-bottom:0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.font14{
	font-size:14px
}
.font12{
	font-size:12px;
	line-height:18px;
	margin:6px 0 14px 0;
}
.hide{
	display:none
}

/* -------------- 2. General Styles -------------- */

html {}
body {
margin:0;
padding:0;
background:#eee;
line-height:21px;
font-family:Helvetica,Arial,sans-serif;
font-size:13px;
}


/* -------------- 3. Typography & Headers -------------- */

a:link {
/*text-decoration:none;*/
}
a:visited {
/*text-decoration:none;*/
}
a:hover {
color:#000;
/*text-decoration:none;*/
}
a:active {
/*text-decoration:none;*/
}
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
margin:0;
padding:0;
margin-bottom:10px;
}
h1, h2, h3, h4, h5, h6 {
color:#303030;
}
address, table {
font-size:1em;
}
pre {
background:#f4f4f4;
padding:7px 10px;
font-size:1.167em;
border:1px solid #ccc;
}
code {
background:#f4f4f4;
padding:7px 10px;
font-size:1.167em;
display:block;
}
p, li {
line-height:21px;
}
p {
font-size:13px;
margin-bottom:15px;
}
.copyright p {
color:#111;
font-size:.9em;
margin:4px 0 0 0;
}
img {
display:block;
margin-bottom:0;
}
.grigten{
	color:#777
}

div.entries, div.entries_full img {
}
h1 {
font-size:32px;
letter-spacing:-1px;
margin-bottom:10px;
line-height:1.33em;
}
h2 {
font-size:20px;
margin-bottom:10px;
line-height:1.5em;
}

h3 {
font-size:13px;
margin-bottom:0;
font-weight:bold;
line-height:1.5em;
color:#696969;
}
h4 {
font-size:1.59em;
margin-bottom:5px;
}
h5 {
font-size:1.12em;
text-transform:uppercase;
letter-spacing:1px;
margin-bottom:12px;
}
h6 {
font-size:1em;
text-transform:uppercase;
letter-spacing:1px;
}
h1.posttitle {
margin-top:-9px;
font-size:2.25em;
}
h2.widgettitle {
margin-top:-4px;
}
.headline_title h3 {
color:#444;
font-size:1.4em;
line-height:30px;
margin-top:4px;
margin-bottom:0;
padding:0 6px 0 10px;
letter-spacing:-.2px;
}
.headline_inner h4 {
color:#555;
font-size:1.3em;
margin:9px 0 2px 0;
*margin-top:10px;
float:left;
letter-spacing:.2px;
}
h4.folio {
color:#555;
font-size:1.3em;
letter-spacing:.2px;
}
.footer h5 {
color:#1f1f1f;
font-size:1.4em;
text-transform:none;
letter-spacing:0px;
}
h5.gr{
	color:#bfbfbf
}
blockquote {
margin:20px 0;
padding:5px 5px 5px 50px;
background:url("../images/quotes.png") no-repeat scroll 0 -7px transparent;
}
table, td, th {
text-align:center;
vertical-align:middle;
}
table {
margin:10px 0;
border-collapse:separate;
border-spacing:0;
border:1px solid #e1e1e1;
}
table th {
background:#f4f4f4;
padding:10px;
border-bottom:1px solid #fff;
font-size:.85em;
text-transform:uppercase;
letter-spacing:1px;
}
table td {
padding:10px;
border-top:1px solid #ccc;
font-size:.9167em;
}
table tr {
background:#f7f7f7;
}
ol, ul {
	list-style: none;
	padding:0;
	margin-left:0;
	margin-bottom:20px;
	margin-right:0;
}
ul {
	border-top:1px solid #c9c9c9;
	color:#555;
}

ul.notstyle, ul.notstylenum{
	border:0;
}
ul li {
	background:url("../images/arrow_8px_70opac.png") no-repeat scroll 0 50% transparent;
	list-style-type:none;
	border-bottom:1px solid #c9c9c9;
	padding:5px 0 5px 15px;
}
ul.notstyle li, ul.notstylenum li{
	list-style-type:disc;
	background:none;
	border:0;
	margin-left:30px;
	padding:5px 0 0 0;
}
ul.notstylenum li{
	list-style-type:decimal;
}
ul.notstyle li.disc{
	list-style-type:disc;
	margin-left:12px;
}
ul.notstyle li.letter{
	list-style-type:lower-latin;
	margin-left:18px;
}
ul li:hover {
}
ul a {
color:#444;
text-decoration:none;
}
ul a:hover {
color:#000;
text-decoration:none;
}
ul.reset {
border:none;
}
ul.reset li {
background:transparent;
list-style-type:none;
border:none;
padding:0;
}

ul.filt li{
	border-bottom: 1px solid #C9C9C9;
	margin-bottom:11px
}
ul.filt li:first-child{
	border-top: 1px solid #C9C9C9;
	padding-top:11px
}
#header_container ul li, #header_container ul {
list-style-type:none;
}
#main_container ol {
border-top:1px solid #D6D6D6;
color:#696969;
}
#main_container ol li {
border-bottom:1px solid #D6D6D6;
list-style-position:inside;
list-style-type:decimal;
padding:5px 0 5px 0;
}
ul.menu a {
color:#444;
font-size:13px;
display:block;
}
ul.menu a:hover {
color:#000;
}
.footer ul {
border-top:1px solid #919191;
color:#555555;}
.footer ul li {
background:transparent;
list-style-type:none;
border-bottom:1px solid #919191;
padding:4px 0 4px 4px;
}
.footer ul li:hover {
background:#cfcfcf;
}
.footer a {
color:#444;
display:block;
}
.footer a:hover {
text-decoration:none;
}
.footer_form p {
margin-bottom:9px;
}
ul.link_v, ul.links_h  {
margin:0;
}
ul.links_v li {
list-style:none;
}
ul.links_h li {
list-style:none;
display:block;
float:left;
margin:0 20px 0 0;
}
.nobg li {
list-style:none;
background:none;
padding-left:none;
}
.thumblist li {
position:relative;
line-height:1.6;
}
.thumblist li img {
border:1px solid #eee;
padding:4px;
margin:0 10px 10px 0;
}
.thumblist li .date {
text-transform:uppercase;
font-size:10px;
}
.twitter li {
background:url(../images/twittericon.png) 0px 5px no-repeat;
padding:0 0 7px 25px;
margin:7px 0 0;
font-size:1em;
}
.italic {
font-style:italic;
}
.highlight_yellow {
color:#444;
background:#ffff55;
padding:3px 2px;
}
.highlight_green {
color:#444;
background:#aaff66;
padding:3px 2px;
}
.highlight_orange {
color:#222;
background:#e1e1e1;
padding:3px 2px;
}
.highlight_black{
color:#ccc;
background:#000;
padding:3px 2px;
}
.date {
color:#666;
}
.fontsize16 {
font-size:16px;
}
.fontsize18 {
font-size:18px;
}
.fontsize21 {
font-size:21px;
}
.fontsize48 {
font-size:48px;
line-height:1.3;
}
.font105em {
font-size:1.05em;
}
.black {
color:#000;
}
.meta {
color:#888;
font-size:.95em;
margin:0;
}
.meta span {
padding:0 20px 0 20px;
}
.meta a {
color:#888;
}
span.postdate {
background:url(../images/postdate.png) no-repeat left bottom;
}
span.tags {
background:url(../images/tags.png) no-repeat left bottom;
}
span.comments {
background:url(../images/comments.png) no-repeat left bottom;
}


/* -------------- 4. Layout -------------- */

div#wrapper {
background:#fff;
margin:0 auto;
/*text-align:center;*/
}
div#header_wrap {
/*background:#57483f url(../images/radial_header.jpg) center top no-repeat;*/
/*background:#57483f url(../images/greca.png) repeat-x 0 15px;*/
background-color:#99968b;
}
div#navline_container {
margin:0 auto;
text-align:center;
}
div.logo {
float:left;
margin:27px 0px 0 0;
}
.logo img {
margin-bottom:0;
}
.navline {
	float:right;
	margin:24px auto 0;
	width:700px;
}
div.navline img {
	margin-left:15px
}
div#header_container {
margin:0 auto;
text-align:center;
padding-bottom:15px;

}
div.header {
width:960px;
margin:0 auto;
padding-left:20px;
padding-right:20px;
text-align:left;
border-bottom:0px solid #e3e3e3;
}
div.feature_container {
/*background:url(../images/slider_shadow.png) 50% 100% no-repeat;*/
margin:0 auto;
text-align:center;
}
div.no_bg {
background:transparent;
}
div.feature {
width:960px;
margin:0 auto;
padding:5px 20px 0;
text-align:left;
}
div.feature_entry {
padding:0px 0 0;
height:380px;
overflow:hidden;
}
div.slider_controls {
margin:0 auto;
height:45px;
width:960px;
text-align:center;
}
div#headline_container {
background:transparent;
margin:0 auto;
text-align:center;
border-bottom:0px solid #eaeaea;
}
div.headline {
width:960px;
margin:0 auto;
padding-left:20px;
padding-right:20px;
text-align:left;
border-top:0px solid #ddd;
}
div.headline_inner {
float:left;
padding:0px 0 19px;
height:49px;
}
div.headline_search {
float:right;
margin-top:8px;
height:50px;
}
div.headline_title {
height:40px;
background:url(../images/headline_bg.png) left center no-repeat;
float:left;
padding:0;
margin:5px 0 0 0;
text-align:center;
}
div.headline_close {
background:url(../images/headline_close.png) left bottom no-repeat;
float:left;
height:41px;
margin-top:1px;
padding-left:30px;
}
div#main_container {
margin:0 auto;

background:#f0f0f0 url(../images/header_shadow.png) no-repeat scroll center top;
}
div.main {
margin:0 auto;
padding:0 20px 50px;
*padding-bottom:68px;
text-align:left;
width:960px;
_width:975px;
min-height:100%;
}
div.content {
float:left;
position:relative;
padding:0 32px 0 0;
margin:35px 0 0px 0;
border-right:1px solid #cccccc;
}
div.content_full {
padding:0 32px 0 0;
margin:35px auto 0px;
width:960px;
}
div.entries {
margin-bottom:35px;
}
div.entries_full {
margin-bottom:0;
}
div.entry {
width:570px;
padding:0;
margin:0 0 20px 0;
}
div.entry_full {
width:960px;
padding:0;
margin:0 auto 0;
}
div.sidebar {
float:right;
position:relative;
margin-top:35px;
}
div.sidebar_box {
position:relative;
width:330px;
padding:0;
margin:0 0 20px 27px;
}
div#footer_container {
background:#ccc url(../images/radial_footer.jpg) center center no-repeat;
margin:0 auto;
text-align:center;
border-top:4px solid #bababa;
}
div.footer {
color:#7f7f7f;
width:960px;
padding:0 20px;
margin:0 auto;
text-align:left;
}
div.copyright_container {
background:#999;
text-align:center;
border-top:0px solid #fff;
}
div.copyright {
/*background:url(../images/logo_fade.png) 2.2% 50% no-repeat;*/
width:960px;
height:32px;
margin:0 auto;
text-align:left;
padding:12px 20px 0;
}
div.nav {
float:left;
margin:60px 15px 0;
}
div#slider {
width:960px;
height:340px;
margin-bottom:45px;
}
div#slider img {
margin-bottom:45px;
}
.box_162 {
width:132px;
padding:0 20px 0 0;
margin:25px 0 40px;
display:block;
float:left;
}
.box_300 {
width:260px;
padding:0;
margin:25px 0 40px 45px;
display:block;
float:left;
}
.box_us {
width:350px;
padding:0;
margin:25px 0 40px;
display:block;
float:left;
}

/* -------------- 5. Drop Down Menu -------------- */




/* -------------- 6. Shortcodes -------------- */

span.dropcap {
float:left;
font-size:2.42em;
height:44px;
line-height:42px;
margin-bottom:0px;
margin-right:5px;
text-align:center;
width:40px;
}
span.dropcapcircle {
background:url(../images/dropcapcircle.png) center no-repeat;
color:#444;
float:left;
font-size:1.5em;
height:41px;
line-height:39px;
margin-bottom:0px;
margin-right:10px;
text-align:center;
width:40px;
}
.pullleft, .pullright {
float:right;
font-size:1.167em;
margin:20px 2px 20px 20px;
padding:20px;
width:33%;
border:1px solid #eee;
}
.pullleft {
float:left;
margin-left:2px;
margin-right:20px;
}
.imageleft, .imageright {
float:right;
padding:5px;
margin:2px 2px 2px 15px;
border:1px solid #eee;
}
.imageleft {
float:left;
margin:2px 15px 2px 2px;
}
.uppercase {
text-transform:uppercase;
letter-spacing:1px;
}
.regcase {
text-transform:none;
letter-spacing:0px;
}
.hidden {
display:none;
}
.rounded {
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
div.comment {
background:#efefef;
width:564px;
min-height:105px;
padding:15px 20px 14px 14px;
margin-bottom:15px;
}
div.comment div.user {
float:left;
width:88px;
height:110px;
margin-right:18px;
overflow:hidden;
}
div.comment div.user img {
background:#888;
width:88px;
height:88px;
margin:0;
}
div.comment div.user p {
color:#777;
font-size:1.05em;
}
.thecomment {
color:#333;
font-size:.95em;
}

/* Lists */
.check li {
background:url("../images/check.png") no-repeat scroll 0 50% transparent;
border-bottom:1px solid #D6D6D6;
padding:5px 0 5px 20px;
}
.bigarrow li {
background:url("../images/bigarrow.png") no-repeat scroll 0 50% transparent;
border-bottom:1px solid #D6D6D6;
padding:5px 0 5px 18px;
}
.tinyarrow li {
background:url("../images/tinyarrow.png") no-repeat scroll 0 50% transparent;
border-bottom:1px solid #D6D6D6;
padding:5px 0 5px 18px;
}
.wedge li {
background:url("../images/wedge.png") no-repeat scroll 0 50% transparent;
border-bottom:1px solid #D6D6D6;
padding:5px 0 5px 18px;
}
.dot li {
background:url("../images/dot.png") no-repeat scroll 0 50% transparent;
border-bottom:1px solid #D6D6D6;
padding:5px 0 5px 18px;
}
.x li {
background:url("images/x.png") no-repeat scroll 0 50% transparent;
border-bottom:1px solid #D6D6D6;
padding:5px 0 5px 18px;
}
li.x {
background:url("../images/x.png") no-repeat scroll 0 50% transparent;
}

.learnmore {
background:url("../images/wedge.png") no-repeat scroll 100% 50% transparent;
padding:0 15px 0 0;
}
.learnmore a {
color:#555;
}
.caption {
color:#aaa;
font-size:.9em;
font-style:italic;
text-align:center;
margin:6px 0 0 0;
padding:0 4px;
}
.blockleft, .blockright {
display:block;
float:right;
border:1px solid #eee;
margin:2px 2px 2px 15px;
padding:5px;
}
.blockleft {
float:left;
margin:2px 15px 2px 2px;
}
.box_threequarters, .box_3_4 {
width:74.0%;
padding:0 3.125% 0 0;
/*margin:25px 0 0;*/
display:block;
float:left;
}
.box_half,.box_half1, .box_1_2 {
/*width:48.437%;*/
width:460px;
padding:0 35px 0 0;
/*margin:25px 0 0;*/
display:block;
float:left;
}
.box_half1{
	padding:0
}
.box_long{
/*width:48.437%;*/
width:700px;
padding:0 35px 0 0;
/*margin:25px 0 0;*/
display:block;
float:left;
}
.box_twothirds, .box_2_3 {
width:62.5%;
padding:0 3.125% 0 0;
/*margin:25px 0 0;*/
display:block;
float:left;
}
.box_twofifths, .box_2_5 {
width:36.66%;
padding:0 3.125% 0 0;
margin:25px 0 0;
display:block;
float:left;
}
.box_third, .box_1_3 {
width:31.25%;
padding:0 3.125% 0 0;
margin:10px 0 0;
display:block;
float:left;
}
.box_produz {
padding:0;
margin:10px 30px 0 0;
float:left;
}
.box_third1{
width:48%;
padding:0 3.125% 0 0;
margin:25px 0 0;
display:block;
float:left;
}
.box_third2{
margin:25px 0 0 0;
display:block;
float:left;
width:355px;
}
.box_third3{
	width:325px
}
.box_quarter, .box_1_4 {
width:22.656%;
padding:0 3.125% 0 0;
/*margin:25px 0 0;*/
display:block;
float:left;
}
.box_fin{
	padding:0;
	width:246px;
}
.box_fifth, .box_1_5 {
width:17.49%;
padding:0 3.125% 0 0;
margin:25px 0 0;
display:block;
float:left;
}
.box_sixth, .box_1_6 {
width:14.06%;
padding:0 3.125% 0 0;
margin:25px 0 0;
display:block;
float:left;
}
.demo1 {
width:300px;
padding:0 30px 0 0;
margin:25px 0 0;
display:block;
float:left;
}
.ml0{
	margin-left:0
}
.margin_top_0, .mt0 {
margin-top:0;
}
.margin_top_5, .mt5 {
margin-top:5px;
}
.margin_top_10, .mt10 {
margin-top:10px;
}
.margin_top_30_t, .mt50_t {
margin:50px 0 50px 0;
}
.margin_top_15, .mt15 {
margin-top:15px;
}
.margin_top_20, .mt20 {
margin-top:20px;
}
.mt20_t {
margin:20px 0 20px 0;
}
.margin_top_25, .mt25 {
margin-top:25px;
}
.margin_top_30, .mt30 {
margin-top:30px;
}
.margin_top_33, .mt33 {
margin-top:33px;
}
.margin_top_35, .mt35 {
margin-top:35px;
}
.mt45 {
margin-top:45px;
}
.margin_top_55, .mt55 {
margin-top:55px;
}
.margin_top_80, .mt80 {
margin-top:80px;
}
.margin_top_115, .mt115 {
margin-top:115px;
}
.margin_bottom_0, .mb0 {
margin-bottom:0;
}
.margin_bottom_5, .mb5 {
margin-bottom:5px;
}
.margin_bottom_10, .mb10 {
margin-bottom:10px;
}
.margin_bottom_12, .mb12 {
margin-bottom:12px;
}
.margin_bottom_15, .mb15 {
margin-bottom:15px;
}
.margin_bottom_20, .mb20 {
margin-bottom:20px;
}
.margin_bottom_25, .mb25 {
margin-bottom:25px;
}
.margin_bottom_30, .mb30 {
margin-bottom:25px;
}
.margin_bottom_35, .mb35 {
margin-bottom:35px;
}
.margin_bottom_40, .mb40 {
margin-bottom:40px;
}
.padding_right_5, .pr5 {
padding-right:5px;
}
.padding_right_10, .pr10 {
padding-right:10px;
}
.padding_right_15, .pr15 {
padding-right:15px;
}
.padding_right_20, .pr20 {
padding-right:20px;
}
.padding_right_25, .pr25 {
padding-right:25px;
}
.padding_right_60, .pr60 {
padding-right:60px;
}
.r60border {
border-right:1px solid #EEEEEE;
margin-right:29px;
padding-right:30px;
}
.float_l {
float:left;
}
.float_r {
float:right;
}
.block {
display:block;
}
.overflow {
overflow:hidden;
}
.content_top {
display:block;
float:left;
margin-top:35px;
margin-bottom:20px;
}
.bar {
display:block;
width:100%;
height:1px;
background:#dfdfdf;
}
.bar_prod {
	background-color:#CCC;
	padding:15px;
	margin:40px 0 40px 0
}
.border {
border-bottom:1px solid #ccc;
margin-bottom:15px;
padding-bottom:5px;
}
.border15 {
border-bottom:1px solid #e4e4e4;
margin-bottom:15px;
padding-bottom:10px;
}
a.area_fin{
	display:block;
	width:217px;
	height:120px;
}
a.area_fin img.imgfin, a:hover.area_fin img.imgfin{
	margin:67px 0 0 163px;
}

/* Buttons, message boxes, & alert boxes */
.alert_green {
-moz-border-radius:3px;
-webkit-border-radius:3px;
background:#e5ffcc url(../images/alert_green.png) left center no-repeat;
color:#573;
border:1px solid #bbdd99;
padding:10px 10px 10px 40px;
margin:10px 0 20px 0;
}
.alert_blue {
-moz-border-radius:3px;
-webkit-border-radius:3px;
background:#e5f5ff url(../images/alert_blue.png) left center no-repeat;
color:#467;
border:1px solid #bde;
padding:10px 10px 10px 40px;
margin:10px 0 20px 0;
}
.alert_yellow {
-moz-border-radius:3px;
-webkit-border-radius:3px;
background:#ffd url(../images/alert_yellow.png) left center no-repeat;
color:#664;
border:1px solid #ddc;
padding:10px 10px 10px 40px;
margin:10px 0 20px 0;
}
.alert_red {
-moz-border-radius:3px;
-webkit-border-radius:3px;
background:#fcc url(../images/alert_red.png) left center no-repeat;
color:#744;
border:1px solid #daa;
padding:10px 10px 10px 40px;
margin:10px 0 20px 0;
}
span.button, span.button_large, span.button_small {
display:inline-block;
}
span.button h2, span.button h3, span.button h4, span.button h5, span.button h6 {
background:url(../images/botton_cap_silver.png) top right no-repeat;
height:55px;
margin:0;
padding-right:11px;
display:inline-block;
}
span.button a {
background:url(../images/botton_l_silver.png) top left no-repeat;
margin:0;
padding:0 9px 0 20px;
line-height:57px;
height:55px;
display:block;
}
span.button h2:hover, span.button h3:hover, span.button h4:hover, span.button h5:hover, span.button h6:hover {
background:url(../images/botton_cap_silver.png) bottom right no-repeat;
}
span.button h2:hover a, span.button h3:hover a, span.button h4:hover a, span.button h5:hover a, span.button h6:hover a {
background:url(../images/botton_l_silver.png) bottom left no-repeat;
text-decoration:none;
}
span.button_small h2, span.button_small h3, span.button_small h4, span.button_small h5, span.button_small h6 {
background:url(../images/botton_cap_silver_small.png) top right no-repeat;
height:45px;
margin:0;
padding-right:11px;
display:inline-block;
}
span.button_small a {
background:url(../images/botton_l_silver_small.png) top left no-repeat;
margin:0;
padding:0 9px 0 20px;
line-height:45px;
height:45px;
display:block;
}
span.button_small h2:hover, span.button_small h3:hover, span.button_small h4:hover, span.button_small h5:hover, span.button_small h6:hover {
background:url(../images/botton_cap_silver_small.png) bottom right no-repeat;
}
span.button_small h2:hover a, span.button_small h3:hover a, span.button_small h4:hover a, span.button_small h5:hover a, span.button_small h6:hover a {
background:url(../images/botton_l_silver_small.png) bottom left no-repeat;
text-decoration:none;
}
span.button_large h2, span.button_large h3, span.button_large h4, span.button_large h5, span.button_large h6 {
background:url(../images/botton_cap_silver_large.png) top right no-repeat;
height:65px;
margin:0;
padding-right:11px;
display:inline-block;
}
span.button_large a {
background:url(../images/botton_l_silver_large.png) top left no-repeat;
margin:0;
padding:0 9px 0 20px;
line-height:65px;
height:65px;
display:block;
}
span.button_large h2:hover, span.button_large h3:hover, span.button_large h4:hover, span.button_large h5:hover, span.button_large h6:hover {
background:url(../images/botton_cap_silver_large.png) bottom right no-repeat;
}
span.button_large h2:hover a, span.button_large h3:hover a, span.button_large h4:hover a, span.button_large h5:hover a, span.button_large h6:hover a {
background:url(../images/botton_l_silver_large.png) bottom left no-repeat;
text-decoration:none;
}
span.button_header {
display:inline-block;
margin-bottom:15px;
color:#333;
}
span.button_header p, span.button_header h3, span.button_header h4, span.button_header h5, span.button_header h6 {
background:url(../images/button_header_small_close.png) center right no-repeat;
height:24px;
margin:0;
padding-right:5px;
display:inline-block;
color:#333;
}
span.button_header span {
background:url(../images/button_header_small_close.png) center right no-repeat;
height:24px;
margin:0;
padding-right:5px;
display:inline-block;
color:#333;
}
span.button_header a {
background:url(../images/button_header_small.png) center left no-repeat;
margin:0;
padding:0 5px 0 11px;
line-height:24px;
height:24px;
display:block;
color:#333;
}
span.button_header p:hover, span.button_header h3:hover, span.button_header h4:hover , span.button_header h5:hover , span.button_header h6:hover  {
background:url(../images/button_header_small_close.png) center right no-repeat;
}
span.button_header p:hover a, span.button_header h3:hover a, span.button_header h4:hover a, span.button_header h5:hover a, span.button_header h6:hover a {
background:url(../images/button_header_small.png) center left no-repeat;
text-decoration:none;
}
span.more {
background:url(../images/wedge.png) 93% 57% no-repeat;
}
span.more p {
font-size:1em;
}
span.more a {
color:#555;
padding-right:18px;
}
span.more:hover {
}
span.more a:hover {
color:#000\9;
}
.testimonial, .testimonial_large {
background:url(../images/testimonial.png) 5% 100% no-repeat;
border:none;
margin:25px 31px 20px 0;
display:block;
float:left;
}
.testimonial p, .testimonial_large p {
-moz-border-radius:3px;
-webkit-border-radius:3px;
background:#f4f4f4;
width:420px;
padding:15px 20px 20px;
margin-bottom:25px;
}
.testimonial p {
width:257px;
}
.testimonial img, .testimonial_large img {
float:left;
width:100px;
height:70px;
overflow:hidden;
border:none;
padding:0;
margin:5px 15px 5px 0;
}
.website {
display:block;
font-style:italic;
}
.person {
display:block;
margin-top:12px;
padding-left:1px;
color:#000;
}
.last {
clear:right;
padding-right:0;
}
.lastmargin {
margin-right:0px;
}

/* -------------- 7. Misc Extra -------------- */

.piecemaker {
height:380px;
}
div.clear{
	width:0;
	height:0;
}
div.clear, .clear, hr.clear {
clear:both;
margin:0;
padding:0;
border:0;
}
.clearboth {
clear:both;
display:block;
font-size:0;
height:0;
line-height:0;
width:100%;
}
h2.cleardivs {
clear:both;
border:1px solid #eee;
width:99%;
}
.iefix {
display:none;
}
div.bx_wrap a.prev {
float:left;
}
div.bx_wrap a.next {
float:right;
}
a.next {
background:url(../images/next.png) center center no-repeat;
width:13px;
height:21px;
border:none;
float:left;
margin-top:25px;
}
a.prev {
background:url(../images/prev.png) center center no-repeat;
width:13px;
height:21px;
border:none;
float:left;
margin-top:25px;
}
a.prev:hover, a.next:hover {
cursor:pointer;
}
div.carousel_container {
margin:0;
padding-top:20px;
*padding:0;
*margin-top:20px;
}
div.carousel {
float:left;
margin:0 30px;
}
.carousel img {
background-color:#c6c6c6;
border:1px solid #bbb;
width:115px;
height:60px;
padding:4px;
margin:0;
}
div.carousel ul {
border:none;
}
div.carousel li {
padding:0 10px;
background:transparent;
list-style-type:none;
border:none;
float:left;
}
.magnify {
width:100%; overflow:hidden;
margin:15px 0 15px 0;
}
.magnify a {
position:relative;
float:left;
margin:0px;
}
.magnify a img {
margin:0;
}
.magnify a div {
display:none;
background:url(../images/magnify.png) 50% 50% no-repeat;
width:100%; 
height:100%; 
position:absolute;
}
.magnify a:hover div {
display:block;
}
.magnify a div:hover {
background color:!;
background:url(../images/magnify.png) 50% 50% no-repeat;
}
div.mag, div.mag2 {
position:relative;
overflow:hidden;
margin:6px 0;
}
div.mag_blog {
width:600px;
height:213px;
}
.mag a img, .mag a:hover img, .mag2 a img, .mag2 a:hover img {
border:medium none;
outline:medium none;
position:relative;
text-decoration:none;
z-index:2;
margin:0;
}
.mag img, .mag2 img, .mag_blog img {
display:inline;
float:left;
}
.mag span, .mag2 span {
background:url("../images/magnify_solid.png") no-repeat scroll center center #111;
left:0;
position:absolute;
top:0;
z-index:1;
width:100%;
height:100%;
}
li div {
display:inline;
}
#searchwrapper input {
color:#6a6a6a;
font-size:1em;
background:transparent;
-moz-box-shadow:none;
border:none;
}
#searchwrapper {
width:302px; /*follow your image's size*/
height:34px;/*follow your image's size*/
background-image:url(../images/search.png);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
}
#searchwrapper form { display:inline ; }
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:static; /*important*/
width:256px;
height:18px;
padding:9px 0 10px 39px;
padding-top:11px\9;
}
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:265px;
width:32px;
height:28px;
padding:0;
}
.hRow {
display: none;
}
#error {
	color:#F00;
	font-size:12px;
	display:none;
}
.needsfilled {
	border:1px red solid;
	color:#111;
}
.needsfilled:hover {
	border:1px red solid;
}
.footer_form textarea {
width:282px;
height:100px;
}
.footer_form label {
	display:block;
	width:40px;
	float:left;
}
.site_form label{
	margin-right:10px;
}
.footer_form input, .footer_form textarea, .site_form input, .site_form textarea {
margin-top:-1px;
padding:6px 7px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
width:245px;
}
.footer_form input{
	color:#999
}
.site_form_submit{
	padding:3px 0 0 10px;
	-moz-border-radius: 0; /*firefox*/
	-webkit-border-radius: 0; /* Safari 3+, Chrome */
	border-radius: 0; /* Opera 10.5, IE 9 */
	background-color:#f0f0f0;
	cursor:pointer;
	width:110px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.leftpic{
	margin-left:47px;
}
.footer_form .btfooter{
	cursor:pointer;
	width:105px;
	padding-top:4px;
	text-transform:uppercase;
	
	padding:3px 0 0 10px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;

}




border:1px solid #F00;
.footer_form input {
width:200px;
}
.submit{
	margin-left:85px
}
.footer .submit, .footer .btfooter{
	color:#333;
	margin:0;
}
/*
.footer_form .submit input {
color:#555;
font-size:12px;
background:#9e9e9e;
}
.footer_form .submit input:hover {
color:#777;
background:#a7a7a7;
}
.footer_form input.priv{
	width:20px;
	padding:0
}
.footer_form label.lbpriv{
	margin:0
}
*/
/* -------------- 8. CSS3 -------------- */

@font-face {
	font-family: 'ComfortaaRegular';
	src: url('../fonts/comfortaa_regular-webfont.eot');
	src: local('?'), url('../fonts/comfortaa_regular-webfont.woff') format('woff'), url('../fonts/comfortaa_regular-webfont.ttf') format('truetype'), url('../fonts/comfortaa_regular-webfont.svg#webfontIalBXB63') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'freeBebasRegular';
	src: url('../fonts/bebas___-webfont.eot');
	src: local('?'), url('../fonts/bebas___-webfont.woff') format('woff'), url('../fonts/bebas___-webfont.ttf') format('truetype'), url('../fonts/bebas___-webfont.svg#webfont8RgMyJXk') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSansMonoRegular';
	src: url('../fonts/droidsansmono-webfont.eot');
	src: local('?'), url('../fonts/droidsansmono-webfont.woff') format('woff'), url('../fonts/droidsansmono-webfont.ttf') format('truetype'), url('../fonts/droidsansmono-webfont.svg#webfontHDGEQiWI') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QlassikMediumRegular';
	src: url('../fonts/qlassik_tb-webfont.eot');
	src: local('?'), url('../fonts/qlassik_tb-webfont.woff') format('woff'), url('../fonts/qlassik_tb-webfont.ttf') format('truetype'), url('../fonts/qlassik_tb-webfont.svg#webfontEdiOuYqA') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'freeDayRomanRegular';
	src: url('../fonts/dayrom__-webfont.eot');
	src: local('?'), url('../fonts/dayrom__-webfont.woff') format('woff'), url('../fonts/dayrom__-webfont.ttf') format('truetype'), url('../fonts/dayrom__-webfont.svg#webfontGL39siGF') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GoudyBookletter1911Regular';
	src: url('../fonts/goudy_bookletter_1911-webfont.eot');
	src: local('?'), url('../fonts/goudy_bookletter_1911-webfont.woff') format('woff'), url('../fonts/goudy_bookletter_1911-webfont.ttf') format('truetype'), url('../fonts/goudy_bookletter_1911-webfont.svg#webfontqSSqXhJv') format('svg');
	font-weight: normal;
	font-style: normal;
}
		.comfortaa {
			font-weight: normal;
			font-style: normal;
			font-family: 'ComfortaaRegular', sans-serif;
			font-size-adjust: 0.49;
			letter-spacing:-.03em;
		}
		.bebas {
			font-weight: normal;
			font-style: normal;
			font-family: 'freeBebasRegular', sans-serif;
			font-size-adjust: 0.89;
		}
		.droid {
			font-weight: normal;
			font-style: normal;
			font-family: 'DroidSansMonoRegular', sans-serif;
			font-size-adjust: 0.54;
			letter-spacing:-.07em;
		}
		.qlassik {
			font-weight: normal;
			font-style: normal;
			font-family: 'QlassikMediumRegular', sans-serif;
			font-size-adjust: 0.48;
		}
		.dayroman {
			font-weight: normal;
			font-style: normal;
			font-family: 'freeDayRomanRegular', sans-serif;
			font-size-adjust: 0.45;
		}
		.goudy {
			font-weight: normal;
			font-style: normal;
			font-family: 'GoudyBookletter1911Regular', sans-serif;
			font-size-adjust: 0.42;
		}
input, textarea {
	color:#333;
	padding: 9px;
	border: solid 0px #fff;
	outline: 0;
	font: normal 13px/100% "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	width: 200px;
	/*background: #d5d5d5;
	background: -webkit-gradient(linear, left top, left 25, from(#d5d5d5), color-stop(4%, #cfcfcf), to(#d5d5d5));
	background: -moz-linear-gradient(top, #d5d5d5, #cfcfcf 1px, #d5d5d5 10px);*/
	}
.fancyform {
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
.fancyform:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}
textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}
	/*
input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #999;
	background:#e1e1e1;
	/*background: -webkit-gradient(linear, left top, left 25, from(#d9d9d9), color-stop(4%, #d6d6d6), to(#d9d9d9));
	background: -moz-linear-gradient(top, #d9d9d9, #d6d6d6 1px, #d9d9d9 10px);
	}*/
.formlt{
	width:450px;
}
.form label {
	padding-top:4px;
	margin-right: 10px;
	color: #555;
	display:block;
	float:left;
	width:75px;
	font-size:13px;
	}
.form input {
	/*background:transparent url(../images/form_left.png) left center no-repeat;*/
	-moz-border-radius: 6px; /*firefox*/
	-webkit-border-radius: 6px; /* Safari 3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
	background-color:#FFF;
	
	padding:9px 11px;
	width:340px;
	}
/*.form .submit {
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0; 
}*/
.form .btformno{
	border:0;
	padding:3px 0 0 10px;
	-moz-border-radius: 0; /*firefox*/
	-webkit-border-radius: 0; /* Safari 3+, Chrome */
	border-radius: 0; /* Opera 10.5, IE 9 */
	background-color:#f0f0f0;
	cursor:pointer;
	width:160px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.form p {
	margin-bottom:10px;
	}
.form textarea {
	/*background:transparent url(../images/textarea_left.png) left top no-repeat;*/
	-moz-border-radius: 6px; /*firefox*/
	-webkit-border-radius: 6px; /* Safari 3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
	background-color:#FFF;
	margin-top:0px;
	margin-left:85px;
	height:111px;
	width:340px;
	}
.form p.text {
	/*background:transparent url(../images/textarea_right.png) right top no-repeat;*/
	margin-bottom:5px;
	width:448px
	}
.form p.submit, .form p#error {
	/*text-align:right;*/
	margin-left:80px
	}
/*.form .submit input {
	background-color:#111;
	color:#aaa;
	padding-left:25px;
	padding-right:25px;
	}
.form .submit input:hover {
	background-color:#444;
	color:#aaa;
	}
.form .needsfilled {
	border:0;
	color:#F00
	}
.submit input {
	width: auto;
	padding: 6px 15px;
	background: #dadada;
	border: 0;
	font-size: 14px;
	color: #777;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.submit input:hover {
background:#ccc;
cursor:pointer;
}
*/



.img_chi{
	float:left;
	margin:0 20px 20px 0;
}
.img_topm{
	float:right;
	width:135px;
	height:25px;
	
}

.menu_lun_top{
	width:655px;
	float:right;
}
.imgnew{
	width:54px;
	height:54px;
	display:block;
	/*position:absolute;*/
	padding:102px 0 0 102px;
}
.imgnew:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.floatImg{
	float:left;
	width:200px
}
.floatImg img{
	margin-bottom:10px
}

#ajax-status, #ajax-status-c, #ajax-status-form, #ajax-status strong, #ajax-status-c strong{
	color:#F00
}
#confirm, #confirm-c{
	display:none;
}
.border_red{
	border:1px solid #F00;
}
#load{
	padding:3px 0 0 0;
	display:none;
}
#load img{
	float:left;
	margin-right:10px
}
h2.finit{
	margin:0
}

.img_port{
	margin-bottom:20px
}
.titpicc{
	font-size:19px;
}
.mercatocol{
	width:220px;
	margin:0;
	padding:0
}
.unimercatocol{
	width:680px;
	padding:0
}
.lastmerc{
	width:270px;
}
.issuuembed div div span{
	display:none
}



/*RICERCA*/
input#searchpr{
	color:#999;
	width:156px;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
}

input.searchprlo{
	width:240px;
}
#srcbt, #srcbten, #srcbtru {
	width:34px;
	padding:0;
	margin-left:6px;
	cursor:pointer;
	float:left;
}
#formser{
	margin-bottom:50px;
}


/*ALTRO*/
.tit_left_pro{
	width:450px;
	float:left;
}
ul.tessuti{
	list-style:none;
	border:none;
	margin-left:-30px
}
ul.tessuti li{
	float:left;
	width:300px;
	background:none;
	border:none;
	padding:0;
	margin:20px 0 0 30px;
}
.filtext{
	border-bottom: 1px solid #C9C9C9;
	height:1px;
	margin:20px 0
}