/*
Title:       Gaspar Jewelers Inc. General Layout
Author:      Eric Hull
Company:     Eklipse Design http://www.eklipsedesign.com
Description: General layout for all pages
*/

html {
	overflow: scroll;
}
body {
	margin-top: 0px;
	background-image: url(images/bgTile2.jpg);
	background-repeat: repeat;
}
#content {
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.imgBrdr {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

/* -------- Main Navigation Styles ----------*/
#Navigation {
	height: 18px;
	background-color: #ECE4D2;
}
#Navigation ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#Navigation ul li {
	display: inline;
}
#Navigation ul li a {
	float: left;
	height: 14px;
	padding-top: 2px;
	padding-right: 24px;
	padding-bottom: 2px;
	padding-left: 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#Navigation ul li a:link, #Navigation ul li a:visited {
	color: #990000;
	font-weight: normal;
	font-size: 12px;
}
#Navigation ul li a:hover {
	color: #990000;
	background-color: #E0E0E0;
	font-weight: normal;
	font-size: 12px;
}
a:link, a:visited, a:hover{
 	color: #990000}


/* ------------ Footer Styles ------------ */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#footer p a {
	color: #333333;
}
#footerNavigation {
	height: 16px;
	background-color: #ECE4D2;
}
#footerNavigation ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 10px;
	background-color: #ECE4D2;
}
#footerNavigation ul li {
	display: inline;
}
#footerNavigation ul li a {
	height: 14px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#mailform {
	width: 310px;
}

