/*@import url(css/layout.css);
@import url(css/format.css);
@import url(css/nav.css);*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	color: #FFF;
	text-align: center;
	background-color: #000;
}
#pgContainer {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#pgWrapper {
}
#pgHeader {
}
#pgHeader h1 {
	margin: 0;
	padding: 0;
}
#pgHeader h1 a {
	display: block;
	width: 250px;
	height: 100px;
	background-image: url(assets/logo.jpg);
	background-repeat: no-repeat;
}
#nav {
	background-color: #EF5295;
	height: 30px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 120%;
}
#navList {
	padding: 0;
	margin: 0 0 0 20px;
	list-style: none;
}
#navList li {
	float: left;
	position: relative;
	margin: 0 5px;
	/*padding: 6px 0;*/
	padding: 0.4em 0;
}
#navList a {
	padding: 2px 5px;
	color: #FEF1FA;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: 700;
	border: solid 1px #EF5295;
}
#navList a:hover {
	border: solid 1px #FFF;
	color: #FFF;
}

/* SUBMENU */
#navList li ul {
	position: absolute;
	left: -999em;
	top: 1.8em;
	padding: 3px;
	list-style: none;
	text-align: left;
	background-color: #EF5295;
}
#navList li:hover ul, #navList li.sfhover ul {
	z-index: 500;
	left: -0.2em;
	display: block;
}
#navList li ul li {
	float: none;
	padding: 3px 0;
	margin: 3px 0;
}
#navList li ul a {
	display: block;
}
#navList li ul#snavAbout a {
	width: 7em;
}
#navList li ul#snavCatalog a {
	width: 9.2em;
}
#navList li ul a:hover {
	border: solid 1px #FFF;
}


#copyright ul {
	margin: 0 0 7px 0;
}
#copyright li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.footerLink {
	padding: 0 4px 0 10px;
	border-left: 1px solid #F053AC;
	text-decoration: none;
	text-transform: lowercase;
}	
.firstFooterLink {
	border: none;
}

#pgHome #pgBanner {
	height: 479px;
	border: solid 1px #EF5295;
	border-top: none;
	border-bottom: solid 1px #BC7498;
	background-image: url(assets/bannerHome.jpg);
	background-repeat: no-repeat;
}
#pgContent {
	padding: 20px;
	border: solid 1px #EF5295;
	border-top: none;
}
#pgFooter {
	width: 900px;
	margin: 0 auto 30px auto;
	padding: 15px 0;
	text-align: center;
	font-size: 85%;
	color: #FFF;
}
#pgFooter ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	cursor: default;
}
#pgFooter li {
	display: inline;
	margin-left: 20px;
}
#pgFooter a {
	color: #FFF;
	padding: 2px 0;
	text-decoration: none;
}
#pgFooter a:hover {
	color: #EF5295;
	text-decoration: underline;
}
.invis {
	position: absolute;
	left: -999em;
}


h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EA77B0;
	font-weight: 500;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 160%;
	margin: 30px 0 0px 0;
}
h3 {
	font-size: 130%;
	margin: 30px 0 0px 0;
}
h2 a {
	color: #00623A !important;
	text-decoration: none;
}
p {
	margin: 15px 0;
	line-height: 1.4em;
}
ul, ol {
	margin: 15px 30px;
}
ul ul, ol ol {
	margin: 5px 15px;
}
li {
	margin: 2px 0;
}
a:link {
	color: #09F;
}
a:visited {
	color: #0FF;
}
a:hover {
	color: #EF5295;
}
.imgL {
    float: left;
    padding: 3px;
    margin: 0px 10px 10px 0;
    border: solid 1px #CCC;
}
.imgR {
    float: right;
    padding: 3px;
    margin: 0px 0 10px 10px;
    border: solid 1px #CCC;
}
a img {
	border: none;
}
.introText {
	color: #00623A;
	font-weight: 500;
	font-size: 120%;
}
.indent {
	margin-left: 30px;
}
#frmContact {
	margin-left: 30px;
}
#frmSubscribe p {
    margin: 7px 0;
}
#pgNewsletter #frmSubscribe {
	margin: 20px 0 20px 30px;
}
.frmInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-bottom: 2px;
	width: 300px;
	height: auto !important;
	height: 1.7em;
	border: solid 1px #BBB;
}
textarea.frmInput {
	height: auto !important;
}
.errMsg {
	border: solid 1px #CE0000;
	background-color: #FFEAEA;
	background-image: url(../assets/warning.gif);
	background-repeat: no-repeat;
	background-position: 3% 40%;
	padding: 10px 5px 10px 40px;
	margin: 10px 5px;
	color: #CE0000;
	width: 75%;
}
#cmdSubmit, #cmdCancel, #Jrf_newsletter1_cmdSubmit {
	background-image: url(../assets/button.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 31px;
	width: 86px;
	border: none;
	font-size: 85%;
	color: #333;
}
