@charset "utf-8";
/* CSS Document */

/*  drug-effects.com  */

body {
	margin: 0;
	padding: 0;
	background-color: #8F9DB1;
}

#wrapper {
	width: 1040px;
	margin: 0 auto 0 auto;
	background: url(../images/wrapper_bg.png) repeat-y;
}

#banner {
	width: 960px;
	height: 374px;
	margin: 0 40px 0 40px;
	background: url(../images/banner_top-new.jpg) left top no-repeat;
}

#form {
	width: 293px;
	height: 293px;
	margin: 64px 0 0 628px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2A28;
}

#form .smalltxt {
	font-size: 9px;
	padding: 2px 0 2px 0;
}

.clear {
	clear: both;
}

#page_body {
	width: 940px;
	margin: 0 50px 0 50px;
}

#left_col {
	width: 210px;
	float: left;
}

#middle_col {
	width: 520px;
	float: left;
}

#right_col {
	width: 210px;
	float: left;
}

#main_content {
	width: 478px;
	margin: 0 0 0 14px;
	padding: 0 7px 0 7px;
	background: url(../images/content_bg.jpg) left top no-repeat;
	text-align: justify;
	color: #2B2A28;
}

#main_content p {
	margin: 0;
	padding-top: 15px;
}

ul.links {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.links li {
	
}

ul.links li a {
	width: 164px;
	display: block;
	margin: 0 15px 10px 15px;
	text-decoration: none;
	background: url(../images/li.jpg) left top repeat-y;
	border-right: 1px solid #AAB9C6;
	border-bottom: 1px solid #AAB9C6;
	padding: 5px 5px 5px 10px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #45604F;
}

ul.links li a:hover {
	border: none;
	color: #000;
	padding-bottom: 6px;
	padding-right: 6px;
}

ul.links li.nav_title {
	background: url(../images/li_navigation.jpg) left top no-repeat;
	width: 210px;
	height: 56px;
	padding-bottom: 10px;
}

.nav_title strong {
	visibility: hidden;
}


.news_title strong {
	visibility: hidden;
}

ul.facts {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.facts li {
	color:#494949;
	padding: 12px 10px 12px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/facts_li.jpg) left bottom no-repeat;
}

ul.facts li.facts_title {
	background: #FFF url(../images/li_facts.jpg) left top no-repeat;
	width: 210px;
	height: 56px;
	border: none;
	padding:0;
}
ul.news {
        list-style: none;
        margin: 0;
        padding: 0;
}

ul.news li {
        color:#494949;
        padding: 12px 10px 12px 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        background: url(../images/facts_li.jpg) left bottom no-repeat;
}

ul.news li.news_title {
        background: #FFF url(../images/li_news.jpg) left top no-repeat;
        width: 210px;
        height: 54px;
        border: none;
        padding:0;
}
.facts_title strong {
	visibility: hidden;
}



#news {
	width: 200px;
	margin: 0 auto 0 auto;
}

#news table {
	margin: 0;
	width: 194px;
	color:#325944;
}

#news table i {
	color: #494949;
	font-size: 14px;
	font-weight: normal;
}


#news table a {
	display: block;
	padding: 5px 0 5px 0;	
}

#footer {
	width: 960px;
	height: 38px;
	padding: 20px 0 0 0;
	margin: 0 40px 0 40px;
	background:url(../images/footer.jpg) left top no-repeat;
	text-align: center;
}
#main_content h1{
	margin:0;
	padding-top:15px;
}
.news li a{
	color:#45604F;
	text-decoration:none;
}
.news li a:hover{
	color:#000000;
}

/* ------------------------ */

body {
	font-family: Arial, Helvetica, sans-serif;
    color: #555;
}

#main_content {
	font-family: 'Lato', sans-serif;
	color: #555;
}
#main_content h1 { font-weight: normal; }

#banner, #mid_ban {
	position: relative;
}

#mid_ban img { display: block; }

#site_title, #phonenumber-1, #phonenumber-2 {
	position: absolute;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #325840;
} 

#site_title {
	top: 8px;
	left: 25px;
	font-size: 55px;
	text-shadow: 2px 2px 5px #999;
	letter-spacing: 3px;
}

#site_title span {
	font-size: 20px;
	font-weight: 400;
}

#phonenumber-1 {
	left: 35px;
	bottom: 27px;
	letter-spacing: 10px;
	font-size: 55px;
	text-shadow: 2px 2px #fff;
}

#phonenumber-2 {
	right: 55px;
	bottom: 25px;
	font-size: 32px;
	font-weight: 400;
	text-shadow: 2px 2px #fff;
	letter-spacing: 2px;
}