body {
	padding:0px;
	font: 14px "Arial,", Helvetica, sans-serif;
	color: #000;

	background-image: 
	background-repeat: 
; 					background-color: #D4CBAA;
	background-image:;
	background-repeat: repeat-x;
	right: auto;

}

#bottomNav  {
	font-size: 12px;
	text-align: center;
	color: #000;

}

#bottomNav a:active {
	color: #000;
	text-decoration: underline;
}

#bottomNav a:visited {
	color: #000;
	text-decoration: underline;
}

#bottomNav a:hover {
	color: #A3A87F;
	text-decoration: underline;
}
	


/* set content container width and bgcolor */ 

#container {
	width: 902px;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contentArea {
	width: 900px;
	background: #F5F7E9;
	padding-top: 0px;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
} 

#contentArea a:link {
	color: #6E142E;
	text-decoration: underline;

}

#contentArea a:hover {
	color: #A3A87F;
	text-decoration: underline;
}


#contentArea a:visited {
	color: #6E142E;
	text-decoration: underline;
}

#footer {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background-color: #525441;
	padding: 5px 0 5px 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

#footer a:link {
	color: #D4CBAA;
	text-decoration: underline;
	font-size: 12px;
}

#footer a:hover {
	color: #F00;
	text-decoration: underline;
	font-size: 12px;
}

#copy
{	font-size: 11px;
	color: #000;
	text-align: center;
	padding: 5px 0 5px 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-bottom-style: solid;
}

#copy a:link {
	color: #000;
	text-decoration: underline;
}

#copy a:hover {
	color: #C00;
	text-decoration: underline;
}

#copy a:visited {
	color: #000;
	text-decoration: underline;
}

#headerleft {

	float: left; 
} 

#headerright {
	float: right;
	margin-bottom: 0;
}


/* Begin CSS Menus at Left */

#menuleft{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	width:130px;
	padding:1px;
	z-index:2;
	text-align:left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#menuleft ul li.home {
	background-color: #EEE2E2;
	width:130px;
}
#menuleft li a{

	text-decoration:none;
	padding: 2px 0 2px 2px;
	color: #000;
	display:block;
	width:130px;
	border-bottom:1px dotted #A3A87F;
}

#menuleft li a:link, #menuleft a:visited{
	color:#000;

}

#menuleft li a:hover{
	background-color: #A3A87F;
	color: #FFF;
	}

#menuleft li a:active{
	background-color: #A3A87F;
	color: #FFF;
}



#menuleft li{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menuleft ul {
	margin:0;
	padding:0;
	list-style-image:none;
	width:130px;

}



	/* Fix IE. Hide from IE Mac \*/

	* html #menuleft ul li{float:left;height:1%;}

	* html #menuleft ul li a{height:1%;}

	/* End */
	
	/* End CSS Menus at Left */
	/* start CSS Menus for events page */
#menuEvents ul {
	float: left;
	margin:0;
	padding:0;
	width:130px;
}

#menuEvents li a{
	padding: 0px 0 4px 5px;
	display: block;
	width: 140px;
}

#menuEvents li a:link, #menuleft a:visited {
	color:#000;
}

#menuEvents li a:hover {
	background-color: #A3A87F;
	color: #FFF;
	}

#menuEvents li a:active {
	background-color: #EEE2E2;
	color: #FFF;
}

/* End CSS Menus for events page */

.pageHeading {
	font: bold 20px  "Arial", Helvetica, sans-serif;
	color: #000;
	text-align: left;
	
	margin: 15px 0 0 10px;
}

#topNav {
	width: 900px;
	background:#525441;
	margin-top: 0;
	padding-top: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;

}
.menu {
	width:825px;
	height:20px;
	z-index:auto;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	padding-left:30px;
	
	}
	
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:820px;
	
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;

	}
	
.menu ul ul {
	width:102px;
	padding-right: 5px;
	padding-left: 5px;
	}
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:102px;
	position:relative;
	text-decoration:none;
	}

	
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:13px;
	text-decoration:none; 
	color:#FFF; 
	width:90px; 
	height:20px; 
	padding-left:5px; 
	line-height:20px; 

	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:90px; w\idth:84px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#525441; 
	}
	
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#525441 ;
	}
.menu ul ul :hover > a.drop {
	background:#525441 ;
	}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#A3A87F;
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#525441;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;top:2px;
	left:0; 
	width:100px;

	}
	
/* another hack for IE5.5 */
* html .menu ul ul {top:2px;t\op:21px;}

/* position the third level flyout menu */
.menu ul ul ul{
	left:120px; 
	top:-1px; 
	width:120px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-120px;
	}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#525441; 
	color:#FFF; 
	height:auto; 
	line-height:16px; 
	padding:5px 5px; 
	width:110px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 90%;

	}
	
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FFF; 
	background:#a3a87f;
	}
.menu :hover > a, .menu ul ul :hover > a {
	color:#FFF; 
	background:#a3a87f;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
	
	}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}
	
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
.clearfloats {
	clear: both;
}



	
.column1 {
	width:280px;
	float: right;
	padding: 5px;
} 

.column2 {
	width:400px; 
	float: left;
	padding-top: 30px;
	margin-left: 20px;
} 

.column3 {
	width:175px;
	height: 117px;
	padding: 40px 30px 0 0;
	float: right;
}

.column4 {
	width:710px;
	float: right;

	

}

.column5 {
	width:530px;
	float: left;
	margin-top: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

.columnCenter {
	width:600px;
	margin: 0 auto;
	padding-top: 30px;
}

.horLine {
	
	color: #53091a;
	background-color: #53091a;
	height: 1px;
	border: 0;
   width: 40%;
	margin: 0 auto;	
}

.listHeading {
	font-family: "Arial", Helvetica, sans-serif;
	margin-left: 20px;
}


.textRed{
	font-weight: bold;
	color:#C00;
}


.text {
	text-align: justify;
	padding: 0 10px 0 10px;
	
}

.textLeft {
	text-align: left;
}

.textCentered {
	text-align: center;
	font-size: 13px;
}
.menu ul li {
	text-align: center;
	
}

h2 {
	font-size: 18px;
	color:#666;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
h3 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}


#portfolioPageheading h3  {
 	padding-top: 0;
	margin: 0 0 0 35px;
	color: #000;

}
#portfolioPageheading h3 a:link {
	color: #000;
	text-decoration: underline;
}
#portfolioPageheading h3 a:hover {
	color: #F00;
	text-decoration: underline;
}
links {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: small;
	background-color: #D6D6D6;
	float: left;
	height: auto;
	width: 185px;
}
#leftlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #F5F7E9;
	float: left;
	width: 185px;
	height: auto;
}
/* Navigation */
ul#nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 8.5em;
	float: left;
}
ul#nav li a {
	color:#666;
	display: block;
	width: 9em;
	padding: 2px;
	border: 1px solid #666;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#nav li a:hover, #nav li a.curPg, .horzMenu li a:hover, .horzMenu li a.curPg {
	background-color:#666;
	color:#fff;
	border: 1px solid #666;
	text-decoration: none;
}
li.extraSpace {
	margin-top: 16px;
}
ul.horzMenu {
	list-style: none;
	padding: 3px 0px 10px 0px;
	margin: 0px;
	width: 100%;
	float: left;
}
ul.horzMenu li {
	float:left;
}
ul.horzMenu li a {
	color:#666;
	display: block;
	width: 6em;
	padding: 2px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #666;
	text-decoration: none;
}
.prodImg {
	width: 350px;
	float: left;
}
div.sevCol {
	width: 120px;
	float: left;
}
h2.sevCol {
	font-size: 14px;
	color:#666;
}
.prodIMG {
	padding-top: 0px;
	width: auto; /* nec for FF */
	padding-left: 15px;
	float: right;
}
#thumbCol {
	width: 110px;
	float: left;
}
#thumbCol img {
	padding-bottom: 10px;
}
#thumbCol a.curPg {
	opacity: 0.5; /* css3 */
	-moz-opacity: 0.5; /* old mozila */
	filter: alpha(opacity=50); /* IE */
	
}
#thumbCol a {
	display :block; /* OP9 */
}
a.prodIMG {
	float: left;
}
.left img {
	padding: 1em 2em 1em 0em;
}
.cleft {
	clear: left;
}
.limWidthPar {
	width: 30em;
}
#sizeTable {
	float: left;
}
#leftlink2 {
	float: left;
	height: 600px;
	width: 150px;
	padding-top: 5px;
}
#content2 {
	height: auto;
	width: 580px;
	padding-top: 5px;
	float: left;
}
/* 7 col layout */
ul.nobullets, ul.pdfbullets {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
}
ul.pdfbullets {
	list-style: url('http://www.artistictile.net/graphics/misc-graphics/pdficon_small.gif') outside none;
}
ul.nobullets li {
	padding: 2px;
}
ul.pdfbullets li {
	margin-left: 30px;
	margin-bottom: 20px;
} 
#logo {
	padding-bottom: 30px;
	width: 790px;
}
.prodLogo {
	position: absolute;
	left: 600px;
	top: 10px;
}
#footerlinks {
	background: #F5F7E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 900px;
	padding-bottom: 2px;
	color: #000;
}
#footerlinks {
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 1px;
}
#wideheader {
	float: left;
	height: 150px;
	width: 750px;
}
#740wide {
	width: 725px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	float: left;
	height: auto;
}
