@import "hacks.css";

body {
	background: #ebfbdc url(/images/bg_body.png) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
}

* {
	margin:0;
	padding:0;
}

p, ul {
	padding-bottom: 20px;
}

a {
	color: #3681bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	display: block;
}

h1, h2, h3 {
	color: #ef741d;
	line-height: 1.2;
}

h1 {
	font-size: 2em;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
	padding-bottom: 5px;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 5px;
}

h4, h5, h6 {
	color: #ef741d;
	font-size: 1em;
}

h2 a, h3 a, h4 a, h5 a, h6 a 
{
	color: #ef741d;
    text-decoration: underline;
}

.imageright {
	float: right; margin: 0 0 20px 20px;
	}
	
.imageleft {
	float: left; margin: 0 20px 20px 0;
	}

/****LAYOUT****/
/*************/

.wrapper {
	margin: 0 auto;
	width: 969px;
	display:block;
}

.bottom-wrapper {
	background: url(/images/bg_bottom.png) no-repeat;
	width: 969px;
	height: 5px;
}

.header {
	width: 100%;
	overflow: hidden;
}

html>body .header {
	height: auto;
}

.content {
	background: url(/images/bg_wrapper.png) repeat-y;
	width: 953px;
	overflow: hidden;
	padding: 25px 8px 25px 8px;
}

.footer {
	background: url(/images/bg_footer.png) repeat-y;
	clear: both;
	overflow: hidden;
	width: 100%;
}



/*****HEADER*****/
/****************/

.header .logo {
	padding: 35px 0 15px 5px;
	float: left;
}

.header span#payoff {
	display: block;
	float: right;
	font-size: 170%;
	font-style: italic;
	color: #24105a;
	padding: 50px 10px 0 0;
}



/*****NAVIGATION*****/
/****************/

#nav {
	clear: both;
	background: url(/images/bg_top.png) no-repeat;
	padding: 5px 5px 0px 5px; /*drop-shadow*/
	min-height: 20px; /*fix weird IE7 bg bug*/
}

#nav a, #nav span {
	color: #000;
}

#nav ul {
	list-style: none;
	width: 935px; /*contain floats*/
	overflow: hidden; /*contain floats*/
	padding: 0 0 0 24px;
}

#nav .level1 {
	background: url(/images/bg_nav_level1.png) repeat-x;
	position: relative; /*selected arrow overlap*/
}

#nav .level2 {
	background: url(/images/bg_nav_level2.png) repeat-x;
	border-bottom: 1px solid #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: -3px; /*selected arrow overlap*/
}

#nav li {
	float: left;
	padding: 0 10px;
}

#nav .level1 li {
	height: 40px; /*selected image height 40*/
}

#nav .level1 li.selected {
	background: url(/images/bg_nav_selected.png) no-repeat top center;
}

#nav .level1 li.selected:first-child { /*frontpage unmarked*/
	background: none;
}

#nav .level1 a {
	display: block;
	padding-top: 8px;
}

#nav .level1 .selected a {
	color: #fff;
}

#nav .level1 .selected:first-child a { /*frontpage unmarked*/
	color: #000;
}

#nav .level2 .selected a {
	color: #ef741d;
}



/*****CONTENT*****/
/****************/

.primary {
	width: 609px;
	float: left;
	border-right: 1px dashed #ccc;
}

.primary ul {
	padding-left: 18px;
}

.focus {
	position: relative;
	margin-bottom: 25px;
}

.focustext {
	position: absolute;
	bottom: 20px;
	left: 30px;
	width: 490px;
	padding: 10px 30px 20px 30px;
	background: url(/images/bg_trans_white.png);
}

.focustext a {
	color: #000;
    text-decoration: none;
}

.focustext h2 {
	font-size: 65px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -2px;
	margin: 0;
	padding: 3px 0;
}

.focustext p {
	margin: 0;
	padding: 0;
}

.article {
	padding: 0 29px 29px 29px;
	clear: both;
	overflow: hidden;
}

.article img {
	padding: 5px;
}

.article p {
	padding-bottom: 15px;
}

.article .ingress {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 15px;
}

.article .addresslist {
	padding-bottom: 15px;
}

.articlelist li {
	padding-bottom: 25px;
}

.articlelist li p {
	padding: 0px;
	margin: 0px;
}

.articlelist h2 {
	padding-bottom: 0px;
}

.secondary {
	width: 335px;
	float: right;
	padding: 0 3px 0 4px;
}

.secondary h3 {
	font-size: 1.2em;
	font-weight: bold;
}

.secondary img {
	padding-left: 5px;
	padding-top: 10px;
}

.secondary .box {
	clear: both;
	overflow: hidden;
	margin: 0px 15px 10px 18px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}

.secondary ul {
	list-style: none;
}



/*****FORMS*****/
/****************/

fieldset {
	border: 0;
}



/*****FOOTER*****/
/****************/

.footer {
	padding: 10px 29px;
	font-size: 90%;
}

.footer a {
	color: #000;
}



/*****Prenumererea box*****/
/****************/

.secondary .prenum-box {
	padding: 29px 15px 10px 10px;
}

.secondary .prenum-box h3 {
	padding-bottom: 20px;
}

.secondary .prenum-box label {
	margin-bottom: 2px;
	display: block;
}

.clearAll {
	width: 100%;
	overflow: hidden;
	clear: both;
}

.secondary .prenum-box a.button-style {
	background: transparent url(../..//images/bg_pre_btn.png) no-repeat top left;
	color: #fff;
	line-height: 1;
}

.secondary .prenum-box .clearAll {
	padding-top: 15px;
}

.secondary .prenum-box .clearAll a {
	float: left;
	display: block;
	padding:8px 12px;
}



/****PHARMACY LIST********/
/****************/

.pharmacylist {
	width: 302px; /*content width of secondary box*/
	overflow: hidden; /*width and overflow specified to clear floats*/
}

.pharmacylist img {
	float: left;
	padding: 5px 30px 0 20px;
}

.pharmacylist ul {
	float: left;
}



/****EMPLOYEE LIST********/
/****************/

.employeelist
{
    padding-top: 10px;
    list-style-type: none;
}

.employeelist li {
	width:  302px;
	overflow: hidden;
	padding-bottom: 30px;
}

.employeelist h4 {
	font-weight: normal;
}

.employeelist img {
	float: left;
	padding:  5px 0 0 5px;
}



/**** SHARING ********/
/****************/

.sharing {
	margin: 0 29px;
	padding: 10px 0 20px 0;
	border-top: 1px dashed #ccc;	
	clear: both;
	overflow: hidden;
}

.sharing h4, .sharing li {
	float: left;
}

.sharing h4 {
	font-weight: normal;
	padding: 2px 15px 0 0;
}

.sharing ul {
	list-style: none;
}

.sharing li {
	background: url(/images/btn.png) no-repeat;
	width: 25px;
	height: 24px;
	margin: 0 8px 0 0;
}

.sharing li:hover {
	background-image: url(/images/btn_hover.png);
}

.sharing li img {
	padding: 3px;
}



/****MISC********/
/****************/

.clear {
	clear: both;
}

.error {
	color: #900;
	font-weight: bold;
}

#map {
	width:556px;
	height:556px;
}

.CustomColumn h4 {
	color: #97be0d;
	font-size:1.3em;
}

.personinfo {
	color: #666;
	padding-bottom: 5px;
}

.CustomMainIntro p {
	padding-left: 0px;
}

.recruit-list li {
	min-height: 0px;
}

li.more-link {
	margin-top: 10px;
}


.pharmacy-overview
{
    height:1%;
    overflow:hidden;
    padding:25px 25px;
    width: 559px;
}

.pharmacy-overview img
{
    float:right;
    padding-left: 25px;
    padding-bottom: 5px;
}

.pharmacy-overview ul
{
    padding: 0px 0px 5px 0px;
}

.pharmacy-overview ul h2
{
    padding-top: 10px;
}

.pharmacy-overview ul
{
    list-style-type: none;
}

.pharmacy-overview #googlemap
{
    width: 100%;
    height: 345px;
}

.pharmacy-overview .contactinformation ul{
    padding: 0px 0px 10px 0px;
}

.pharmacy-overview .contactinformation ul li{
    padding-bottom: 2px;
}

.pharmacy-overview .pharmacyopeninghours 
{
    padding-bottom: 10px;
}
