@charset "utf-8";
@import "common.css";
/* Whitespace reset. */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(/images/bodybg.jpg);
}

body, html {
	height: 100%;
}

a {
	color: #f70;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

/* structure */

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(/images/mainbg.jpg) repeat-y;
	padding-bottom: 20px;
}

#upper {
}

#header {
	height: 120px;
}

#lang {
	position: relative;
	left: 850px;
	top: 10px;
	width: 19px;
	height: 80px;
}

.inactivelang a {
	float: left;
	width: 19px;
	height: 37px;
}

.activelang a {
	float: left;
	width: 19px;
	height: 43px;
}

/* MENU */

#menu {
	height: 31px;
	background: url(/images/menubg.jpg) no-repeat;
}

.activemenuitem {
	color: #000;
}

.menupadding {
	margin-left: 100px;
	padding: 0;
}
	
.menulist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menulist li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-align: center;
	font-size: 0.6em;
	float: left;
	padding-left: 2px;
}

.menulist li a {
	float: left;
	width: 68px;
	height: 15px;
	background: url(/images/inactivemenuitembg.gif);
	padding-top: 4px;
	color: #fff;
}

.menulist li a:hover {
	background: url(/images/activemenuitembg.gif);
	text-decoration: none;
	padding-top: 4px;
	color: #fff;
}

.activemenuitem {
	float: left;
	width: 68px;
	height: 15px;
	padding-top: 4px;
	background: url(/images/activemenuitembg.gif);
	color: #fff;
}

.contactlink {
	float: right;
	position: relative;
	right: 100px;
	top: 10px;
	font-size: 0.9em;
}

/* breadcrumbs */
#breadcrumbs {
	font-size: 0.8em;
}

.breadcrumbpadding {
	padding: 5px 0 0 30px;
}

#breadcrumbs a {
	color: #999;
	background: none;
	text-decoration: underline;
}
}

#breadcrumbs a:hover {
	color: #000;
}

.fontsize {
	padding: 0px 20px;
	font-size: 0.8em;
	text-align: right;
}

/* sidebar */
/* subpages, brief sum-up */

#sidebar {
	width: 200px;	
	float: left;
	text-align: right;
	padding-left: 66px;
}

.sidebarpadding {
	padding: 35px 10px;
	color: #666;
	font-size: 0.8em;
	font-family: "Times New Roman", Times, serif;
}

.headinglist {
	list-style: none;
}

.headinglist li a {
	background: #eee;
}

#sidebar h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#sidebar ul, #sidebar li, #sidebar ol, #sidebar a {
	margin: 0;
	padding: 0;
}

/* content */

/* content */
#content {
	background: url(/images/contentbg.jpg) no-repeat;
	min-height: 386px;
	width: 900px;
	margin: 0 auto;
}

.contentpadding {
	font-size: 0.8em;	
	padding: 20px 150px;
	color: #666;
}

.date {
	margin-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 0.8em;
	color: #999;
}

#content h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
	color: #000;
}

#content h1 {
	font-size: 1.5em;
	text-align: center;
}

#content h2 {
	font-size: 1.3em;
}

#content h3 {
	font-size: 1em;
}

#content h1 a, #content h2 a, #content h3 a {
	text-decoration: none;
	background: none;
	color: #000;
}

#content p {
	color: #666;
}

#content p a {
	background: #eee;
}

#content ul {
}

.firstp {
	font-size: 1.1em;
}

/* portfolio */
.portfolio-item {
	clear: both;
}
.portfolio-item img {
	border: none;
	float: right;
	margin: 1em 0 0 1em;
	border: 5px solid #dbdbdb;
	padding: 2px;
}

/* this is reserved for phone numbers etc must see information */
.notice {
	color: #d90000;
	font-size: 120%;
}

/* footer */
#footer {
	padding-top: 20px;
	font-size: 0.8em;
	background: url(/images/footerbg.jpg) bottom no-repeat;
	clear: both;
}

#lowermenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 0.8em;
	color: #999;
	text-align: center;
}

#lowermenu a {
	color: #999;
	text-decoration: underline;
}

.footertextbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-align: center;
}

.footertextboxpadding {
	font-size: 0.9em;
	padding-top: 50px;
	padding-bottom: 10px;
}

/* miscellaneous */

.inline {
	float: right;
	position: relative;
	top: 0px;
	right: -160px;
}

.screenimage {
	float: right;
	margin: 5px;
	padding: 1px;
	border: 1px dashed black;
}

.screenimage2 {
	margin: 5px;
	padding: 1px;
	border: 1px dashed black;
}

#abg {
		text-align: right;
}

.noshow {
		display: none;
}
.product-item {
	clear: both;
	margin-top: 3em;
}
