/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}

a, a:visited {
	color: #000099;
}

a:hover, a:active {
	color: #FF9900;
}

p {
	padding: 0 40px 10px 40px;
	font-size: 12px;
}

h1 {
	padding: 0 40px 10px 40px;
	font-size: 150%;
}

h2 {
	padding: 0px 40px 5px 40px;
	font-size: 120%;
}

ul, ol {
	margin: 0;
	padding: 0 55px;
	font-size: 80%;
}

ul li, ol li {
	padding-bottom: 10px;
}

hr {
	margin: 0;
	clear: both;
	border: none;
	visibility: hidden;
}

.top {
	text-align: right;
	font-size: 75%;
}

.noted {
	color: #1185EE;
	font-weight: bold;
}

.keyText {
	clear: both;
	font-weight: bold;
	text-align: center;
}

.pageDescrip {
	text-align: center;
	font-size: 12px;
}

#counter {
	float: right;
}

#container {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	background: #FFFFFF url(_images/sides.gif) top left repeat-y;
}

#inner {
	width: 100%;
	background: transparent url(_images/background.jpg) 330px 100px no-repeat;
}

#header {
	background: transparent url(_images/top.gif) top left no-repeat;
}

#header a img {
	padding: 35px;
	border: none;
}

#header #banner {
	float: right;
	margin: 80px 40px 0 0;
	text-align: center;
}

#nav {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 95%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 80%;
}

#nav li {
	float: right;
	padding: 0 5px;
	border-left: 1px #333333 solid;
}

#nav li a {
	color: #333333;
	text-decoration: none;
}

#nav li a:hover {
	color: #FF9900;
}

#nav li.first {
	border: none;
}

/****  Teaser Panes ****/
.teaserPane {
	margin: 40px 0 10px 10px;
	width: 300px;
	float: left;
	position: relative;
	background: #FFFFFF url(_images/teaserPane_bottom.gif) bottom left no-repeat;
}

.first {
	margin-left: 40px;
}

.teaserPane h2 {
	height: 35px;
	padding: 5px 0 0 10px;
	background: transparent url(_images/teaserPane_top.gif) top left no-repeat;
	font-size: 105%;
}

.teaserPane h2 a:link, .teaserPane h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.teaserPane h2 a:hover, .teaserPane h2 a:active {
	color: #FFCC00;
}

.teaserPane img {
	float: right;
	margin: 5px 20px;
	border: 0;
}

.teaserPane p {
	padding: 5px 20px 20px 20px;
	font-size: 80%;
}

.teaserPane p.catalogue {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 70%;
}

/* for Mozilla/Safari/Opera */
*>.teaserPane {
 padding-top: 265px;
 min-height: 1px;
}
*>.teaserPane h2 {
 margin-top: -300px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .teaserPane {
 height: 265px;
}
* html .teaserPane h2 {
	position: relative;
	margin-top: -35px;
}
/* end filter */

#twowide {
	margin: 0 auto; 
	width: 620px;
}
/* for IE \*/
* html #twowide {
	width: 630px;
}
/* end */

#footer {
	clear: both;
	padding: 20px 0 30px 0;
	background: transparent url(_images/bottom.gif) bottom left no-repeat;
	font-size: 75%;
}
#footer img {
	float: right;
	margin-right: 40px;
}


/****  Order Form  ****/
.order {
	margin: 5px auto;
	width: 90%;
}

.order td, .order th {
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
	font-size: 80%;
}

.order th {
	width: 16%;
	font-weight: normal;
}
.form-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #004663;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.form-body a {
	color: #FF0000;
	text-decoration: underline;
}
.form-body a:hover {
	color: #FFA31F;
	text-decoration: underline;
}
.form-heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
