/* Cascading Style Sheet for bestscientificweb.com 
   Copyright (C) 2008  Best Scientific
   Designed by Craig Millard
*/
/***********************************************LAYOUT**************************************************/   
*
{ margin: 0;
  padding: 0; }
  

#background
{
	background-image: url(../images/background_main.jpg);
	background-repeat: repeat-x;
}
	
#site 
{ 
	width: 750px;
	margin: auto;  

}
  
#top {
	width: 750px;
	height: 20px;
	
	
}	
#top p
{
	Text-align:right;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #e67051;
}
#logo {

	width: 750px;
	height: 160px;
	background-image: url(../images/logo_main.gif);
	
}

#welcome
{ 	width: 750px;
	height: 175px;
	clear: both;
	
 }

/*************************************** MAIN MENU************************************************/
 #mainmenu {
margin-top: -1px;
width: 750px;
height: 35px;
}

ul#nav {
list-style: none;
margin: 0 0 0 134px;
text-indent: -9999px;
}
	
	ul#nav a {
	width: 83px;
	height: 31px;
	display: block;
	

	}
	
	ul#nav li {
	float: left;
	}
		
	ul#nav a#start {
	background-image: url(../images/menu1.gif);
	}
	
		ul#nav a#start:hover {
		background-color: white;
		}
		

	ul#nav a#news {
	background-image: url(../images/menu2.gif);
	}	
	
		ul#nav a#news:hover {
		background-color: white;
		}	
	
	
	ul#nav a#products {
	background-image: url(../images/menu3.gif);
		}	
	
		ul#nav a#products:hover {
		background-color: white;
		}

		
	ul#nav a#casestudies {
		background-image: url(../images/menu4.gif);
		}	
	
		ul#nav a#casestudies:hover {
		background-color: white;
		}
		
		
	ul#nav a#associates {
	background-image: url(../images/menu5.gif);
	}
	
		ul#nav a#associates:hover {
		background-color: white;
		}


	ul#nav a#contact {
	background-image: url(../images/menu6.gif);
	}

		ul#nav a#contact:hover {
		background-color: white;
		}
/******************************************************Start ontents***********************************/


#start_content_splitter
{
	clear:both;
	width:700;
	height:30px;
	background-image:url(../images/nav_bar2.jpg);
	background-repeat: no-repeat;
}
#start_content_right
{
float:right;
width: 350px;
}

#startPhoto
{
	margin-left: 10px;
	width:200px;
	height:200px;
	float:right;
	background-image:url(../images/startScopes.jpg);
	background-repeat: no-repeat;
}

/*******************************************************News Content*****************************************/

#recordsMenu 
{
	padding-top:10px;
	text-align:center;
}
#recordsMenu a 
{
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
color: #23B0C4;
text-decoration:none;
}
#recordsMenu a:hover
{
color: #23B0C4;
text-decoration: none;
background-color: transparent;
border-color: #23B0C4;
border-bottom-width: 1px;
border-top-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-style: dotted;
}
.articles
{
	padding-top: 10px;
	padding-bottom: 15px;
}
.articles li
{
background-image:url(../images/articlePoint.gif);
background-position:left 0.5em;
background-repeat:no-repeat;
list-style-type:none;
padding:0.2em 0 10px 20px;
}
.articles a
{
color: #e67051;
text-decoration: none;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
.articles a#startLink
{
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
.articles a:hover
{
color: #e67051;
text-decoration: none;
background-color: transparent;
border-color: #e67051;
border-bottom-width: 1px;
border-top-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-style: dotted;
}

/*******************************************************Right Menu**************************************/

#menu
{
	margin-top: 10px;
	float: left;
	width: 180px;
	background-image: url(../images/divide.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	margin-bottom: 40px;

}
#menu a
{
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	
}

#menu_bar
{
	background-image: url(../images/Rmenu-title.jpg);
	background-repeat: no-repeat;
	height:20px;
	text-align:center;


}

#Menu_contents
{
	text-decoration:none;
}

#menu ul 
{
padding-left:5px;
list-style-type: none;
text-align: left;
}

#menu ul ul#title 
{
list-style-type: none;
text-align: left;
font: bold 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;

}

#menu ul li a
{
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

#menu ul li a:hover
{
color: black;
}

#menu ul li a#current
{
color: #666;
}

#contents p 
{ 
text-align:left;
}

#menu ul li a#alink
{
color:#000;
}

#menu ul li a#alink:hover
{
color:#999;
}
/*******************************************************Left Contents*******************************************/
#contentsMain
{
	float: right;
	width:555px;
	margin-top:10px;
	margin-bottom:20px;
}


#contentsMain span
{
	color:#e67051;
}

#contentsMain li
{
background-image:url(../images/articlePoint.gif);
background-position:left 0.5em;
background-repeat:no-repeat;
list-style-type:none;
padding:0.2em 0 10px 20px;
}
#contentsMain a
{
color: #e67051;
text-decoration: none;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
#contentsMain a#startLink
{
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
#contentsMain a:hover
{
color: #e67051;
text-decoration: none;
background-color: transparent;
border-color: #e67051;
border-bottom-width: 1px;
border-top-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-style: dotted;
}

#contentsMain li#noIcon
{
background-image: none;
text-decoration: none;
}
#newscontentsMain
{
	margin-top:10px;
	margin-bottom:20px;
}

#newscontentsMain li
{
background-image:url(../images/articlePoint.gif);
background-position:left 0.5em;
background-repeat:no-repeat;
list-style-type:none;
padding:0.2em 0 10px 20px;
}
#newscontentsMain a
{
color: #e67051;
text-decoration: none;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
#newscontentsMain a#startLink
{
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
#newscontentsMain a:hover
{
color: #e67051;
text-decoration: none;
background-color: transparent;
border-color: #e67051;
border-bottom-width: 1px;
border-top-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-style: dotted;
}

#newscontentsMain li#noIcon
{
background-image: none;
text-decoration: none;
}

#content
{
	margin-top:10px;
	margin-bottom:20px;
}

/*******************************************************Contact Content*****************************************/



form {
	
	margin: 0;
	padding: 0;
	font-size: small;
}

fieldset {
	padding-left:10px;
	border:none;
}

label{
	clear:left;
	float:left;
	margin: 0.8em 0 0 0;
	width:150px;
}

fieldset div.formInput {
	padding: 0.25em 0pt;
}

legend {
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 10pt; 
}

input.txtField:focus, textarea:focus {
	background:#e67051;
}

textArea {
	width: 300px;
	height: 150px;
	padding: 0.2em;
}
input.txtField{
	width: 200px;
	padding: 0.2em;
}

div.submit {
border-top: dashed 1px #e67051;
padding-left:10px;
margin-right:1em;

}

.btn {
background-color:#e67051;
border:1px solid #e67051;
color: #fff;
cursor:pointer;
float:right;
}
div.forms {
margin: 10px;
}

/******************************************FOOTER**************************************************/

#footer
{ 
	clear:both;
	height: 75px;
	margin-top: 30px;
	background-image: url(../images/footer_main.jpg);
	background-repeat: repeat-x;
}
div#footerMenu
{
margin:auto;
width: 750px;
text-align:center;
}

div#footerMenu ul
{
display: inline;
list-style: none;
}

div#footerMenu a 
{
	font: normal 10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	color:#fff;
	}
div#footerMenu li 
{
display: inline;
}
	
#footer p
{ 
	text-align:center;
	padding: 20px 0 0 0px; 
}

#footer p a
{ 
	border-right: 1px solid #ccc;
	padding-right: 5px; 
 }
  
#footer .footerlink
{ 
	padding-left: 0px; 
}

/*******************************************************Global Text***************************************************/
h1
{
font: Bold 13px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
color: #e67051;
}

h2
{
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
color: #e67051;
}
h3
{
font: bold 13px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
color:#fff;
}
h4
{
font: Bold 18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
color: #23B0C4;
}
h6
{
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
color: #23B0C4;
}
h5
{
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #e67051;
}
p
{
line-height: 185%; 
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
a
{
	text-decoration:none;
	color: #e67051;
}
a:Hover
{
	text-decoration:none;
	color: #23B0C4;
}

li
{
line-height: 185%; 
list-style: none;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#productsMain li
{
background-image:url(../images/articlePoint.gif);
background-position:left 0.5em;
background-repeat:no-repeat;
list-style-type:none;
padding:0.2em 0 10px 20px;
line-height: 185%; 
list-style: none;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#productsMain a
{
color: #e67051;
text-decoration: none;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#productsMain a:hover
{
color: #e67051;
text-decoration: none;
background-color: transparent;
border-color: #e67051;
border-bottom-width: 1px;
border-top-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-style: dotted;
}

td
{
line-height: 185%; 
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
/*************************************************************************************************Gallery**********************************************************************************/

#wholeMain
	{
		background:#fff;
		padding: 0 0;
	}
#wholeMain h2		{text-align:center;}
#wholeMain  ul		{list-style: none; }
#wholeMain  li		{opacity: .5; float:left; width: 100px; height: 100px; cursor: pointer; border: 1px solid #fff; outline: 1px solid #000; margin-right: 14px; margin-bottom: 14px; }
#wholeMain a img 	{color:#fff; text-decoration:none; border:none;}
#wholeMain  ul li a	{color:#fff; text-decoration:none; font-weight:bold; }
#wholeMain li.active, #wholeMain li:hover { outline-color: #bbb; opacity:0.9; filter:alpha(opacity=90); /* safari bug */ }

