body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#758CA6;
	/*background-image:url(../images/bgmain.gif);*/
}
div#container {
  background-image:none;
  background-color:#FFF;
}
div#container p {
	padding-top:0;
}
div#mainMenu {
	background-color:#AFBE90;
}
div#mainMenu div#mainMenuContent li a {
	text-decoration:none;
}
div#mainMenu div#mainMenuContent li a:hover {
	text-decoration:none;
}
div#secondMenu {
	background-color:#C0CDA5;
}
div#title {
	/*background-image:url(../images/application-header.jpg);*/
	font-size:0.9em;
}
div#title div#titleContent {
	text-align:right;
}
h3 {
	padding-top:8px;
}
h4 {
	font-style:italic;
}
div#mainMenu ul, div#secondMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.formSubmitCell {
	text-align:center;
	vertical-align:top;
}
.error {
	color:#F30;
}
.greyed {
	color:#999;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #666;
}
a:active {
	color: #000;
}
a img {
	border:none;
}
div#footer {
	background-image:url(../images/bgmain.gif);
	background-color:#758CA6;
}

div#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	padding-top:7px;
}
a#styleswitchsmall {
	font-size:x-small;
	cursor:pointer;
}
a#styleswitchnormal {
	font-size:small;
	cursor:pointer;
}
a#styleswitchlarge {
	font-size:medium;
	cursor:pointer;
}
div.formSection fieldset, div.searchFormSection fieldset {
	border: 1px solid #666;
	padding-bottom:10px;
}
div.formSection legend, div.searchFormSection legend {
	color: #FFF;
	background: #C0CDA5;
	border: 1px solid #666;
	padding: 2px 6px
}
div.formSection p {
	text-align:left;
	padding-top:0;
	padding-left:10px;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	font-size:smaller;
}
div.formSection p.option {
	text-align:left;
	padding-top:0;
	padding-left:10px;
	padding-bottom:0;
	margin-top:10px;
	margin-bottom:0;
	font-size:larger;
}
body#home #homeMenuItem a, body#about #aboutMenuItem a, body#gallery #galleryMenuItem a, body#password #passwordMenuItem a, body#category #categoryMenuItem a, body#products #productMenuItem a, body#checkout #cartMenuItem a, body#contact #contactMenuItem a, body#slideshow #slideshowMenuItem a, body#services #serviceMenuItem a {
	color:#FFF;
}

th {
	background-color:#E9EDE9;
	font-size:smaller;
}
td {
	overflow:hidden;
}
ol.recordNav {
	display:block;
	list-style-type:none;
	padding:0;
}
ol.recordNav li {
	display:inline;
	padding-right:5px;
}
.tooltipbody {
	padding:10px;
	border:1px solid #CCFFFF;
	background:#3399CC;
	color:#FFFFFF;
}
img.info {
	vertical-align:middle;
}
.help {
	cursor:help;
}
div#helpSection {
	border:#333 1px solid;
	background-color:#E3E9DA;
}
.odd {
	background-color:#F5F8F5;
}
abbr {
	border-bottom:#999999 dashed 1px;
}
body#services dt {
	margin-bottom:5px;
	font-weight:bold;
}
body#services dd {
	margin-left:10px;
	margin-bottom:15px;
}
/*Popup window styles*/

body#popup {
	background-color:#000;
}
body#popup a:link {
	color: #CCC;
}
body#popup a:visited {
	color: #CCC;
}
body#popup a:hover {
	color: #666;
}
body#popup a:active {
	color: #CCC;
}
a.small {
	font-size:smaller;
}