/*************************************** Reset All Elements */
*
{
	margin: 0;
	padding: 0;
	text-align: left;
}


/*************************************** Helpers */
.clear{ clear: both; }
.center{ text-align: center; }

.bold{ font-weight: bold; }
.smallerFont{ font-size: 0.6em; }
.indent{ text-indent: 15px; }

.alignLeft{ text-align: left; }
.alignRight{ text-align: right; }

.floatLeft{ float: left; }
.floatRight{ float: right; }

.verticalSpace10px{ height: 10px; }
.verticalSpace15px{ height: 15px; }
.verticalSpace20px{ height: 20px; }
.verticalSpace40px{ height: 40px; }


/*************************************** Colours */


/*************************************** Columns */
.columnOne
{
	width: 512px;
	float: left;
}

.columnTwo
{
	width: 207px;
	float: right;
	
	
	background: url( ../_graphics/columnTwoBackground.jpg ) no-repeat top;
}

/*************************************** Headers */
h1{ display: none; }

h2
{
	font-weight: normal;
	font-size: 2.0em;
	margin-bottom: 10px;
}

h3{ font-size: 1.6em; margin-bottom: 5px; }
h4{ font-size: 1.4em; }

.columnTwo h3, .columnTwo h4
{
	margin: 14px 0 4px 19px;
	color: #7b6a34;
}

.galleryRow h4
{
	color: #333333;
}


/*************************************** Paragraphs */

p
{
	text-align: justify;
	line-height: 1.6em;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.columnTwo p
{
	margin-left: 19px;
}


#copyright
{
	position: absolute;
	top: 18px;
	width: 800px;
	text-align: center;
}

#designedBy
{
	position: absolute;
	right: 20px;
	top: 18px;
}

.galleryRow p
{
	margin-top: 6px;
	margin-bottom: 0;
}


/*************************************** Groups */

.groupIndent
{
	position: relative;
	left: 15px;
}

#intro
{
	width: 781px;
	height: 347px;
	
	position: relative;
	left: 10px;
	
	background: url( ../_graphics/introImage_alt.jpg ) no-repeat;
	overflow: hidden;
}

#subCategories
{
	height: 26px;
	width: 780px;
	position: relative;
	left: 10px;
	background: black;
	color: white;
}

.columnTwo .samples
{
	text-align: right;
	margin-left: 19px;
	margin-top: 7px;
}


.galleryRow
{
	width: 740px;
	margin-bottom: 20px;
}

.galleryRow .column
{
	float: left;
	width: 132px;
	margin-right: 20px;
}

.galleryRow .lastColumn
{
	float: right;
	width: 132px;
}


/*************************************** Tables */
table.representation
{
	font-size: 1.2em;
	position: relative;
	left: 20px;
	border-spacing: 4px;
}

.representation th
{
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
}
.representation td{ line-height: 1.6em; }


/*************************************** Menus */

ul.menu
{
	color: white;
	font-size: 1.3em;
	list-style: none;
	margin-left: 10px;

	width: 800px;
	height: 35px;
	background: url( ../_graphics/menuBackground.jpg ) no-repeat;
	overflow: hidden;
}

ul.menu li
{
	float: left;
	display: block;
	border: 0;
	height: 31px;
}

ul.menu li.divider
{
	width: 1px;
	height: 31px;
	background: url( ../_graphics/menuDivider.png ) no-repeat;
}

ul.menu li.currentTab
{
	padding: 7px 20px 0 20px;
	background: black;
}

ul.menu li a
{
	display: block;

	/*padding: 7px 20px 0 20px;*/
	padding: 0 20px;
	
	
	height: 31px;
	
	text-decoration: none;
	color: white;
	
	/* Needed to fix width issues in IE 5 and 6 */
	float: left;
}

ul.menu li a:hover{ background: #8c8772; }


/* Needed to fix issues with IE 5 and 6 */
ul.menu span
{
	display: block;
	margin-top: 7px;
}


ul.subMenu
{
	color: white;
	font-size: 1.1em;
	list-style: none;
	

	height: 26px;
}

ul.subMenu li.divider
{
	width: 1px;
	height: 26px;
	background: url( ../_graphics/subMenuDivider.png ) no-repeat;
	padding: 0;
}

ul.subMenu li
{
	float: left;
	display: block;
	border: 0;
	padding: 6px 29px 0 29px;
}

ul.subMenu li.currentTab
{
	background: url( ../_graphics/subMenuCurrentItem.png ) no-repeat bottom center;
	height: 20px;
	padding-top: 0;
	margin-top: 6px;
}


ul.subMenu li a
{
	color: #d3d3d3;
	text-decoration: none;
}

ul.subMenu li a:hover{ text-decoration: underline; }



/*************************************** Links */

a
{
	text-decoration: none;
	color: #915c10;
}


#content a:hover{ text-decoration: underline; }

#content h3 a
{
	color: #666666;
}

.columnTwo p a.moreInfo
{
	color: #d3850b;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	float: right;
	
	position: relative;
	right: 5px;
}

.columnTwo a.moreInfo:hover{ text-decoration: underline; }


#designedBy a
{
	text-decoration: none;
	color: white;
}

#designedBy a:hover{ text-decoration: underline; }

.columnTwo ul li a
{
	text-decoration: none;
	color: #666666;
}

.columnTwo ul li a:hover
{
	text-decoration: underline;
}

a img{ border: 0 }


.galleryRow p a
{
	color: #a1b341;
	font-style: italic;
	font-weight: bold;
}

.galleryRow h4 a
{
	color: #333333;
}

/*************************************** Lists */

#intro ul
{
	font-size: 1.3em;
	color: white;
	list-style: none;
	width: 781px;
}

#intro ul li{ position: absolute; top: 313px; }

#intro li#pointOne{ left: 40px; }
#intro li#pointTwo{ left: 250px; }
#intro li#pointThree{ left: 430px; }
#intro li#pointFour{ right: 40px; }

.columnTwo ul
{
	margin-left: 39px;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: circle;
}




/*************************************** Images */
img{ margin-top: 10px; margin-bottom: 5px; }

img.floatLeft
{
	float: left;
	margin-right: 10px;
}

img.floatRight
{
	float: right;
	margin-left: 15px;
}

.representation img.floatLeft
{
	float: left;
	margin-right: 20px;
}

.columnTwo .samples img
{
	margin-left: 2px;
	margin-bottom: 6px;
	margin-top: 0;
	border: 0;
	width: 58px;
	height: 58px;
}

.columnTwo img.full
{
	margin-left: 19px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 180px;
}

.galleryRow img
{
	margin: 0;
	margin-bottom: 10px;
}

