/* ==|== primary styles =====================================================
   Primary styles.
   Layout & graphic

   Colors:
   - yellow: #
   - green:  #
   - blu:    #
   - red:    #
   - grey:   #


   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700|Open+Sans+Condensed:300,700);




body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
	background:url(../img/layout/bg.jpg) center top fixed;
}

a, a:active, a:visited {
    text-decoration:none;
	color:#008cbb;
}

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

h1, h2, h3, h4 {
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    margin: 14px 0;
	color:#444343;
	text-shadow: 1px 1px 0 rgba(255,255,255,.6);
}

h1 {
    font-size: 28px;
    line-height: 28px;

}

h2 {
    font-size: 21px;
    line-height: 21px;
}

h3 {
    font-size: 16px;
    line-height: 16px;
}

header h3 {
	font-size: 20px;
	line-height: 20px;
}

h4 {
    font-size: 14px;
    line-height: 16px;
}

p {
    margin: 14px 0;
}


abbr, abbr[title], .abbr { cursor: help; }

article ul li {
	padding-bottom:8px;
}


/* #################### struttura #################### */
#wrapper {
    width: 1040px;
    margin: 0 auto;
	padding-bottom:0px;
    background-color: #fff;
    color: #333;
	box-shadow:0 -10px 10px 0 #000;
}

#header {
	position:relative;
}

#header,
#container,
#footer {
    width:1000px;
	margin:0 auto;
}

.wrapper {
    padding: 20px;
}


#container .wrapper,
#footer .wrapper {

}

#content {
	padding:0 0 20px;
	overflow:hidden;
}
#content aside {
	width:235px;
	margin-right:20px;
	float:left;
}
#content article {
	width:745px;
	float:left;
	font-size:13px;
	line-height:16px;
}
#content > section {
	float:left;
}

#header nav,
aside nav {
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 0 0 0 rgba(0,0,0,.2);
}




/* #################### header #################### */
#header {
	height:183px;
	margin-bottom:10px;
}

#header .wrapper {
    padding: 0;
}

#header #logo {
    padding: 0 22px;
    float: left;
}

#header #logo a {
    width: 220px;
    height: 117px;
    background: url(../img/layout/logo.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -999em;
    display: block;
	margin:20px 0 10px;
}
#header #rightHeader {
	float:right;
}
#header nav {
	font-weight:700;
    float: left;
    width: 100%;
    height: 44px;
    line-height: 40px;
    border-top: 1px solid rgba(195,195,195,1);
	border-bottom: 1px solid rgba(195,195,195,1);
	/*border-bottom: 1px solid rgba(153,153,153,1);*/
}

#header nav > ul, #header nav > ul > li {
    height: 44px;
    line-height: 44px;
}

/* main */
#header nav ul.main {
    float: left;
    /*border-right: 1px solid rgba(255,255,255,1);*/
}

#header nav ul.main > li {
    float: left;
    position: relative;
    /*border-right: 1px solid rgba(214,213,213,1);
    border-left: 1px solid rgba(255,255,255,1);*/
}

#header nav ul.main > li.first {
    border-left: none;
}

#header nav ul.main > li a {
    display:block;
    padding: 0 5px 0 0;
	font-size:16px;
}

#header nav ul.main > li > a {
    /*border-bottom: 4px solid rgba(214,213,213,1);*/
    text-transform: uppercase;
}
#header nav ul.main > li a span,
#header nav ul.main > li > a span {
	padding:4px 8px;
}

#header nav ul.main > li.hover a,
#header nav ul.main > li > a:hover {
    background-color: #fff;
}
#header nav ul.main > li a span.accessKey {
	padding:0px;
}
#header nav ul.main > li.hover a span,
#header nav ul.main > li > a:hover span {
	background: #ebebeb;
}
#header nav ul.main > li.current > a {
    color: #000;
    text-shadow: 0px 0px 0 rgba(0,0,0,.2);
}

#header nav ul.main > li > ul.main-sub {
    position: absolute;
    top: 34px;
    left: 0px;
    width: 200px;
    list-style: none;
    display: none;
    z-index: 35;
    box-shadow: 5px 5px 8px rgba(0,0,0,.2);
}

#header nav ul.main > li > ul.main-sub > li {
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
    line-height: 30px;
}


#header nav ul.main > li > ul.main-sub > li > a {
	font-weight:300;
    background: #ebebeb url(../img/icons/fr.png) no-repeat 10px 7px;
	padding: 5px 0 5px 30px;
	text-shadow: 0 0 0 rgba(0,0,0,.2);
	line-height:125%;
	-webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}

#header nav ul.main > li > ul.main-sub > li > a:hover,
#header nav ul.main > li > ul.main-sub > li.current > a {
    color: #000;
    background: #9cc7d5 url(../img/icons/frb.png) no-repeat 10px 7px;
    text-shadow: 0px 0px 0 rgba(0,0,0,.2);
	-webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}

#header nav ul.main > li.afm > a {
    border-color: #feb302;
}

#header nav ul.main > li.afm.current > a,
#header nav ul.main > li.afm > ul.main-sub > li > a:hover,
#header nav ul.main > li.afm > ul.main-sub > li.current > a {
    background-color: #feb302;
}

#header nav ul.main > li.farmacie a {
    border-color: #339933;
}

#header nav ul.main > li.farmacie.current > a,
#header nav ul.main > li.farmacie > ul.main-sub > li > a:hover,
#header nav ul.main > li.farmacie > ul.main-sub > li.current > a {
    background-color: #339933;
}

#header nav ul.main > li.polo a {
    border-color: #007fff;
}

#header nav ul.main > li.polo.current > a,
#header nav ul.main > li.polo > ul.main-sub > li > a:hover,
#header nav ul.main > li.polo > ul.main-sub > li.current > a {
    background-color: #007fff;
}

/* btns */
#header .social,
#footer .social {
	float:right;
	/*margin-top:50px;
	margin-right:25px;
	clear:both;*/
}
#footer .social {
	margin-top:20px;
	padding-bottom:23px;
}

#header nav .btn,
#footer .btn {
    float: left;
}

#header nav .btn.follow,
#footer .btn.follow {
	margin-left:5px;
}

#header nav a.btn,
#footer a.btn  {
    width: 16px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    margin: 0 5px;
}

#header nav a.btn.rss,
#footer a.btn.rss {
    background: url(../img/icons/rss-16x16.png) no-repeat 50% 50%;

}
#header nav a.btn.twitter,
#footer a.btn.twitter {
    background: url(../img/icons/twitter-16x16.png) no-repeat 50% 50%;

}
#header nav a.btn.facebook,
#footer a.btn.facebook {
    background: url(../img/icons/facebook-16x16.png) no-repeat 50% 50%;

}
#header nav a.btn.youtube,
#footer a.btn.youtube {
    background: url(../img/icons/youtube-16x16.png) no-repeat 50% 50%;

}

/* extra */

#header #rightHeader nav {
	border-top: 0px solid rgba(195,195,195,1);
	border-bottom: 0px solid rgba(195,195,195,1);
}
#header #rightHeader nav ul.extra {
    float: left;
	margin-right:25px;
	background:#ebebeb;
    /*border-right: 1px solid rgba(255,255,255,1);*/
}

#header #rightHeader nav ul.extra > li {
    float: left;
    position: relative;
    /*border-right: 1px solid rgba(214,213,213,1);
    border-left: 1px solid rgba(255,255,255,1);*/
}

#header #rightHeader nav ul.extra > li.first {
    border-left: none;
}

#header #rightHeader nav ul.extra > li a {
	font-weight:300;
    display:block;
    padding: 0 12px;
	font-size:15px;
}

/* sub */

aside nav .main {
	padding:0px;
	margin:0 0 0 10px;
	list-style-type:none;
}
aside nav .main li {
	background:url(../img/layout/line.png) center bottom no-repeat;
}
aside nav .main li a {
	display:block;
	font-size:16px;
	font-weight:300;
	padding:5px 0 14px 20px;
    background: url(../img/icons/frc.png) no-repeat 0 7px;
}
aside nav .main li.current a,
aside nav .main li a:hover {
	color:#000;
    background: url(../img/icons/frcr.png) no-repeat 0 7px;
}
aside nav .main li.current ul {
	margin-left:18px;
	margin-top:-10px;
	padding-bottom:6px;
}
aside nav .main li.current ul li {
	background:none;
}
aside nav .main li.current li a {
	color:#008cbb;
	display:block;
	font-size:16px;
	font-weight:300;
	padding:1px 0 3px 14px;
    background: url(../img/icons/frcs.png) no-repeat 0 9px;
}
aside nav .main li.current li a:hover,
aside nav .main li.current li.current a {
	color:#000;
	background: url(../img/icons/frcsr.png) no-repeat 0 9px;
}
/* #################### breadcrumb #################### */
#breadcrumb {
	font-size:11px;
    height: 26px;
    width: 100%;
    line-height: 26px;
    background:#f2f2f2;
    overflow: hidden;
    border-bottom: 2px solid rgba(195,195,195,1);
}

#breadcrumb span.label {
    display: none;
}

#breadcrumb span.sep {
    background: #ccc;
    line-height: 27px;
    padding: 7px 10px;
}

#breadcrumb .crumbs {
    display: block;
    margin: 0 0 0 13px;
    padding: 0;
}

#breadcrumb  .crumbs li {
    display: inline;
}

.crumbs li a,
.crumbs li a:link,
.crumbs li a:visited,
.crumbs li span {
    color: #999;
    display: block;
    float: left;
    margin-left: 0;
    padding: 0 20px 0 8px;
    position: relative;
    text-decoration: none;
}

.crumbs li a {
    background-image: url(../img/layout/bg-crumbs.png);
    background-repeat: no-repeat;
    background-position: 100% -2px;
    position: relative;
}

.crumbs li.first a {
    padding-left: 10px;
}

.crumbs li a:hover { color: #666; cursor: pointer; background-position: 100% -50px; }

.crumbs li span {
    color: #333;
	font-weight:700;
}

/* #################### footer #################### */
#footer {
    border-top: 1px solid rgba(153,153,153,1);
	overflow:hidden;
	padding-bottom:20px;
}

#footer p {
    margin: 25px 0px 5px;
	font-size:12px;
}
#footer p.credits {
	text-align:right;
	clear:both;
}
#footer a {
    font-weight: 700;
}

/* #################### tiers #################### */
.tier {
    overflow:hidden;
    margin:0;
    position: relative;
}
.break {
	margin:20px 0 15px;
}


/* #################### cols #################### */
.col { margin-right: 20px; }

.col4 { width: 1000px; margin-right: 0; }

.col3 { width: 745px; }

.col2 { width: 490px; }

.col1 { width: 235px; }

.col.last {
    margin-right: 0;
}

.grid .col {
    background: #ddd;
    height: 100px;
}

/* #################### contents #################### */
section#item-list {
	width:745px;
}


#slideHome {
	width:100%;
	height:420px;
    overflow: hidden;
    position: relative;
	background:url(../img/icons/ajax-loader.gif) center center no-repeat;
}
#slideHome ul li img {
	display:none;
}

#slideHome #pager {
    position: absolute;
    z-index: 100;
    bottom: 8px;
    left: 8px;
}

#slideHome #pager a {
    margin-right: 6px;
    width: 8px;
    height: 8px;
    float: left;
    display: block;
    overflow: hidden;
    text-indent: -9em;
    text-decoration: none;
    background-color: #333;
    border: 2px solid #ccc;
    box-shadow: 0 0 6px rgba(0,0,0,.5);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
        -ms-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;
}

#slideHome #pager a.activeSlide {
    border-color: #fff;
    background-color: #008cbb;
}

.sectionTitle h2,
.pageTitle h2 {
	padding-bottom:8px;
	border-bottom: 1px solid rgba(195,195,195,1);
}

.right {
	float:right;
	margin:0 0 10px 10px;
}
.img,
.thumb {
/*    border: 1px solid rgba(195,195,195,1);
*/	padding:3px;
}
.dida {
	font-size:12px;
}
p {
	font-size:13px;
}
time {
	border-top:1px solid rgba(195,195,195,1);
	padding-top:2px;
	font-style:italic;
}
.serchNews,
.searched {
	overflow:hidden;
	margin-bottom:10px;
	background:#ebebeb;
	padding:5px;
	width:735px;
}
.searched {
	border-bottom:2px solid #afafaf;
}
.serchNews legend {
	font-family:"Open Sans Condensed", Sans Serif;
}
.serchNews input[type=text],
.serchNews input[type=submit],
select {
	margin-right:10px;
}
.serchNews input[type=text],
.serchNews input[type=submit] {
	border:1px solid #aeaeae;
	background-color:#fff;
	padding:3px;
}
.serchNews input[type=text] {
	width:290px;
}
.serchNews input[type=submit] {
	padding:4px 8px;
	color:#333;
	font-size:13px;
}
div.button span {
	width:45px;
	text-align:left;
}

.group,
.certificates,
.portfolio,
.list,
.rassegna,
.roles ul,
#slideHome ul,
.focuson,
.pressDownload,
.catPressDownload {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.list li {
	margin-bottom:20px;
}
.group li {
	float:left;
	width:240px;
	text-align:center;
	vertical-align:baseline;
	margin-bottom:20px;
}
.group li img {
	padding:3px;
}
.certificates li {
	float:left;
	width:180px;
	height:260px;
	text-align:center;
	margin-bottom:20px;
}
.certificates li img {
	padding:3px;
}
article .portfolio li {
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}
article .portfolio li img {
	padding:3px;
}



.roles {
	overflow:hidden;
	padding:0px 10px 10px;
	background:#ebebeb;
	border-top:3px solid #999;
	border-bottom:3px solid #999;
}
.roles ul li {
	background:url(../img/icons/check.png) 0 0 no-repeat;
	padding-left:20px;
}

.focuson li a {
	display:block;
	padding:6px;
	background: #fff url(../img/icons/frc.png) no-repeat 96% center;
	border-bottom:1px solid #ebebeb;
}
.focuson li a:hover {
	background-color:#ebebeb;
}
/* ### PUBBLICITA' E COMUNICAZIONE ######################################################### */
.slideshowBox { width:100%; }

.slideshowBox, .slidesItems, .slidesItems li { float:left; list-style-type:none; padding:0 0 0 0 }

.slidesItems li {
    float: left;
    height: 260px;
    /*min-height:150px;*/
    width: 153px;
    margin-right: 30px;
	margin-bottom: 30px;
    position: relative;
    text-align:center;
    background:url(../img/placeholder.html) center center no-repeat;
}
article .slidesItems li p.pdf, article .slidesItems li p.mp3 {
    margin:0;
    text-align:left;
    background:none;/*background-repeat:no-repeat;
    background-position:left 4px;
    padding-left: 16px;*/
}
.zoomImg {
    display:block;
    background-color:#ebebeb;
    position:absolute;
    bottom:54px;
    left:4px;
    padding: 4px 22px 4px 4px;
    width: 172px;
    background-image:url(../img/features/zoom.html);
    background-position:180px center;
    background-repeat:no-repeat;
    text-align:right;
    font-size:0.9em;
}
.zoom:hover {
	opacity:.8;
}

.slideshowNav {
    margin:0 auto;
    text-align:center;
    clear: both;
    overflow:hidden;
}

.slideshowNav ul { margin:20px auto; }

.slideshowNav ul li {
    display:inline;
    width:13px;
    height:13px;
    margin:0 5px;
}

.slideshowNav ul li.bull a {
    display:inline-block;
    width:13px;
    height:13px;
    text-indent:-999em;
    background:url(../img/features/bullSlider.html) center no-repeat;
}

.slideshowNav ul li.bull a.current, .slideshowNav ul li.bull a:hover { background:url(../img/features/bullSliderR.html) center no-repeat; }

.slideshowNav ul li.next a, .slideshowNav ul li.prev a {
    display:inline-block;
    width:13px;
    height:13px;
    text-indent:-999em;
}

.slideshowNav ul li.next a { background:url(../img/layout/right-arr.png) 0 0px no-repeat; }

.slideshowNav ul li.prev a { background:url(../img/layout/left-arr.png) 0 0px no-repeat; }

.slideshowNav ul li.next a:hover, .slideshowNav ul li.prev a:hover { background-position:0 -60px; }

.slidesItems li div.product a.color1, .slidesItems li div.product a.color2 {
    float:left;
    width:16px;
    height:16px;/* background-color:red; */
    margin:1px;
    text-indent:-999em;
}

.slidesItems .jcarousel-container-horizontal { width: 100%; }

.slidesItems .jcarousel-clip-horizontal { width: 100%; }




#map {
	border: 1px solid rgba(195,195,195,1);
	height:400px;
}

/* #################### quotes #################### */
#quotes {
	position: absolute;
	top: 90px;
	right: 0px;
	color:#999;
	width: 348px;
}

#quotes  ul li span.openquote {
	float:left;
	padding-right:5px;
	line-height:0px;
}
#quotes  ul li span.closequote {
	float:right;
	display: block;
	margin-top: 19px;
	margin-left: -18px;
}

#quotes ul li span.openquote,
#quotes ul li span.closequote {
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
#quotes ul {
	padding:0px;
	margin:0;
	list-style:none;
	width:400px;
    height: 37px;
}
#quotes ul li span.quote {
	font-size:20px;
	padding-left:24px;
	padding-top:0px;
	text-align:center;
	font-family:'Open Sans Condensed', serif;
}

/* #################### boxes #################### */
.box {
	border:1px solid #ebebeb;
	border-top:2px solid #cfcdcd;
	/*height:185px;*/
	overflow:hidden;
}
.box h2 a {
	color:#333;
}
.box header h2,
.box header h3,
.box header p {
	margin:0px;
	padding:6px;
}
.box header h2 {
	font-size:18px;
	background-color:#ebebeb;
}
.box header p {
	font-size:12px;
}

/* #################### icons #################### */
.ico {
	height:24px;
	background:#ebebeb 5px center no-repeat;
	padding:8px 8px 8px 29px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size:15px;
}
.pdf {
	background-image:url(../img/icons/pdf-24x24.png);
}


/* #################### ticker #################### */

#ticker {
    background: url(../img/icons/twitterFeed.png) no-repeat scroll 10px 50% #EEEEEE;
    padding: 6px 6px 6px 50px;
	font-size:12px;
	border-bottom: 1px solid rgba(153,153,153,1);
}
#ticker ul {
	float:left;
	width:200px;
}
#ticker ul,
#ticker ul li {
    margin:0;
    list-style:none;
    width: 85%;
}

#ticker ul li a {
    width: 100%;
	font-weight:300;
}

.boxT {
    margin-bottom: 0px;
    clear: left;
    overflow: hidden;
}
#ticker .twitterFollow {
	float:right;
}
#ticker .twitterFollow a {
	float:right;
	background:url(../img/icons/twitterFollow.png) right center no-repeat;
	width:140px;
	height:16px;
	font-weight:300px;
}

/* #################### comuni #################### */
.photo {
	overflow:hidden;
}
#photos {
	width:100%;
	height:140px;
	background-color:#aad0dd;
	background-position:0 0;
	background-repeat:no-repeat;
}
.evid {
	color:#008cbb;
	font-weight:700;
	font-size:18px;
}


/* #################### shares #################### */
.shareButtons {
	float:right;
	margin:20px 0;
}

.shareButtons ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.shareButtons ul li {
	float:left;
}
.shareButtons ul li.fb {
	width:130px;
}

/* #################### photos #################### */
body#chisiamo #photos {
	background:url(../img/headers/chi-siamo.jpg)
}
body#valore-aggiunto #photos {
	background:url(../img/headers/valore-aggiunto.jpg)
}
body#panopt #photos {
	background:url(../img/headers/panopticon.jpg)
}
body#offerta #photos {
	background:url(../img/headers/offerta.jpg)
}
body#core-business #photos {
	background:url(../img/headers/corebusiness.jpg)
}
body#mercati #photos {
	background:url(../img/headers/mercati.jpg)
}
body#portfolio #photos {
	background:url(../img/headers/portfolio.jpg)
}
body#press #photos {
	background:url(../img/headers/press-media.jpg)
}


.peoples {
	list-style-type:none;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.peoples li {
	float:left;
	width:210px;
	margin-right:30px;
}
.peoples li img {
	border:1px solid #aeaeae;
	padding:2px;
}
.peoples li h2 {
	margin:7px 0 0 7px;
}
.peoples li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	padding:0px;
}
.peoples li span {
	padding: 3px 7px;
	display: block;
}
#wrapper-login {
    height: 100px;
    width: 400px;
    background: #EBEBEB;
    color: #008CBB;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 21px;
}
#wrapper-login label{
    display: inline-block;
    height: 25px;
    margin: 20px 10px 0 20px;
    vertical-align: -2px;
    width: 80px;
}
#wrapper-login input[type=text], input[type=password]{
    width: 130px;
}
#entra {
    background-color: #FFFFFF;
    border: 1px solid #AEAEAE;
    bottom: 11px;
    color: #333333;
    font-size: 13px;
    height: 30px;
    position: absolute;
    right: 35px;
    width: 80px;
}


.news li,
.rassegna li {
	border-bottom:1px solid #e0e0e0;
	overflow:hidden;
	padding-bottom:20px;
}
.news li img,
.rassegna li img,
.media img {
	border:1px solid #e0e0e0;
	padding:2px;
	margin-top: 10px;
}


.pressDownload li {
	border-bottom:1px solid #e0e0e0;
	overflow:hidden;
	padding-bottom:20px;
}

.catPressDownload li {
	border-bottom:1px solid #e0e0e0;
	overflow:hidden;
	padding-bottom:0px;
}

.catPressDownload li h3 {
	margin:0px;
}

.catPressDownload li a {
	display:block;
	background:url(../img/icons/frc.png) 98% center no-repeat;
	padding:10px;
}
.catPressDownload li a:hover {
	color: #000;
    background: #9cc7d5 url(../img/icons/frc.png) 98% center no-repeat;
    text-shadow: 0px 0px 0 rgba(0,0,0,.2);
	-webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}

.pressDownload li img {
	border:1px solid #e0e0e0;
	padding:2px;
	margin-top: 10px;
}


.newsHome {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.newsHome li {
	float:left;
	width: 220px;
	padding: 10px;
	overflow:hidden;
}
.newsHome li .right {
	float:right;
	margin:0 0 10px 00px;
}

.companyProfile {
	display:block;
	width:187px;
	margin:20px auto;
}
.companyProfileShow {
	overflow:hidden;
	width:910px;
	margin:0px auto;
	height: 660px;
	border:1px solid #666;
}

.mediagalleryHome {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.mediagalleryHome li {
	float:left;
	padding: 2px 5px;
	overflow: hidden;
	border-bottom:1px solid #ebebeb
}
.mediagalleryHome li img {
	max-width:60%;
	float:left;
	margin-right:10px;
}
.mediagalleryHome li span {
	font-weight:700;
	font-size:14px;
	padding-top: 20px;
	display: block;
}

#header nav ul.main > li.documents a {
	font-size:11px;
	color:#f00;
	background: #ebebeb;
}

a.next_image, a.prev_image {
	cursor: pointer;
}

.companyProfilePage {
	display: inline;
}

.companyProfilePage {
	display: inline;
}
.profilePager {
	background:#ebebeb;
	padding:15px;
	border:#666;
	text-align:center;
	font-family:"Open Sans Condensed", Sans Serif;
	font-size:18px;
}

/*#fancybox-content{
    height: 790px;
}

#fancybox-content,
#fancybox-outer {
	-webkit-border-radius:15px;
	border-radius:15px;
} */