@charset "utf-8";
/* CSS Document */


body 
{
	margin: 					0;
	padding: 					12px 0 0 0;
	font-family: 				georgia, sans-serif;
	text-decoration: 			none;
	font-size: 					12px;
	text-align: 				left;
	background: 				#abaaaa url(../img/bg.gif) center 4px no-repeat ;
	color:						#555555;
}

div#wrapper 
{
	width: 						801px;
	margin: 				    0 auto;
	text-align: 			    left; 
    background:#ffffff;					
}

div#inner802
{
	width:						800px;
	
}

div#top
{
	width:						800px;

}

h1, h2, h3, h4, h5, h6 {font-family: verdana; font-weight: normal; margin: 0 0 20px 0; line-height: 1.4em; color:#5d6573;}
h1 {margin:0;}

h2 { font-weight: normal; font-size: 16px; background-color: #fff; color:#636363; text-transform: uppercase; width: 360px; margin: 0 0 25px 0; line-height: 1.3em; }   

a {color: #555555;text-decoration: none;}

a:hover { text-decoration:underline;}

ul {list-style:none; margin:0; padding:0;}

li { margin-bottom:5px;}

.bold { font-weight:bold;}

img {border:none;}


.clear {
	clear:both;
}   

/*LOGO*/

div#logo
{
	background:#5d6573 url(../img/logo.gif) no-repeat top;
	width:201px;
	height:200px;
	margin:0;
	float:left;
}	
#logo h1 a   {display:block;width:200px;height:94px;text-indent:-999em; overflow:hidden; margin:0;}


/*Top Pic*/

div#rightTopPic 
{
	width:600px;
	height:200px;
	float:left;
	margin-left:201px;
	background:#ffffff url(../img/img_01.jpg) right top no-repeat;
	margin-top:-200px;
	
}

#pxLine 
{
	width:1px;
	height:200px;
	float:left;
	background-color:#ffffff;
}

/*Body*/

#container {
	width:801px;
	background-color:#ffffff;
}

#leftCol {
	float:left;
	margin:0px;
	height:633px;
	background:#ffffff;
	width:401px;
}

div#rightCol {
	background:#ffffff url(../img/img_02.jpg) left top no-repeat;
	width:201px;
	height:633px;
	float:left;
	
}
div#aboutRightCol {
	background:#ffffff url(../img/img_04.jpg) left top no-repeat;
	width:201px;
	height:633px;
	float:left;
	
}
div#servicesRightCol {
	background:#ffffff url(../img/img_05.jpg) left top no-repeat;
	width:201px;
	height:633px;
	float:left;
	
}
div#contactRightCol {
	background:#ffffff url(../img/img_02.jpg) left top no-repeat;
	width:201px;
	height:633px;
	float:left;
	
}
div#completeRight
{	width:400px;
	background:#ffffff;
	float:left;
	margin-left:401px;
	margin-top:-633px;
}

#topPxLine 
{
	width:400px;
	height:1px;	
	float:left;
	background-color:#ffffff;
}

div#rightSmallPic{
	width:199px;
	height:633px;
	background: #dedede url(../img/img_03.jpg) right no-repeat ;
	margin-left:201px;
	float:left;
	margin-top:-633px;
}

div#aboutRightSmallPic{
	width:199px;
	height:633px;
	/* Blank out -- background: #dedede url(../img/img_03.jpg) right no-repeat ;*/
	background:#dedede;
	margin-left:201px;
	float:left;
	margin-top:-633px;
}

div#servicesRightSmallPic{
	width:199px;
	height:633px;
	/* Blank out -- background: #dedede url(../img/velscope.gif) right 200px no-repeat ;*/
	background:#dedede;
	margin-left:201px;
	float:left;
	margin-top:-633px;
}
div#contactRightSmallPic{
	width:199px;
	height:633px;
	/* Blank out -- background: #dedede url(../img/img_03.jpg) right no-repeat ;*/
	background:#dedede;
	margin-left:201px;
	float:left;
	margin-top:-633px;
}
#content {
	margin: 30px 30px 0 30px;
	float:left;
}
#content p { margin: 0 0px 23px 0px; }

p { line-height: 25px; }
      
p.intro { color: #541f0e; font-size: 18px; line-height: 30px; }

p.introShort{ color: #541f0e; font-size: 14px; line-height: 30px; }

p.download { color: #541f0e; font-size: 12px; line-height: 30px; text-transform:uppercase;}

p.download a { color: #541f0e; text-decoration:none;}

p.download a:hover { color: #555; text-decoration:none;}

/*Navigation*/

#nav{
  line-height: 1;
  z-index: 998; 
  width: 400px; 
  background: url(../img/nav.gif) no-repeat; 
  height: 30px;
  position: relative;
} 
/* apply background to underlying nav to prevent old IE flicker http://www.alistapart.com/articles/sprites */

#nav a {
	background: url(../img/nav.gif) no-repeat 0 0;
	display: block;
	height:30px;
	text-indent: -999em;
	overflow: hidden;
	margin-right: 1px;
}

#nav a:hover {
  border-bottom: 5px solid lim;
}

#nav li { float: left; position: relative;}
* html #nav li * { position: relative; }
#nav li, #nav ul { margin: 0; padding: 0; }
	
/*--- Default ---*/
#nav-home a { background-position: 0 0; width: 50px;}
#nav-about a { background-position: -50px 0; width: 50px; }
#nav-services a { background-position: -100px 0; width: 65px; }
#nav-contact a { background-position: -165px 0; width: 64px; }

    
/*--- Hovering ---*/
#nav-home a:hover { background-position: 0 -30px; width: 50px;}
#nav-about a:hover { background-position: -50px -30px; width: 50px; }
#nav-services a:hover { background-position: -100px -30px; width: 65px; }
#nav-contact a:hover { background-position: -165px -30px; width: 64px; }

/*--- Active ---*/



/*Footer*/

#footer 
{margin: 0 auto; width:800px;}

div#footer p { font-family: arial, helvetica, sans-serif; color: #555555; font-size: 10px;  }

div#footer p span { padding: 0 7px 0 0; }

div#footer p a { padding: 0 7px 0 4px; }

div#footer p#info { padding: 0 0 0 5px; float:left; width:500px; }

	div#footer p#info a.noPad { padding: 0; }

div#footer p#credit { float: right; display: inline; padding: 0 5px 0 0; width: 50px; color: #555555; text-align: right; }

	div#footer p#credit a { padding: 0; }
	
	
/*List*/

ul.infoList	{margin:0px 0 20px 20px;list-style:disc;padding-left:10px;}
	ul.infoList li	{padding:0 30px 8px 0;} 

#staff ul {list-style:none; float:left; margin:0; padding:0;}

#staff li { margin-bottom:10px;}

.title {color:#541f0e;}

/*Velscope Img*/

#velscope {
	float:left;
	margin:0;
	width:131px;
	height:44px;
	background: url(../img/velscope.jpg) no-repeat; 
	margin-top:15px;
	background-position:0 -44px
}

#velscope:hover { background-position:0 0;}

/*Download Button*/

div.button a {border: 0px; font-size: 13px; background: #b3b3b3 url(../img/btn.gif) left repeat-x; padding: 4px 16px; height:30px; display: inline; font-family: georgia, sans-serif; text-transform: uppercase; cursor: pointer; color: #fff; letter-spacing: .05em;}

div.button:hover {color: #fff; text-decoration: none;}


