/* Business Portfolio 960 Stylesheet 	*/
/* by Justin Scheetz					*/


/* First, a CSS 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
} :focus { outline: 0 }

img.left { float:left; margin:5px 20px 0 0 }
img.right { float:right; margin:5px 0 10px 20px }

/* --------------------------------------- */
/* General Styles
/* --------------------------------------- */

html { background:#222222 url('../graphics/body_bg.gif') repeat-x 0 7px }

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#eee;
	background:url('../graphics/body_bg.jpg') no-repeat top center;
	border-top:5px solid #730000 }

/* --------------------------------------- */
/* Header, Eyebrow Nav & Search
/* --------------------------------------- */

#header {
	height:102px;
	position:relative }

#header h1 {
	width:400px;
	height:52px;
	position:absolute;
	top:38px;
	left:10px }

#header h1 a, #header h1 a:hover {
	display:block;
	width:400px;
	height:52px;
	background:url('../graphics/logo.gif') no-repeat;
	text-indent:-5000px }

#header #eyebrowNav {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:-5px; left:640px;
	height:25px;
	padding:5px 0 0 0;
	background:url('../graphics/eyebrownav_bg.gif') no-repeat }

#eyebrowNav a {
	border-left:1px solid #1f1f1f;
	border-right:1px solid #626262;
	color:#bbb;
	display:block;
	float:left;
	margin:0;
	padding:2px 15px 2px 29px;
	text-decoration:none;
	background:url('../graphics/eyebrow_arrow.gif') no-repeat 19px 6px;
	text-transform:uppercase }

#eyebrowNav a.alpha { border-left:none }
#eyebrowNav a.omega { border-right:none }

#eyebrowNav a:hover { color:#fff; text-decoration:none }

#header #search {
	position:absolute;
	bottom:0; left:640px;
	padding:10px 10px 0;
	width:280px !important;
	height:36px;
	background:#441818 url('../graphics/search_top.gif') no-repeat top left }

#header #search p {
	margin:0; padding: 0; display:inline }

#search .textbox {
	width:186px;
	padding:7px 8px;
	height:14px;
	border:1px solid #666666;
	border-right:none;
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	background:url('../graphics/search_box.gif') no-repeat top left }

#search .button {
	width:77px;
	height:22px;
	padding:0;
	float:right;
	margin:0 }


/* --------------------------------------- */
/* Navigation Bar
/* --------------------------------------- */

#navigation {
	background:url('../graphics/navigation_bg.gif') repeat-x right top;
	height:38px;
	padding:8px 0 0 8px;
	margin-bottom:20px;
	position:relative;
	width:932px;
}

#navigation .grid_11 {
	height:41px }

#navigation ul {
	list-style:none;
	margin:0; padding:0 }

#navigation ul li {
	font-size:20px;
	text-transform:uppercase;
	margin:0 15px 0 0;
	float:left }

#navigation ul li.current {
	display:block;
	color:#474747;
	background:url('../graphics/nav_active_left.gif') no-repeat top left }

#navigation ul li.current span {
	padding:2px 15px;
	display:block;
	background:url('../graphics/nav_active_right.gif') no-repeat top right }

#navigation ul li a {
	text-decoration:none;
	display:block;
	color:#666666;
padding:1px 10px } #navigation ul li a:hover { color:#fff }

#navrel {
  background: #441818;
	height:22px;
	padding:8px 0 10px 0;
	margin-bottom:20px;
	position:relative;
	width:932px;
}

#navrel .grid_11 {
	height:41px }

#navrel ul {
	list-style:none;
	margin:0; padding:0 }

#navrel ul li {
	font-size:16px;
	font-weight:normal;
	margin:0 5px 0 0;
	float:left }

#navrel ul li.current {
	display:block;
	color:#474747;
	background:#8B0826 url('../graphics/bg_search.png') repeat-x bottom left;; }
#navrel ul li.current a {color:#fff;}


#navrel ul li.current span {
	padding:2px 15px;
	display:block;
	background:url('../graphics/nav_active_right.gif') no-repeat top right }

#navrel ul li a {
	text-decoration:none;
	display:block;
	color:#666666;
  padding:1px 10px } 

#navrel ul li a:hover { color:#fff }


/* --------------------------------------- */
/* Portfolio Area
/* --------------------------------------- */

#portfolioWrap { width:100%; height:300px; margin:0 0 20px 0; overflow:hidden }
#portfolioWrap.subpage { overflow:visible; height:auto; }

#portfolio { position:relative }

.container_12 #previous,
.container_12 #next {
	font-size:75px;
	width:40px;
	height:40px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:128px }

#next.pagination { background:url('../graphics/right_arrow_on.gif') no-repeat }
#previous.pagination { background:url('../graphics/left_arrow_on.gif') no-repeat }

#next.pagination.inactive { background:url('../graphics/right_arrow_off.gif') no-repeat }
#previous.pagination.inactive { background:url('../graphics/left_arrow_off.gif') no-repeat }

.pagination.inactive { cursor:default !important }

.hoverBlock .grid_4 { margin-bottom:20px; position:relative; width:290px !important; height:290px; border:5px solid #000; overflow:hidden }

#portfolio #previous { left:-55px }
#portfolio #next { right:-55px }

#portfolio img.portfolio-image { position:absolute; top:0; left:0; display:block; margin:0  }

#portfolio .portfolio-info {
	height:270px;
	padding:12px 15px;
	width:270px;
	background:#000 url('../graphics/portfolio_hover_bg.gif') repeat-x top }

.entry-1 { margin-left:0 }

.portfolio-info h3 {
	font-size:14px;
	margin:0 0 1px 0;
	padding:0;
	color:#b31616;
	text-transform:uppercase }

.portfolio-info small {
	font-size:11px;
	color:#a7a7a7;
	display:block;
	margin:0 0 10px 0;
	padding:0 }

.portfolio-info p {
	font-size:14px;
	line-height:17px;
	margin:0 0 22px 0;
	color:#e4e4e4 }

.portfolio-info .button {
	float:left; margin-right:10px; }

.portfolio-info .button.left { margin:0 10px 0 0 }


/* --------------------------------------- */
/* Main Content Block
/* --------------------------------------- */

.main-content-block {
	background:#241313;
	border:1px solid #560000;
	padding:20px;
	margin:0 0 20px 0 }
	
.main-content-block .azure{color:#8b0826; font-size:18px; font-weight:bold;  }
.main-content-block .boldazure{color:#8b0826; font-size:21px; font-weight:bold; }

.main-content-block a {
	color:#8b0826;
	text-decoration:underline }

.main-content-block a:hover {
	color:#fff;
	text-decoration:none }

.main-content-block h2, .sidebar-block h2 {
	color: #574848;
	text-transform:uppercase;
	font-size:20px;
	margin:0; padding:0 0 10px 0;
	border-bottom:1px solid #100808 }

.main-content-block p {
	margin:0;
	font-size:14px;
	line-height:23px;
	padding:10px 0 0 0 }

.main-content-block p.with-border { border-top:1px solid #3e2121 }

.main-content-block .news-block {
	padding:15px 0;
	border-top:1px solid #3e2121;
	border-bottom:1px solid #100808 }

.main-content-block .news-block.last { padding-bottom:0 !important; border-bottom:none !important }

.main-content-block .news-block img.thumb { margin-top:0 !important; border:1px solid #fff; }     

.main-content-block img.thumb { width:200px; }   

.main-content-block .news-block h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size:14px;
	font-weight:bold }

.main-content-block .news-block p {
	padding:0; margin:0;
	font-size:14px;
	line-height:120%}
	
.main-content-block div.firstborder {padding-top:10px; border-top:1px solid #3e2121} /*Bordo variabile per PRIMO DIV grafiche diverse tra main e sidebar nel file comune upcoming*/
.main-content-block	div.hr {
  margin-top:10px;
  height: 10px;
  background: url('../graphics/hr1.gif') repeat-x scroll center;
}

div.hr hr {
  display: none;
}


/* --------------------------------------- */
/* Sidebar Block
/* --------------------------------------- */

.sidebar-block {
	color:#ccc;
	background:#3d3d3d;
	border:1px solid #241313;
	padding:20px;
	margin:0 0 20px 0 }

.sidebar-block a { color:#6D6D6D; text-decoration:underline }
.sidebar-block a:hover { color:#fff; text-decoration:none }

.sidebar-block h2 { border-bottom:1px solid #232323; color:#6d6d6d; }
/* .sidebar-block h2.services {
	padding-left:30px;
	background:url('../graphics/icon_services.gif') no-repeat; } */

.sidebar-block h3 {
	font-weight:bold;
	padding:0;
	margin:0 0 3px 0 }
.sidebar-block h3.news {
	color:#380000 }

.sidebar-block p {
	margin:0;
	font-size:14px;
	line-height:23px;
	padding:10px 0 0 0 }

.sidebar-block p.with-border { border-top:1px solid #5c5c5c }

.sidebar-block .hover-block {
	border-top:1px solid #5c5c5c;
	border-bottom:1px solid #232323;
	padding:10px 14px }

.sidebar-block .hover-block:hover {
	border-bottom:1px solid #232323;
	background:#241313;
	color: #ccc; }
.sidebar-block .hover-block:hover h3 {
	color: #fff; }
.sidebar-block .hover-block:hover a {
	color: #626262;
}
.sidebar-block .hover-block:hover a:hover {
	color: #fff;
}

.sidebar-block .hover-block p { font-size:14px; line-height:120% }

.sidebar-block .hover-block.last { border-bottom:none !important }

.sidebar-block div.firstborder {padding-top:10px; border-top:1px solid #5c5c5c} /*Bordo variabile per PRIMO DIV grafiche diverse tra main e sidebar nel file comune upcoming*/
.sidebar-block div.hr {
  height: 30px;
  background: url('../graphics/hr2.gif') repeat-x scroll center;
}

.sidebar-block img.thumb { width:80px; }

/* --------------------------------------- */
/* All-Around Content Styling
/* --------------------------------------- */

.main-content-block h3 {
	font-size:16px;
	font-weight:bold;
	padding:20px 0 0 0;
	margin:0 }

.sidebar-block h3 {
	font-weight:bold;
	margin:0 }

.main-content-block h4,
.sidebar-block h4 {
	font-size:14px;
	padding:2px;
	font-weight:600;
	background-color:#a11313;
	color:#fff;
	padding:8px;;
	margin:0 }
	
.main-content-block h4.ok,
.sidebar-block h4.ok {
  background-color: #0b6e37;
  padding: 8px;
}


/* --------------------------------------- */
/* Footer
/* --------------------------------------- */

#footer {
	background:#222 url('../graphics/footer_bg.gif') no-repeat;
	color:#a5a5a5;
	padding:20px;
	position:relative;
	line-height:19px;
	font-size:12px;
	width:900px !important }

#footer span {
	position:absolute;
	text-align:right;
	right:20px;
	top:20px }

#footer span a { text-transform:none !important }

#footer a {
	color:#870000;
	text-decoration:none;
	text-transform:uppercase }
#footer a.mail {text-transform:lowercase}
#footer a:hover { color:#fff; text-decoration:none }


/* --------------------------------------- */
/* Forms
/* --------------------------------------- */

fieldset {clear: both;}
legend {padding: 0 0 1.286em; font-size: 1.167em; font-weight: 700;}
fieldset fieldset legend {padding: 0 0 1.5em; font-size: 1em;}
* html legend {margin-left: -7px;} /* ie6 */
*+html legend {margin-left: -7px;} /* ie7 */

p.field { margin:0 }
div.grey {color:#888; font-size:11px;}
form .field, form .buttons {clear: both; margin: 0 0 5px}
form .field label {display: block;}
form ul.fields {margin: 0 0 1.5em; padding: 0;}
form ul.fields li {list-style-type: none; margin: 0;}
form ul.inline li, form ul.inline label {display: inline;}
form ul.inline li {padding: 0 .75em 0 0;}
form div.sending {padding:10px 0 0 150px;}

input.radio, input.checkbox {vertical-align: top;}
label, button, input.submit, input.image {cursor: pointer;}
* html input.radio, * html input.checkbox {vertical-align: middle;} /* ie6 */
*+html input.radio, *+html input.checkbox {vertical-align: middle;} /* ie7 */

textarea {overflow: auto;}
input.text, input.password, textarea, select { background:#ddd; color:#666; height:15px; padding:4px 8px 4px 8px; margin: 0; font: 1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif; vertical-align: bottom;}
input.text, input.password, textarea { border: 1px solid #444; }
textarea { width:360px; height:100px }
input.text:focus, input.password:focus, textarea:focus { border:1px solid #7e9db9; background:#fff; color:#000 }

/* horizontal layout */
form.horizontal .field {padding-left: 150px;}
form.horizontal .field label {display: inline; float: left; width: 140px; margin-left: -150px;}

input.googlesearch {font-family: Arial; background:#8B0826 url('../graphics/bg_search.png') repeat-x bottom left; color: #fff; font-weight:bold; border:none; padding:3px 7px }

/*______ TABLES _________*/
.general {width:100%; margin-top:10px;}
.type{ margin:0 0 20px 0; border-collapse:collapse; width:100%}
.type td {padding:5px; text-align:center;}
.type td.image {width:20%;}
.type td.name {width:40%; text-align: left;}
.type td.desc {width:40%;}
.titletd { font-weight:bold; text-align:center;}

#bio .type, #bio .type td {border: 1px solid #686868;}
#bio .type .titletd {background: #434343 url('../graphics/bg_table.png') repeat-x left bottom ;}

/*______ MEDALS _________*/
.gold{color:#fc0;}
.silver{color:#999}
.bronze{color:#f93}


/*______ SCHEDA _________*/
#scheda {background:#2f2828; padding:10px;}
#scheda td {padding:4px;}
#scheda td.title {width:120px; color:#7C7C7C; font-weight:bold;}
#scheda td.content {}
#scheda a {
	color:#6D6D6D;
	text-decoration:underline }

#scheda a:hover {
	color:#fff;
	text-decoration:none }
	
.boxalbum {margin-left: 10px;}
	
	
/* _________ UPCOMING __________*/
/* css per layout SPECIAL OFFERS sia nel blocco di sinistra che nel main */
	
.specialbuy {
float:left; 
margin: 5px 8px 0 0;
}	


/* clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */