@charset "utf-8";
/* CSS Document */

@import url(http://www.europharmausa.com/css/reset.css);
@import url(http://www.europharmausa.com/css/960_12_column_grid.css);
@import url(http://www.europharmausa.com/css/header.css?102610);

body{
	background:url(/images/template/bg.jpg) no-repeat #eeefe3;	
	background-position: 10% 200px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;	
}
a{
	color: #056cad;	
}
hr{
	margin: 1em .5em;	
}

/******************************************************************
/ header
******************************************************************/
#header{
	background:url(/images/template/header-bg.jpg) center no-repeat;
	height: 105px;
	margin: 0px auto 0px auto;
	padding-top: 45px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	
}
	#header .grid_1{
		padding-top: 23px;
	}
		#header .grid_1.twoRows{
			padding-top: 17px;	
		}
		#header .grid_1 a{
			color: black;	
		}
	#header #logo{
		display: block;
		width: 100%;
		height: 60px;
	}
	
	
/*-------------------------------------------------------------------------------------------
/ homePageIcons
-------------------------------------------------------------------------------------------*/
#homePageIcons{
}
	#homePageIcons p{
	}
		#homePageIcons p img{
		}
		#homePageIcons p span{
			float:left;
			padding:0 15px;
			text-align:center;
			vertical-align:middle;
		}		
			#homePageIcons p img.first-child{
			}	
	
	
/******************************************************************
/ contentWrapper
******************************************************************/
#contentWrapper{
	padding-top: 20px;	
}
	
/******************************************************************
/ content
******************************************************************/
#content-top{
	background:url(/images/template/content-bg-top.png) no-repeat;
	height: 29px;
}
#content{
	background:url(/images/template/content-bg-middle.png) repeat-y;
	padding: 10px 20px;
}
	#content > *:first-child{
		margin-top: -10px;	
	}
#content-bottom{
	background:url(/images/template/content-bg-bottom.png) no-repeat;
	height: 29px;
}

.content h1{
	font-size: 20px;
	color: #9d3123;
}
.content h2{
	font-size: 18px;
	color: #9d3123;
}
	.content h2 a{
		color: #9d3123;
	}
	
/******************************************************************
/ rightColumn
******************************************************************/
#rightColumn{
	padding-top: 20px;	
}
	#rightColumn #rightColumnInner iframe{
		background:#fff;	
	}
/******************************************************************
/ footer
******************************************************************/
#footer{
	font-size: 11px;
	text-align:center;
}

/******************************************************************
/ slideshow
******************************************************************/
.slideshow{
	overflow:hidden;
}

/******************************************************************
/ slidingContent
******************************************************************/
.slidingContent{
	position: absolute;
	width: 720px;
	left: 0px;
	top: 30px;
	display: none;
}
	.slidingContent .top{
		background:url(http://www.europharmausa.com/images/template/pop-out/top.png) no-repeat;
		height: 45px;
	}
	.slidingContent .middle{
		background:url(http://www.europharmausa.com/images/template/pop-out/middle.png) repeat-y;
		padding: 1px 30px;
	}
		.slidingContent .middle :first-child{
			margin-top: 0px;
		}
		.slidingContent .middle img{
			margin: 5px 0px 5px 10px;
			border: 1px solid black;
		}
		.slidingContent .middle .closeButton{
			float: right;
			font-size: 0.8em;
			color: black;
		}
			.slidingContent .middle .closeButton a{
				color: black;
			}
		.slidingContent .middle :last-child{
			margin-bottom: 0px;
		}
	.slidingContent .bottom{
		background:url(http://www.europharmausa.com/images/template/pop-out/bottom.png) no-repeat;
		height: 60px;
	}
.slidingContentButton{
	display: block;
	float: right;
	background:url(http://www.europharmausa.com/images/template/green-button.png) no-repeat;
	height: 35px;
	width: 162px;
	padding: 6px 0px 0px 10px;
	font-size: 11px;
	cursor:pointer;
	text-align:center;
}

/******************************************************************
/ pageination
******************************************************************/
#pagination{
	text-align: right;
}
	#pagination .currentPage{
		font-size: 1.7em;
	}
	
/**********************************************************
/Add This
**********************************************************/	
#addthis_wrapper {
	float:right; 
	margin:-2px 15px 0 0;
}

/**********************************************************
/ addThis wrapper on home page
**********************************************************/	
#addthis_wrapper_home {
    margin:15px 0 15px 0;
}

ul.bcmProducts {
    list-style: none; 
    padding: 0; 
    margin: 0; 
    margin-top: 2px;  
}

    ul.bcmProducts li {
        margin: 5px 0;
        font-size: 11px;
    }
    
        ul.bcmProducts li a {
            color: #000;
        }

.clearfix {
    display: inline-block;
}

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

.clearfix {
    display: block;
}

