﻿body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #333333;
	background-image: url('../img/background.gif');
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 5px auto 5px auto;
	padding: 30px;
	background-color: #ffffff;
	width: 67%;
	height:600px;
	border: 1px solid #AD6D6D;
	
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: center;
	padding-bottom: 5px;
	background-color: lightbrown;
	background-image: url('../img/logo.gif');
	height: 68px;
	background-repeat: no-repeat;
	color: #000000;
	margin-bottom:5px;
	margin-top:0;
	border-bottom: 1px solid #AD6D6D;
}
/*=================== styles for language menu ======================*/
#languageMenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .80em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #AD6D6D;
	}

#languageMenu ul {
	margin-left:70%;
	margin-top:0;
	margin-bottom:0;
	padding: 0;
	list-style-type: none;
}
#languageMenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 2px;
	color:#004145;
}

/*=================== styles for top nav menu ======================*/
#topMenu {
	background-color:#FFFFFF;
	text-align: center;
	font-size: 13px;
	color: #AD6D6D;
	border-bottom: 1px solid #AD6D6D;
}

#topMenu ul {
	list-style-type: none;
	margin:2px;
}
#topMenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 4px;
	color:#004145;
}
/*=================== styles for footers======================*/
#footer {
	text-align: center;
	font-size: 11px;
	color: #AD6D6D;
	margin-top:60px;
	margin-left:170px;
	float:left;
}

#footer ul {
	list-style-type: none;
	margin:2px;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 4px;
	color:black;
}

#footer2 {
	text-align: center;
	font-size: 11px;
	color: #AD6D6D;
	margin-top:130px;
	float:left;
}

#footer2 ul {
	list-style-type: none;
	margin:2px;
}
#footer2 li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 4px;
	color:black;
}
/* ============ gallery viewer ==========*/
.productContainer{
float:left;
margin-left:0%;
margin-top:3%;
width:100%;
}

.shapeContainer{
float:left;
margin-left:5%;
width:100%;
}

.gallerycontainer{
position: relative;
float:left;
margin-top:2%;
width:360px;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.paletteContainer{
float:left;
width:80%;
margin-top:50px;
}

.tableContainer{
position: relative;
float:left;
margin-top:2%;
width:600px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer p{
height:110px;
width:100px;
padding:5px;
}

.palette{
width:500px;
border: 1px solid lightgrey;
padding:0px;
}

.bigImg{
height:420px;
border: 1px solid lightgrey;
padding:0px;
}

.recImg{
height:410px;
border: 1px solid lightgrey;
padding:0px;
}

.imgborder {
	height: 50px;
	width: 100px;
	padding:1px;
}

.quadContainer{
height:115px;
width:115px;
padding:0px;

float:left;
border:solid lightgrey 1px;
}

.subContainer{
height:110px;
width:110px;
padding:0px;
float:left;
margin-left:10px;
}

.imgCarved {
	height:300px;
	padding:0px;
}

.table {
	height:150px;
	width:150px;
	padding:0px;
}

.imgProduct {
	height:100px;
	width:100px;
	
}

.fountain {
	height:210px;
	width:130px;
	padding:0px;
}
.imgtile {
	margin:0;
	height: 55px;
	width: 55px;
	padding:0px;
	
}
/* ============ specs container ==========*/
.specs{
float:left;
width:150px;
margin-top:1%;


/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.specs p{
font-size:13px;
color:color: #333333;
}

/*==============all site links==============*/

a:link {
	font-weight: ;
	color: maroon;
	background: transparent;
	text-decoration : none;
	
}
a:visited{
	color: maroon;
	background: #FFFFFF;
	text-decoration : none;
	padding: 0px;
}

a:hover {
	text-decoration : none;
	color: #004145;
}
a:active {
	background: #FFFFFF;
	color: maroon;
	text-decoration : none;
}
/*====================== styles for main content area =========================*/
#content {
	margin-left: 150px;
	margin-right: 50px;
	margin-bottom: 130px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/pink-bullet-bg.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/pink-bullet-sm.gif');
	padding: 2px 0;
}

/*===========next prev buttons==============*/
#content nextPrev {

float:left;
clear: both;
}



}
#footer p{
	
	border-top: 1px solid #AD6D6D;
	margin-top: 20%;
	margin-bottom: 0%;
	font-size: .75em;
	color: darkgrey;
	
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3 {
	color: #AD6D6D;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	background: #F9E3E3;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}



/* ============left navigation ============*/

.arrowlistmenu{
margin-top:2%;
width: 120px; /*width of menu*/
float: left;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: ;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}


