﻿/*
	Martins Jewellers
	-----------------------------------------
	
	Main Burgandy		: #450102;
	Content				: #818F92;
	Footer Content		: #BFC6C8;

*/
body{
	font-family				: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size				: 77%;
	color					: #818F92;
	background-color		: #FFFFFF;
	text-align				: center;
	margin					: 0px;
	padding 				: 0px;
	margin-top 				: 30px;
}

#container{
	width					: 751px;
	margin-right			: auto;
	margin-left				: auto;
	text-align				: left;
	display					: block;
}
/* Main Navigation */
	#header ul{
		list-style 				: none;
		margin 					: 0px;
		padding 				: 0px;
		float 					: right;
		margin-top 				: 13px;
		background-image		: url(../images/nav_top.gif);
		background-repeat		: repeat-x;
		background-position		: right bottom;
		height 					: 32px;
		text-align 				: right;
	}
	#header ul li{
		display 				: inline;
	}
	#header ul li a{
		display 				: block;
		float 					: left;
		height 					: 32px;
		background-color 		: #ffffff;
		margin-right			: 1px;
	}
	#header ul li a.last{
		margin-right			: 0px;
	}
	#header ul li a img{
		padding-left 			: 3px;
		padding-right 			: 3px;
		padding-top 			: 12px;
	}
/* End Main Navigation */

#content{
	background-image		: url(../images/background.jpg);
	background-repeat		: no-repeat;
	background-position		: top;
	width					: 660px;
	padding-left 			: 80px;
	padding-top 			: 70px;
	padding-bottom 			: 30px;

}
.homeContent{
	width 					: 355px;
	overflow				: auto;
	height 					: 370px;
	padding-right 			: 10px;
}
.homeContent2{
	width 					: 400px;
	overflow				: auto;
	height 					: 370px;
	padding-right 			: 10px;
	
}
.homeContentWide{
	width 					: 650px;
	padding-right 			: 10px;
	
}
.homeContentNoImage{
	width 					: 555px;
	padding-right 			: 10px;
	
}

.imageRight{
	float					: right;
}

.mainImage{
	clear					: both;
	float					: right;
	position 				: relative;
	top						: 10px;
	margin-bottom			: -70px;
}

*html .mainImage{
	top						: 20px;
}

#footer{
	background-image		: url(../images/background.jpg);
	background-repeat		: no-repeat;
	background-position		: top;
	width					: 660px;
	padding-left 			: 80px;
}
/* Footer Navigation */
	#footer ul{
		list-style 				: none;
		margin 					: 0px;
		padding 				: 0px;
		float 					: left;
		margin-top 				: 1px;
		height 					: 32px;
		text-align 				: right;
		margin-left 			: -40px;
	}
	#footer ul li{
		display 				: inline;
	}
	#footer ul li a{
		display 				: block;
		float 					: left;
		height 					: 32px;
		margin-right			: 1px;
	}
	#footer ul li a.last{
		margin-right			: 0px;
	}
	#footer ul li a img{
		padding-left 			: 3px;
		padding-right 			: 3px;
		padding-top 			: 12px;
	}
	#footer ul li.spacer{
		display 				: block;
		float 					: left;
	}
/* End Footer Navigation */
#footer p{
	clear 					: both;
	text-align 				: right;
	color 					: #BFC6C8;
}
#footer p a{ 
	color 					: #BFC6C8;
}
#footer p a:hover{ 
	color 					: #333333;
}

.generalLink{
	text-decoration			: underline;
	color 					: #818F92;
}

.generalLink:hover{
	color					: #450102;
	text-decoration			: none;
}

h3{
	color					: #450102;
	text-decoration			: none;
	font-weight				: bold;
	font-size				: 200%;
}

.unList{
	list-style: none;
	margin-left: 0px;
}

.listingTable{
	float: left;
	margin-left: 15px;
	width: 175px;
	border: 1px solid #818F92;
	height: 330px;
	margin-bottom: 15px;
	display: block;
}

.listingTable img{
	border: 1px solid #818F92;
	margin-top: 10px;
}

.header{
	font-weight: bold;
	border-bottom: 1px solid #818F92;
	background-color: #F5F5F5;
	height: 41px;
}

.price{
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-right: 10px;
}

.productContent{
	height: 41px;
	vertical-align: top;
	padding: 10px;
}