/* Common */
body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #fff;
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 1em;
}

table {
	font-size: 1em;
	border-collapse: collapse;
}

th, td {
	padding: 3px;
}

a {
	color: #333;
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

input, textarea, select, button {
	color: #333;
}

#wrapper {
	width:1262px;
	font-size: 0.9em;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}
/* End Common */

/* Header */
#header {
	width: 1262px;
	margin: 0 auto;
	height: 353px;
	background: url('../images/top.jpg') bottom no-repeat;
}

#headertext, #ordermenu {
	float: left;
	font-weight: bold;
	font-size: 20px;
	font-family: Times, Times New Roman, serif;
}

#headertext a, #ordermenu a {
	text-decoration: none;
}

#headertext {
	margin-left: 180px;
	margin-top: 20px;
	width: 270px;
}

#ordermenu {
	margin-left: 530px;
}

#ordermenu ul {
	margin-top: 40px;
	list-style: none;
}

#ordermenu #language {
	font-size: 16px;
	margin-left: 100px;
	margin-top: 100px;
}	

#ordermenu #language a {
	text-decoration: underline;
}

/* End Header */

/* Main Menu */
#mainmenu {
	clear: left;
	height: 32px;
	width: 1262px;
	background-color: #000;
}

#mainmenu ul {
	padding: 0;
	height: 32px;
	width: 1262px;
	list-style: none;
	margin: 0;
}

#mainmenu ul li {
	float: left;
	padding: 0 20px 0 20px;
	height: 32px;
	border-right: 1px solid #496b78; 
}

#mainmenu ul li.item1 {
}

#mainmenu ul li a {
	margin-top: 5px;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
/* End Main Menu */

/* Main Area */
#main {
	width: 1262px;
}
/* End Main */

/* Left Column */
#left {
	width: 237px;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
}

.box {
	background: #fcfcfc url('../images/bg.gif') top repeat-x;
	padding-bottom: 20px;
}

.box h1 {
	font-size: 18px;
	height: 37px;
	color: #fff;
	margin: 0;
	padding-top: 7px;
	text-align: center;
	background: url('../images/header.gif') top no-repeat;
}

.box p {
	margin: 0 0 0 5px;
}

#left #emailForm input, #left #emailForm textarea {
	width: 217px;
	margin-left: 10px;
}

#left #emailForm button {
	margin-left: 10px;
	margin-top: 5px;
}
/* End Left Column */


/* Center Column */
#content {
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	width: 728px;
}

#content h1, .componentheading, .contentheading h1 {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 15px;
}

#content h2, #content h3, td.contentheading {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 15px;
	color: #333;
}

#content p {
	text-align: justify;
}

#content th p, #content td p {
	text-align: left;
}

#content li {
	margin-left: 5px;
	padding-bottom: 5px;
}

#content .contentpane, #content .contentpaneopen, #content .contact {
	margin-left: 10px;
}

#content .contentitems {
	margin-top: 20px;
}

/* Right Column */
#right {
	width: 237px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#emailForm label {
	display: block;
	width: 200px;
	float: left;
}

#emailForm button {
	margin-top: 20px;
}

.warning {
	color: #660000;
}

.success {
	color: #006600;
}

.clr {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.noborder {
	border: none;
}

#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message dd {
	margin: 0;
}

#system-message dd ul {
	color: #006600;
	margin-bottom: 10px;
	list-style: none;
	padding: 5px 0 0 0;
	border-top: 1px solid #c4c6cb;
	border-bottom: 1px solid #c4c6cb;
}

#system-message dt {
	display: none;
}

#system-message dd.error ul, #system-message dd.notice ul {
	color: #660000;
}

.contentdescription {
	padding-bottom: 10px;
}
/* End Right Column */

/* Footer */
#footer {
	width: 1262px;
	margin-top: 20px;
	border-top: 2px solid #000;
}

#footertext {
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 5px;
}
/* End Footer */


