/************************************
POTRAIT2U Studio
URL: www.potrait2u.com
AUTHOR: Abdul Malik a.k.a tomalique (webmaster)
DATE: 01 Jan, 2009
REVISION: 1.0
DESCRIPTION: The Official On-Line Portfolio for Potrait2u Theme.
************************************/

/* Global Styles */

	body{
	font-weight:normal;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#333;

	background:#FFFFFF url(../images/bk_body2.jpg) repeat-x;
	
	}

h1, h3 {

	font-size:14px;

	letter-spacing:0px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	line-height:13px;


}

h2 {

	font-size:14px;

	letter-spacing:0px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	line-height:18px;

	padding-bottom:15px;

}
		
#wrapper {

	margin:0 auto;

	width:978px;
}

#header {
	vertical-align:top;

	width:978px;
		
}

#logo {
	background:url(../images/biotechcorp_logo.jpg) no-repeat;
	width:250px;
	height:100px;
	margin-top:0px;
}

#menu {
	background:url(../images/bg_menu.jpg) no-repeat;
	height:40px;
	width:570px;
	float:right;
	margin-top:62px;
	color:#fff;
	size:16px;
	font-weight:bold;
	text-align:center;
}

a {
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
}

a:hover {
font-weight:bold;
text-decoration:none;
color:#00CCFF;
}

#banner {
	background:url(../images/slide1.jpg) no-repeat;
	width:978px;
	height:253px;
	margin-top:0px;
	
}

#content {
	
	margin-top:20px;
	
	padding-top:10px;

	padding-bottom:20px;
	
	background:#e5e5e6;
	
	padding-left:10px;

	padding-right:10px;
	
	border:1px solid #d2d4d7;
	
-moz-border-radius: 0em 2em 0em 2em;
border-radius: 0em 2em 0em 2em;

}

#services ul li{
	
	list-style:none;
	padding-bottom:4px;
	padding-top:6px;
	border-bottom: solid 1px #CCC;
	padding-left:0px;
	margin-left:0px;
}

#services ul {
	margin:0px;
	padding:0px;	
}

#services a{
	color:#036;
	text-decoration:none;
}

#services a:hover{
	color:#06F;
	text-decoration:none;
}

#devider {
padding-bottom:4px;
border-bottom: solid 1px #CCC;
text-align:right;
margin-left:15px;	
}

#devider a{
	color:#333;
	text-decoration:none;
}

*{outline: none;}
img {border: 0;}
.container {
	width: 790px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -395px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 978px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}