/*********************************************************
**********************************************************

Folder: Theme364_Pharmaceuticals
Name: Pharmaceuticals
Cat: medical

**********************************************************
*********************************************************/
/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
}

.sf_outer_wrapper {
    width: 777px;
    margin: 20px auto;
}

.sf_wrapper {
    width: 777px;
	background-color:#fff;
   
}

a {
    color: #000;
}
a:hover{
    color: #333333;
}
a:visited {
    color: #000;
}



/* ------------------------------------
HEADER
------------------------------------ */
.sf_extra1{
width: 777px;
height: 35px;
}
.sf_header_wrapper{
width: 100%;
height: 176px;
border-top: 2px solid #fff;
}
.sf_main_header{
float:left;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
height: 30px;
overflow:hidden;
margin: 20px 20px 0 30px;
}

.sf_sub_header{
clear: left;
display: block;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
height: 20px;
overflow:hidden;
margin: 20px 20px 0 60px;
}
.sf_extra2{
float:right;
width: 250px;
height: 176px;
}
/* --------------------------------------
NAV
----------------------------------------- */

.sf_navigation_top{
display:none;
}
.sf_navigation {
    clear: both;
    width: 100%;
    height: auto;
	border-top: 2px solid #fff;
}

.sf_navigation ul {
    margin: 0 0;
    height: auto !important;
    height: 1%;
}

.sf_navigation ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul {
    list-style-type: none;
    padding:0;
}

.sf_navigation ul li {
    float: left;
    width: auto !important;
    width: 5px;
    white-space: nowrap;
    padding-left: 3px
}

.sf_last_nav_item {
    padding-right: 64px;
}

.sf_navigation ul li a {
	height: 35px;
	margin: 0 0 0 1px;
	text-decoration: none;
	display: block;
	line-height: 35px;
	padding: 0 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_navigation ul li a:hover {
    text-decoration: none;
    display: block;
}

/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	clear: both;
	padding: 20px 0 0 30px;
	text-align: left;
	height: auto !important;
	height: 30px;
	min-height: 30px;
	font-family: "Arial Black", sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_content {
    height: 200px;
    padding: 20px 0 0 20px;
    margin: 0px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: auto !important;
    height: 150px;
    min-height: 150px;

}

.sf_content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

/*------------------------------------
FOOTER
------------------------------------*/
.sf_footer {
    padding: 8px 0 38px;
    font-size: .8em;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
    margin-bottom: 35px;
    padding-top: 80px;
    text-align: center;
    font-size: .8em;
}

.sf_banner div#bannerLink {
    padding-top: 10px;
}



