@charset "UTF-8";
html {
	height: 101%;
}
body {
	padding: 0px;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #262626;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#container {
	width: 900px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#mainContent {
	margin: 0px;
	background-image: url(images/watermark_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}
#navigation {
	background-color: #262626;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#footer {
	background-color: #262626;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}
#footer p {
	font-size: 10px;
	line-height: 16px;
	padding: 0px;
	color: #666;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
a {
	color: #39F;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 0px;
	color: #999;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #262626;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	color: #262626;
	font-weight: bold;
}
p {
	font-size: 13px;
	line-height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	color: #4c4c4c;
}
ul {
	font-size: 13px;
	line-height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 20px;
	color: #4c4c4c;
	list-style-position: outside;
	list-style-type: disc;
}
.highlight {
	color: #039;
}
.divider {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.field_single {
	font-size: 13px;
	line-height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #039;
	height: 20px;
	width: 200px;
	border: 1px solid #999;
}
.field_half {
	font-size: 13px;
	line-height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #039;
	height: 20px;
	width: 100px;
	border: 1px solid #999;
}
.field_multi {
	font-size: 13px;
	line-height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #039;
	width: 200px;
	border: 1px solid #999;
}
#forms td{
	font-size: 13px;
	line-height: 19px;
	color: #4c4c4c;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.margin-bottom-40 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.border {
	border: 1px solid #CCC;
}







/* DYNAMIC NAVIGATION */


/* First code you need to apply to your menu is the following: */

#nav_794955, #nav_210297 ul {
	padding: 0;
	list-style: none;
	margin: 0;
	font-size: 13px;
}

/* Because the browser by default applies margin and padding to the list, you need to get rid of them by specifying padding: 0; and margin: 0;. The browser will also apply the bullet points to the list by default so you need to get rid of the bullet points by applying list-style: none; to the list.

The next peace of code is this: */

#nav_794955 a {
	display: block;
	color: #999;
	text-decoration: none;
}
#nav_794955 a:hover {
	color: #FFF;
	text-decoration: none;
}

/* By default a is a inline element. To be able apply dimensions to it, you need to use display: block; on it and then you will be able to give it some dimensions.

Finally, if you wish to make the menu a horizontal menu you need to use the following code: */

#nav_794955 li {
	float: left;
	margin-right: 15px;
}

#nav_794955 li #shop a {
	color: #e7aa5b;
}
