/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

img {
	border: none;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

p.close {
	margin-top: 0px;
	margin-bottom: 8px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #0082C1;
}

.copyright {
	margin: 0px;
	padding: 15px 0px 20px 0px;
	text-align: center;
	color: #BABABA;
}

p.copyright {
	font-size: smaller;
}


/** LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	padding: 16px 22px 14px 22px;
	text-decoration: none;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	color: #263900;
}

a.link1:hover {
	background: url(../images/mainhover.gif) repeat-x;
	color: #FFFFFF;
}


/** BACKGROUNDS */

.bg3 {
	background: url(../images/mainbody.gif) repeat-y;
}

.bg3-sidebar {
	background: url(../images/mainbody-sidebar.gif) repeat-y;
}

.bg7 {
	background: url(../images/mainfooter.gif) no-repeat;
}

.bg8 {
	background: url(../images/mainmenumid.gif) repeat-x;
}

.bg9 {
	background: url(../images/maintop.gif) no-repeat;
}

.bg9-sidebar {
	background: url(../images/maintop-sidebar.gif) no-repeat;
}

/** STYLES */

/** MISC */

hr { display: none; }

/** added to original template **/

ul.subnav
{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 24px 0px 0px;
	text-indent: 0em;
}

a.subnav1
{
	height: 1.75em;
	display: block;
	margin-right: 1px;
	padding: 6px 2px 2px 2px;
	text-decoration: none;
	text-align: left;
	/*font-size: 12px;*/
	font-weight: bold;
	color: #263900;
	font-size: smaller;
}

a.subnav1:hover {
	background: url(../images/mainhover.gif) repeat-x;
	color: #FFFFFF;
}

td.rowtitle
{
	white-space: nowrap;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear
{
	clear: both;
}

.bar
{
	border: 0px solid black;
	padding: 4px;
	background-color: #c0c0ff;
}

.specialoffer
{
	text-decoration: line-through;
	color: red;
}

/* layout */

/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 690px;
	height: 93px;
	margin: 0px auto;
}

#logo {
	float: left;
}

/** MAIN MENU */

#mainmenu  {
	width: 690px;
	height: 76px;
	margin: 0px auto;
}

#mainmenu ul {
	float: left;
	margin: 0px;
	padding: 16px 0px 0px 0px;
	list-style: none;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu a {
	float: left;
}


.extra3, .extra4 {
	display: block;
	width: 16px;
	height: 76px;
}

.extra3 {
	float: left;
	background: url(../images/mainmenuleft.gif) no-repeat;
}

.extra4 {
	float: right;
	background: url(../images/mainmenuright.gif) no-repeat;
}

.extra5 {
	width: 690px;
	height: 10px;
	margin: 0px auto;
	background: url(../images/mainmenubottom.gif);
}

/** CONTENT */

#content {
	width: 690px;
	margin: 0px auto;
	padding-bottom: 10px;
}


/** BOX5 */

#box5 {
	padding: 0px 15px 10px 15px; 
}

#box5 h1 {
	position: relative;
	padding: 15px 0px 10px 0px;
}

#box5 h3 {
}

#box5-2col {
	padding: 10px 0px 10px 0px;
	clear: both;
}

#box5A {
	float: left;
	width: 170px;
}

#box5B {
	float: left;
	width: 475px;
}

/** FOOTER */

#footer {
	width: 690px;
	margin: 0px auto;
}

#copyright {
}


