/* Main Page definitions */
* { 
	margin: 0;
	padding: 0;
}

html {
	padding: 0px;
	margin: 0px;
	}
	
body {
	color: #353535;
	background-color:#F5F5F5;
	background-image:url("images/background-gradient.jpg");
	background-repeat:repeat-x;
	background-attachment: fixed;
	font-family: arial, cursive, serif;
	font-size: 12px;
	margin: 0;
	}
	
p {
	padding: 5px;
	margin: 2px;
}

img,div,span {
	margin: 0;
	padding: 0;
}

a{
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

ul {
	margin-left: 20px;
}

ol {
	margin-left: 20px;
}

table {
	padding: 3px;
}

th {
	background-color: #EAEAEA;
	padding: 2px;
	border: 1px solid #ccc;
}

tr {
	padding-bottom: 4px;
}

tr:hover {
	background-color: #F4FAFF;
}

td {
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px dotted #333;
}

input {
	background-color: #FBFBFB;
	border: 1px dotted #ccc;
	font-weight: bold;
}

input:focus {
	border: 1px dotted #EA8A79;
}

select {
	background-color: #FBFBFB;
	border: 1px dotted #ccc;
	font-weight: bold;
}

textarea {
	background-color: #FBFBFB;
	border: 1px dotted #ccc;
	font-weight: bold;
}

textarea:focus {
	border: 1px dotted #EA8A79;
}

/* site container */	
#siteContainer {
	margin: auto;
	/* max-width: 985px; */
	/* min-width: 752px; */
	width: 752px;
	padding: 0;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
	background-color: #fff;
}

/* header with both left and right images */
#header {
	margin: 0;
	padding: 0;
	background-image:url("images/background-header.jpg");
	background-repeat:repeat-x;
	height: 146px;
}

.logoLeft {
	width: 248px;
	float: left;
	padding: 0;
	margin: 0;
}

.logoRight {
	width: 390px;
	float: right;
	padding: 0;
	margin: 0;
}
	
/* */

/* horizontal navigation */
#topNav {
	font-size: 11px;
	height: 21px;
	background-color: #000;
	background-image:url("images/h-nav-left.jpg");
	background-repeat:no-repeat;
	clear: both;
	color: #E1E1E1;
	padding-left: 60px;

}

#topNav ul {
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: nowrap;
	}
	
#topNav li {
	list-style-type: none;
	display: inline;
	padding: 2px;
	}
	
#topNav a {
	color: #C3C3C3;
	text-decoration: none;
	font-weight: bold;
}

#topNav a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid #818B9B;
}
/* */

/* main navigation and content container */
#contentContainer {
	margin: 0;
	padding: 0;
	background-image:url("images/background-content.jpg");
	background-repeat:repeat-x;
	background-color: #fff;
	clear: both;
	width: 100%;
	overflow: hidden;
}

/* main content */
#mainContent {
	float: right;
	padding: 4px;
	width: 79.7%;
	margin: 4px 0px 0px 0px;
}

.paragraphQuote {
	color: #DBDBDB;
	font-size: 16px;
	font-weight: bold;
}

.contentTitle h1{
	background-color: white;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	padding: 3px;
	color: #545454;
	font-weight: bold;
	text-align: right;
	font-size: 15px;
	text-transform: uppercase;
}

.contentText {
	background-image:url("images/background-content.jpg");
	background-repeat:repeat-x;
	background-color: #fff;
	padding: 4px;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	overflow: hidden;
}

/*left navigation */
#navigationLeft {
	float: left;
	margin: 0;
	padding: 0;
	width: 144px;
	background-image:url("images/v-nav-left.jpg");
	background-repeat:no-repeat;
}

#navigation {
	margin: 51px 0px 0px 0px;
	background-image: url("images/v-nav-bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F3F3F3;
	padding: 0px 0px 103px 0px;
}

#navigation ul {
	white-space: nowrap;
	margin: 0px 0px 0px 10px;
	}
	
#navigation li {
	list-style-type: none;
	padding: 2px;
	font-size: 13px;
	}
	
#navigation li:hover {
	background-color: #fff;
}

#navigation li.indent {
	color: #666;
	text-indent: 10px;
	font-size: 11px;
}
	
#navigation li a {
	color: #353535;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#navigation li a:visited {
	color: #353535;
	text-decoration: none;
	display: block;
}

#navigation li a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
	display: block;
}
/* */

.contentNav ul {
	width: 100%;
	white-space: nowrap;
}

.contentNav li {
	display: inline;
	list-style-type: none;
	padding: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.contentNav li a{
	padding-left: 3px;
	color: #000;
	text-decoration: none;
	border-left: 2px solid #C4C4C4;
}

.contentNav li a:hover{
	padding-left: 3px;
	color: #000;
	border-left: 2px solid red;
	/*border-bottom: 2px solid red;*/
}

.contentNav li a:active{
	border-left: 2px solid red;
}

/* footer */
#footer {
	background-color: black;
	clear: both;
	padding: 3px;
	text-align: center;
}

#footer ul {
	white-space: nowrap;
}

#footer li {
	list-style-type: none;
	display: inline;
	padding: 2px;
	border-right: 1px solid #CDCDCD;
}

#footer li:last-child {
	border-right: 0;
}

#footer li a {
	text-decoration: none;
	color: #CDCDCD;
	padding: 2px;
}

#footer li a:hover {
	text-decoration: underline;
	color: #fff;
	padding: 2px;
}
/* */

/* Website credits and logos */

#credits {
	background-image: url("images/footer-logo.jpg");
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 7px;
	/* max-width: 985px; */
	/* min-width: 752px; */
	width: 752px;
	color: #bbb;
	text-align: right;
}

#credits a{
	text-decoration: underline;
	color: #ccc;
}

#credits a:hover{
	text-decoration: underline;
	color: #ccc;
}

#credits img {
	padding: 3px;
}

.specialOffer {
	background-color: #FDF4F2;
}

/* */