/* HTML tag styles                             */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url('../images/bg.png');
	background-repeat:repeat-x;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color:red;
}

img {
  border: none;
}

.logo
{
  background-image: url('../images/3d_banner_800.jpg');
  height: 121px;
  width:800px;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
	font-size: 180%;
	color: #334d55;
	font-family: JaneAusten,Verdana,Arial,sans-serif;
}

h7{
 font-size: 100%;
 color: #334d55;
 text-decoration:underline;
 font-weight:bold;
}

h8{
color: #CC0000;
font-weight:bold;
}

h9{
 font-size: 100%;
 color: #334d55;
 text-decoration:overline;
}

h10{
 color:#FF0000;
 font-weight:bold;
}

.error {
 color: #FF0000;
 font-weight: bold;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
  margin: 0 0 0 79%;
  padding: 0px;
  background-color: #eeeeee;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#globalNav #selected {
  font-size:120%;
  color: #3F3F3F;
  border-top: 3px solid #3F3F3F;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}

.story a{
  text-decoration:underline;;
}

/************* product layout *****************/

.product {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.product img.move {
  margin-left: 50px;
}

.product img.floatRight {
  float: right;
}

.product img.floatLeft {
  float: left;
}

.product img.floatCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/************* #sitemap *************/

.sitemap{
        clear: both;
        padding: 10px 0px 0px 10px;
        font-size: 80%;
}

.sitemap ul {
  padding: 0px 0px 0px 20px;
  margin-left:10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:hover {
  color: #000000;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}

/************** #cart style *****************/

#items {
  margin-left: 10px;
}

#items input {
  width: 50px;
}

#items table {
  width: 100%;
}

.items {
  margin-left: 10px;
}

.items input {
  width: 50px;
}

.items table {
  width: 100%;
}

#hide_for_filter {
  color: #FF0000;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  font-size: 18px;
}

th  {
  font-size: 12px;
  background: #FFFFFF;
}

td {
  font-size: 12px;
}

.cost {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 105px;
  text-align: left;
  float: right;
  padding-right: 26px;
}

.cart_links
{
  padding-left:10px;
}

.cart_links a{
  padding: 0 10px;
  color:#CD0000;
  font-weight: bold;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#column2
{ text-align: justify;
  padding: 0px 3px 15px 19px;
  width: 482px;
  float: left;
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 718px;
  height: 29px;
}

div.row2
{ clear: both;
  width: 718px;
  height: 79px;
}

div.row3
{ clear: both;
  width: 718px;
  height: 59px;
}

div.row4
{ clear: both;
  width: 718px;
  height: 249px;
}

div.row5
{ clear: both;
  width: 718px;
  height: 94px;
}

div.row span.formlabel 
{ float: left;
  width: 500px;
  text-align: left;
}

div.row2 span.formlabel 
{ float: left;
  width: 420px;
  text-align: left;
}

div.row3 span.formlabel 
{ float: left;
  width: 420px;
  text-align: left;
}

div.row4 span.formlabel 
{ float: left;
  width: 420px;
  text-align: left;
}

div.row5 span.formlabel 
{ float: left;
  width: 420px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.row2 span.forminput
{ float: right;
  text-align: right;
} 

div.row3 span.forminput
{ float: right;
  text-align: right;
} 

div.row4 span.forminput
{ float: right;
  text-align: right;
}

div.row5 span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
  height: 22px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}

div.rowsmall
{ clear: both;
  width: 418px;
  height: 29px;
}

div.rowsmall span.formlabel
{ float: left;
  width: 220px;
  text-align: left;
}

div.rowsmall span.forminput
{ float: right;
  text-align: right;
}

table
{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 99%;
  text-align: left;
  color: #000000;
  border: 1px solid #F4C200;
}

th
{
  background: #F4C200;
  color: #000000;
  border: 1px solid #F4C200;
  width: 75px;
}

td
{
  color: #000000;
  font-size:75%;
}

img.right
{
  float: right;
  margin: 0 0 0 20px;
  border: none;
}

img.left
{
  float: left;
  margin: 0 20px 0 0;
  border: none;
}

#confirm_order
{
padding:15px;
}

#confirm_order p
{
  font-family:Georgia, Times, serif;
  font-size:1.2em;
  font-weight:normal;
  color:#59aeda;
  margin:0;
  padding:0 0 5px 0;
  display:block;
  width:459px;
  height:50px;
}

#confirm_order .submit:hover
{
  background:black;
  color:#59aeda;
}

#confirm_order .submit
{
  background:#59aeda;
  color:black;
}

.add
{
  background:url('../images/button.png');
  color:white;
  border:1px solid black;
}

.add:hover
{
  color:black;
  border:1px solid white;
}

.each_item
{
  width:270px;
  height:105px;
  float:left;
  font-size:12px;
  background: url('../images/product_background.jpg') repeat-x;
  color:#000000;
  border: 1px solid black;
  padding: 3px;
  margin:3px;
}

.gallery
{
  margin:10px;
  border:1px solid black;
}
