/* containers */
body {
	margin:			20px 15px 10px 50px;
	padding:		0px;
	text-align:		left;

	font-family:		Arial, Verdana, Helvetica, Sans-serif;
	font-size:		12px;
	font-weight:		normal;
	color:			#000000;
	line-height:		1.3;

	background-color:	#ffffff;
	background-image:	url('../../img/layout/sidebar-bg.png');
	background-repeat:	repeat-y;
}

div {
	margin:			0px;
	padding:		0px;
}

form {
	display:		inline;
	margin:			0px;
	padding:		0px;
}

p {
	padding:		0px;
	margin:			0px 0px 10px 0px;
	text-align:		left;
}

table, tr, td, th {
	margin:			0px;
	padding:		0px;
	text-align:		left;
	vertical-align:		top;
	border-collapse:	collapse;

	font-family:		Arial, Verdana, Helvetica, Sans-serif;
	font-size:		12px;
	font-weight:		normal;
	color:			#000000;

	background-color:	transparent;
}

th {
	font-weight:		bold;
	white-space:		nowrap;
}



/* headings */
h1, h2 {
	font-weight:		bold;
	color:			#800000;
	margin:			0px 0px 10px 0px;
	padding:		0px;
}

h1 {
	font-size:		14px;
	line-height:		1;
	text-transform:		uppercase;
}

h2 {
	margin-top:		20px;
	font-size:		12px;
}

h1 a, h2 a {
	color:			#800000;
}

h1 a:hover, h2 a:hover {
	color:			#800000;
}



/* content */
a {
	/*color:			#7e7e7e;*/
	color:			#707070;
	text-decoration:	none;
}

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

hr {
	height:			1px;
	width:			100%;
	margin:			0px 5px 10px 5px;
	padding:		0px;

	color:			#000000;
	background-color:	#000000;
	border:			none;
}

img {
	border:			none;
	vertical-align:		middle;
}

input, textarea, select {
	font-size:		12px;
}

strong {
	font-weight:		bold;
	color:			#800000;
}



/* section classes */



/* element classes */

div.article {
	clear:			both;
	margin:			0px 0px 20px 0px;
}

div.article img {
	float:			right;
	margin:			0px 0px 10px 20px;
}

div.article .intro {
	font-weight:		bold;
	margin-bottom:		20px;
	color:			#800000;
}



div.articleitem {
	margin:			0px 0px 20px 0px;
	clear:			both;
}

div.articleitem p.timestamp {
	margin-top:		-10px;
}

div.articleitem img {
	float:			right;
	margin:			0px 0px 10px 20px;
}



div.businesscard {
	width:			320px;
	height:			200px;

	background-image:	url('../../img/layout/businesscard.png');
	background-repeat:	no-repeat;
}

div.businesscard h2 {
	margin:			30px 0px 2px 50px;
}

div.businesscard img.portrait {
	float:			right;
	margin:			8px 10px 0px 0px;
}

div.businesscard p {
	margin-left:		50px;
}

div.businesscard table.keyval {
	margin:			0px 0px 10px 50px;
}

div.businesscard table.keyval th {
	padding:		0px 10px 1px 0px;
}

div.businesscard table.keyval td {
	padding:		0px 0px 1px 0px;
}



ul.employee {
	list-style:		none;
	padding:		0px;
	margin:			0px 0px 10px 0px;
}

ul.employee li {
	margin:			0px 0px 10px 0px;
}

ul.employee li h2 {
	margin:			0px 0px 3px 0px;
}

ul.employee ul {
	list-style:		none;
	padding:		0px;
	margin:			0px 0px 10px 0px;
}

ul.employee ul li {
	margin:			0px;
	padding:		0px;
	font-size:		11px;
}




/* minor classes */
.error {
	color:			#dd4444;
}

.required {
	color:			#dd4444;
}

.warning {
	color:			#dd4444;
}


th.odd, td.odd {
	background-color: #ffffff;
}

th.even, td.even {
	background-color: #f0f0f0;
}






table.keyval {
	margin-bottom: 20px;
}

table.keyval th {
	font-weight: normal;
	white-space: nowrap;
	padding-right: 30px;
	padding-bottom: 5px;
	vertical-align: middle;
	font-weight: bold;
}

table.keyval td {
	padding-bottom: 5px;
	vertical-align: middle;
}






ul.simple {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

ul.simple li {
	margin: 0px;
	padding: 0px;
}



table.cart {
	width: 90%;
	margin: 20px auto 30px auto;
}

table.cart th {
	color: #800000;
	padding: 0px 10px 2px 10px;
	border-bottom: 1px solid #800000;
}

table.cart th.horiz {
	border: none;
	padding: 5px 10px 5px 10px;
	text-align: right;
}

table.cart td {
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
	vertical-align: middle;
}

table.cart td img {
	vertical-align: middle;
}

table.cart td.last {
	border-bottom: 1px solid #800000;
}



table.data {
	margin: 20px 0px 20px 0px;
}

table.data th, table.data td {
	padding: 5px 10px;
}



div.column {
	width: 250px;
	float: left;
}

.productitem {
	width: 250px;
	float: left;
	clear: none;
}

.productitem h2 {
	margin-top: 0px;
}

.productitem img {
	float: right;
	margin: 0px 0px 10px 10px;
}

.productrow {
	clear: both;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}


.productitem table.keyval, .product table.keyval {
	margin-bottom: 10px;
}



/* identified elements */
#main {
	width:			800px;
}


#header {
	float:			left;
	width:			570px;
	height:			90px;
	margin-bottom:		30px;

	font-size:		11px;
	border-bottom:		2px solid #800000;
}

#header #address {
	width:			auto;
	float:			right;
	text-align:		center;
}



#sidebar {
	float:			left;
	width:			200px;
	padding-right:		30px;
}

#sidebar #logo {
	margin-bottom:		50px;
	padding:		0px;
}

#sidebar #menu {
	margin:			0px 0px 20px 0px;
	padding:		0px;

	list-style-type:	none;
	font-size:		12px;
	font-weight:		bold;
}

#sidebar #menu a {
	color:			#800000;
}

#sidebar #menu a:hover {
	color:			#000000;
}

#sidebar #menu li {
	margin:			3px 0px 3px 0px;
}

#sidebar #menu ul {
	margin:			0px 0px 0px 15px;
	padding:		0px;

	list-style-type:	none;
	font-size:		11px;
	font-weight:		normal;
}



#content {
	float:			left;
	width:			570px;
}



#footer {
}


