/* CSS Document */

/* 
Site Design: Randy Verbeck
CSS Author: Randy Verbeck
Version: 1.0
Site Design is property of Rolla Engineered Solutions, LLC. 
All Rights Reserved.
 */
 
/**** The Basics ****/

body {
border-top: 20px solid #639A74;
margin: 0;
padding: 0;
background-color:#333;
background-imag: url(bg.jpg);
background-repeat: repeat-x;
}

#container {
position: relative;
width: 960px;
margin-right: auto;
margin-left: auto;
}

#headerline {
clear:both;
width: 100%;
height: 2px;
left: 0;
right: 0;
color:#005A3F;
background-color: #005A3F;
}


/******** Start Two Column Layout ********/
/**** Left ***/
#leftcol {
float: left;
width: 240px;
height: 600px;
margin-top: 30px;
margin-botto: 30px;
}

#logo {
width: 220px;
height: 150px;
background-image:url(images/logoforweb.png);
background-repeat: no-repeat;
margin-left: 12px;
}

#tagline {
width: 225px;
height: 80px;
border-bottom: 1px dotted #999;
border-top:1px dotted #999;
}

#nav {
width: 225px;
min-height: 50px;
padding-top: 15px;
padding-bottom: 30px;
}

#cart {
width: 225px;
height: 100px;
padding-top: 0px;
}


/**** Right ****/
#rightcol {
float: right;
width: 704px;
min-height: 250px;
margin-top: 30px;
border-left: 1px solid #999;
margin-bottom: 30px;
padding-left: 15px;
}

#labratpic {
width: 700px;
height: 200px;
padding-left: 15px;
}

#title {
width: 700px;
padding-left: 0px;
padding-bottom: 30px;
}

.imgborder {
border: 1px solid #999;
}

#bodytext {
float: left;
width: 400px;
min-height: 400px;
padding-left: 0px;
padding-top: 15px;
}

#bodypics {
float: right;
width: 268px;
min-height: 200px;
margin-top: 60px;
margin-left: 30px;
padding-right: 3px;
}

.bodypics {
width: 268px;
padding-bottom: 15px;
}

.modelpics {
float: left;
width: 400px;
min-height: 380px;
border-top: 1px dotted #999;
margin-bottom: 5px;
}

.modeltext {
float: right;
width: 270px;
min-height: 380px;
border-top: 1px dotted #999;
}

.addcart {
width: 100px;
height: 20px;
}


/**** Footer ****/
#footerbg {
clear:both;
width: 100%;
height: 250px;
left: 0;
right: 0;
border-top: 2px solid #639A74;
}

#footer {
clear: both;
width: 960px;
margin-left: auto;
margin-right: auto;
height: 200px;
background-image:url(images/footerbg.png);
background-position:eft;
background-repeat:no-repeat;
}

#footerinfo {
float: left;
width: 225px;
padding-top: 25px;
}

#footerinfo2 {
padding: 25px 300px 0 255px;
}

#footerinfo3 {
float: right;
width:270px;
padding-top: 25px;
}
/**** List Styles ****/
#nav ul {
margin: 0;
padding: 0;
}

#nav li {
list-style: none;
font-family: Georgia, Palatino, serif;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #005A3F;
}

#title h1{
font-size: 30px;
font-weight: normal;
color: #639A74;
}


#bodytext h2 {
font-weight: normal;
color:#ACAD73;
font-size: 20px;
line-height: 30px;
border-bottom: 1px dotted #999;
padding-bottom: 0;
padding-top: 15px;
}

#storepics li {
border-bottom: 1px dotted #999;
padding-top: 30px;
padding-bottom: 0px;
}

#nav li {
border-bottom: 1px dotted #639A74;
}

#bodytext li {
font-family: Helvetica, Verdana, Arial, Sans-serif;
font-size: 12px;
line-height: 18px;
list-style: url(images/bullet.png);
color:#CCC;
border: none;
}

#footer h3 {
font-size: 14px;
line-height: 24px;
border-bottom: 1px dotted #639A74;
color: #639A74;
}

#prices li {
font-family: Helvetica, Verdana, Arial, Sans-serif;
font-size: 12px;
color: #639A74;
line-height: 19px;
border-bottom: 1px dotted #CCCCCC;
}




/**** Text Styles ****/
p {
font-family: Helvetica, Verdana, Arial, Sans-serif;
color:#CCC;
font-size: 12px;
line-height: 19px;
padding-bottom: 5px;
margin-bottom: 5px;
margin-top: 5px;
padding-top: 5px;
}

.intro {
font-family: Georgia, Palatino, serif;
font-size: 16px;
line-height: 20px;
color:#999;
}

.modeltitle {
font-family: Georgia, Palatino, serif;
font-weigh: bold;
font-size: 40px;
color:#ACAD73;
padding-bottom: 30px;
padding-top: 15px;
}


.tagline {
font-family: Georgia, Palatino, serif;
font-size: 16px;
line-height: 16px;
padding-left: 5px;
color: #666666;
}

.footer {
font-size: 10px;
color: #CCCCCC;
}

/**** Link Styles ****/
a:link, a:visited {
color: #68A279; 
text-decoration: none;
}

a:hover, a:active {
color: #999;
text-decoration: none;
}

#nav a:link, #nav a:visited {
color:#639A74;
}

#nav a:hover, #nav a:active {
color:#999;
}

#bodytext li a:link, #bodytext li a:visited {
color:#639A74;
}

#bodytext li a:hover, #bodytext li a:active {
color:#999;
}

#footerinfo a:link, #footerinfo a:visited {
color: #639A74;
}
#footerinfo a:hover, #footerinfo a:active {
color: #CCCCCC;
}

/**** Cart Buttons ****/

a.button { 
        background:url(images/cartbtn.png) repeat 0px 0px; 
        width: 66px; 
        height: 42px; 
        display: block; 
}

a.button span { 
        display: none; 
}

a.button:hover { 
        background:url(images/cartbtn.png) repeat 0px -43px; 
}

a.button1 {
	background: url(images/addtocart.png) repeat 0px 0px;
	width: 100px;
	height: 20px;
	display: block;
}

a.button1 span {
	display: none;
}

a.button1:hover {
	background: url(images/addtocart.png) repeat 0px -20px;
}


/**** Block Quote Styles ****/
blockquote.style1 {
  font-family: Helvetica, Verdana, Arial, Sans-serif;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  background-image: url(images/openquote.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-left: 0px;
  }
  blockquote.style1 span {
     display: block;
     background-image: url(images/closequote.png);
     background-repeat: no-repeat;
     background-position: bottom right;
   }
   
 
 blockquote.style3 {
 font-family: Georgia, Palatino, serif;
 font-size: 14px;
 color: #999999;
 line-height: 18px;
 background-image:url(images/bracketleft.png);
 background-position:top left;
 background-repeat: no-repeat;
 margin-left: -10px;
 margin-right: -10px;
 padding-top: 0px;
 padding-left: 25px;
 padding-right: 0px;
 padding-bottom: 10px;
 }
 blockquote.style3 span {
 display: block;
 background-image:url(images/bracketright.png);
 background-position: top right;
 background-repeat: no-repeat;
 padding-bottom: 10px;
 }


/** tables ***/

table {
 border-collapse:collapse;
}

td {
 border-style:solid;
}

