body {
margin: 0px;
padding: 0px;
font-family: Trebuchet-MS, sans-serif;
background-color: #FFFFFF;
}

a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: none;
color: #FFFF00;
}
a:active {
color: #FFFFFF;
}

h1{
font-size: 14px;
color: #006FBB;
}

#container{
width: 800px;
height: 562px;
margin: auto;
padding-top: 50px;
}

#top_half{
position: relative;
width: 800px;
height: 400px;
}


#logo_wrapper{
width: 800px;
height: 35px;
z-index: 3;
}

.logo{
float: right;
width: 260
height: 27px;
}


#navigation{
position: relative;
width: 643px;
height: 30px;
margin-left: 157px;
background: url(../images/nav-bkg.jpg) no-repeat;
z-index: 2;
background-color: #006EB8;
}

#navigation ul{
float: right;
width: 641px;
margin-top: 8px;
margin-bottom: 0px;
margin-right: -5px;
margin-left: 0px;
font-size: 12px;
color: white;
letter-spacing: 0px;
font-weight: bold;
padding-right: 5px;
}


#navigation a{
margin-left: 5px;
margin-right: 5px;
}

#navigation li{
display: inline;
}


#content_left{
float: left;
width: 528px;
height: 400px;
margin-top: -65px;
}

#main_img{
width: 528px;
height: 400px;
z-index: 1;
position:absolute;
padding-bottom: 0px;
padding-top: 0px;
background: url(../images/Royston_Glass1.jpg) no-repeat;
}

#content_right{
display: inline;
float: right;
width: 260px;
}

#image_right1{
width: 260px;
height: 313px;
margin-top: 11px;
}


#bottom_half{
float: left;
width: 800px;
height: 250px;
border-top: solid black 1px;
margin-top:0px;
}

.bottom-half-text{
border-right: solid gray 1px;
margin-top: 10px;
}

#bottom_half_right{
float: right;
width: 250px;
font-size: 12px;
padding-right: 10px;
padding-top: 6px;
}

#bottom_half_right p{
font-size: 12px;
width: 100%;
padding-bottom: 0px;
padding: 0px;
margin: 0px;
line-height: 18px;
}


#footer{
clear: both;
width: 800px;
height: 34px;
font-size: 10px;
color: white;
margin-bottom: 0px;
}

#footer_left{
background-color: #006FBA;
float: left;
width:468px;
height: 34px;
font-size: 9px;
padding-left: 20px;
}


#footer p{
margin-top: 4px;
}

#footer_right{
float: right;
height: 34px;
width: 180px;
font-size: 9px;
text-align: right;
margin-right: 8px;
}

#footer_right a{
font-size: 9px;
}

#footer_download_swatch{
float: right;
width: 310px;
background-color: #87969B;
height: 34px;
font-size: 10px;
color: #FFEB01;
}

#footer_download_swatch p{
margin-top: 4px;
margin-left: 7px;
}

#footer_download_swatch a:link{
text-decoration: none;
color: #FFEB01;
}

#footer_download_swatch a:hover {
text-decoration: underline;
color: #FFEB01;
}



#samples_wrapper{
width: 818px;
height: 81px;
margin-top: 8px;
margin-bottom: 0px;
margin-left: -8px;
}

#ip_link{
float: right;
width: 150px;
font-size: 9px;
color: #87969B;
text-align: right;
margin-right: 4px;
}

#ip_link p{
margin: 0px;
}

#ip_link a:link{
text-decoration: none;
color: #87969B;
}

#ip_link a:hover {
text-decoration: none;
color: #87969B;
}

#ip_link a:visited{
text-decoration: none;
color: #87969B;
}



