/*Template CSS file */
/* -----------------------------------------
	GENERICS [Generic type, .classes, etc]
----------------------------------------- */
html {
	min-height: 100%;
 	height: auto;
}
* html body {
	text-align: center;
	}
body { 
	background:#ffffff url('../img/bg_body.gif') repeat-x left top; 
	font-size: 62.5%;
	color:#666;
	margin:0;}
.ui-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 0 20px;
	text-align: left;
	}
.ui-float,
.ui-grid1,
.ui-grid2,
.ui-grid3,
.ui-grid4,
.ui-grid5 {
	position: relative;
	display: inline;
	float: left;
}
.ui-grid1{width:410px;padding:0 20px;}
.ui-grid2{width:410px;padding:0 20px;}
.ui-grid3{width:610px;padding:0 20px;}
.ui-grid4{width:210px;padding:0 20px;}
.ui-grid5{width:185px;}

#wrapper {}
/* -----------------------------------------
	GENERIC FIXES [fixes clearing issues with floats]
	http://www.positioniseverything.net/easyclearing.html
----------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear {clear:both;}


/* -----------------------------------------
	TYPOGRAPHY
----------------------------------------- */
div{
	font-size: 1em; /* 10px */
	font-family: Arial, sans-serif;} 
p, dl, td, th, li, pre, code, kbd, samp, pre, tt, input, textarea{
	font-size: 1.1em; /* 11px */
	font-family: Arial, sans-serif;
}

/* -----------------------------------------
	HEADERS
----------------------------------------- */
h1, h2, h3, h4, h5, h6{
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	color:#ef5925;
}
h1{font-size: 3em;font-weight:normal;}
h2{font-size: 2.4em;font-weight:normal;}
h3{font-size: 1.8em;font-weight:normal;}
h4{font-size: 1.3em;color:#666666;}
h5{font-size: 1.3em;font-style: italic;}
h6{font-size: 1.2em;}

/* -----------------------------------------
	LINKS
----------------------------------------- */
a:link,
a:visited,
a:hover,
a:active{
	color: #ef5925;
	text-decoration: none;
}
a:hover,
a:active{color: #ef5925; text-decoration: underline; }

/* -----------------------------------------
	HEADER
----------------------------------------- */
#header {
	position:relative;
	margin:0;
	padding:0;
	height:110px;
	}
#header h1 {
	position:absolute;
	top:0;
	left:20px;
	width: 300px; 
	height: 109px; 
	text-indent: -9999px;
	margin:0;
	padding:0;
	background: transparent url('../img/computermedicine.gif') no-repeat 0 0;
	}
#header h1 a {
   display: block;
   width: 100%;
   height: 100%;
   }
	
/* TOP
----------------------------------------- */
#top {
	position:relative;
	float:right;
	margin:83px 20px 0 0;
	padding:0;
	font-size:1.1em;}

/* -----------------------------------------
	CONTENT
----------------------------------------- */
#content {
	position: relative;
	margin:0;
	padding:0;}



/* STICKER
----------------------------------------- */
#sticker {
	position:absolute;
	width:140px;
	height:130px;
	bottom:105px;
	left:440px;
	background:transparent url('../img/signup.png') no-repeat left top;
}

	
/* FORM
----------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form label {
	float:left;
	width:60px;
	font-size:1.1em;
	}
form br {clear:left;}
form input, form select {width:115px;margin:0 0 4px 0;}
form input {}
form .button {
	width:120px;
	margin:5px 0 0 60px;
	padding:3px 0;
	border:1px solid #cccccc;
	background:#ffffff url('../img/bg_btn.gif') no-repeat left top;
	color:#333333;
	font-size:1.5em;
	}
form .required {color: #ef5925;}
/* -----------------------------------------
	BOTTOM
----------------------------------------- */
#bottom {
	position:relative;
	margin:0;
	padding:7px 0 0 0;
	border-top:1px solid #ffffff;
	background:transparent url('../img/bg_bottom.gif') repeat-x left top;}
	
/* -----------------------------------------
	MENU
----------------------------------------- */
div.menu {
	position:relative;
	margin:0;
	padding:0;
	display:inline;
	float:left;
	width:160px;
}
div#mContact {width:130px;}
div.menu ul {
	position:relative;
	margin:8px 0;
	padding:0 20px;
	list-style:none;
	border-right:1px solid #d9d9d9;
	min-height:130px; 
	height:auto;}
/* for Internet Explorer */
/*\*/
* html div.menu ul {
height:130px;
}
/**/
div.menu ul li {
	position:relative;
	margin:0;
	padding:4px 0 2px 0;
	list-style:none;
	color:#999;}
div.menu ul li a {
	margin:0;
	padding:0;
	font-size:1.6em;}

#newsletter {
	position:relative;
	margin:8px 0 0 20px;
	padding:0;
	display: inline;
	float: left;
	width:410px;
	height:130px;
	background:#efefef url('../img/bg_newsltr_bottom.gif') no-repeat left bottom;}
#newsletter .newsletterinner {
	position:relative;
	background:transparent url('../img/bg_newsltr_top.gif') no-repeat left top;
	padding:30px 20px 20px 20px;
	color:#999999;}

/* -----------------------------------------
	FOOTER
----------------------------------------- */
#footer {
	position:relative;
	margin:0;
	padding:0;
	color:#999999;
	text-align:right;
	font-size:0.9em;}
#footer p {
	margin:0 20px 0 0;}
#footer ul {
	position:relative;
	float:left;
	display:inline;
	margin:0 0 0 20px;
	padding:0;
	list-style-type: none;
	list-style-position: inside;
	}
#footer ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-position: inside;
	float: left;
	display: inline;}
#footer ul li a {
	color:#999999;
	margin:0 5px 0 0;
	padding:0 10px 0 0;
	}



