/*
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;
}
.photoContent{
	text-align: center;
	width: 100%;
}
.photoHolder{
	float: left;
	margin-bottom: 15px;
	width: 362px;
	margin-right: 7px;
	margin-left: 7px;
}
.photoDesc{
	width: 343px;
	border: 1px solid #999999;
	padding: 5px;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #E9EDEC;
}
/* -------- Main Navigation Styles ----------*/
#Navigation {
	height: 20px;
	background-color: #D3DDE7;
}
#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: 16px;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 16px;
	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: #333399;
	font-weight: bold;
	font-size: 13px;
}
#Navigation ul li a:hover {
	color: #333399;
	background-color: #E0E0E0;
	font-weight: bold;
	font-size: 13px;
}
a:link, a:visited, a:hover{
 	color: #333399}


/* ------------ Footer Styles ------------ */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#footer p a {
	color: #333333;
}
#footerNavigation {
	height: 18px;
	background-color: #D3DDE7;
	padding-top: 4px;
}
#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: #D3DDE7;
}
#footerNavigation ul li {
	display: inline;
}
#footerNavigation ul li a {
	height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#mailform {
	width: 310px;
}

/* =Clearing Hack
---------------------------------------*/
.clear {
clear: both;
line-height: 0;
font-size: 0;
}

