body, html { margin: 0; padding: 0 }
body
{
	background: #fff url('/system/graphics/body_background.png') repeat-x;
	font: 12px 'Trebuchet MS', sans-serif;
	color: #340c0d;
}
.clearall {
	clear: both;
}
#container_outer
{
	width: 822px;
	background: #fff url('/system/graphics/container_background2.png') repeat-y;
	margin: 0px auto;
}

#header
{
	height: 180px;
	background: transparent url('/system/graphics/header_background2.png') no-repeat;
}

#footer
{
	height: 30px;
	background: #fff url('/system/graphics/footer_background2.png') no-repeat top left ;
	padding-top: 2px;
	text-align: center;
	font-size: 10px;
	clear: both;
}

#header_container
{
	height: 200px;
	width: 794px;
	margin:0 auto;
	background: transparent url('/system/graphics/header_menu_background2.png') no-repeat center bottom;
	position: relative;
}
#top_header
{
	height: 80px;
	background: transparent url('/system/graphics/top_header.png') no-repeat center bottom;
	cursor: pointer;
}
#menu
{
	padding: 0; margin: 0 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	list-style: none;
}
#menu li
{
	float: left;
	padding: 4px 10px 0;
	vertical-align: bottom;
	font: 12px 'Trebuchet MS', sans-serif;
	background: none;
}

#menu li.active
{
	background: #fff url('/system/graphics/menu_active.png') repeat-x top left;
	border: 1px solid #000;
	border-bottom: 0;
}
#menu li a 
{
	text-decoration: none;
	color: #fff;
}
#menu li.active a
{
	color: #000;
}

#container_inner
{
	background: #fff url('/system/graphics/content_background.png') repeat-x bottom left;
	padding: 20px;
	margin: 4px 14px;
	min-height: 300px;
}

h2
{
	margin: 0;
	padding: 20px 0px 10px;
	color: #992527;
	font: 24px 'Trebuchet Ms', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
a {
  color: #992527;
  text-decoration: none;
}
a:hover {
  color: #bf2e30;
  text-decoration: underline;
}
p {
	font: 12px 'Trebuchet MS', sans-serif;
}
.hr {
	height: 1px; margin: 8px 0;
	border-bottom: 1px solid #eee;
}
.hr hr
{
	display: none;
}
.bold {
	font-weight: bold;
}
div.column {
	width: 50%;
	float: left;
}

ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li
{
	font-weight: bold;
	padding-left: 12px;
	background: transparent url('/system/graphics/list_arrow.gif') no-repeat 0px 2px;
}
ul.arrow li
{
	padding-left: 0;
	width: 180px;
	background: transparent url('/system/graphics/arrow_right.png') no-repeat 176px 3px;
}
ul.arrow li.active
{
	color: #bf2e30;
	background: transparent url('/system/graphics/arrow_right_active.png') no-repeat 176px 3px;
}

ul.gallery
{
	float: left;
}

ul.gallery li
{
	padding: 0;
	background-image: none;
	float: left;
	margin: 2px;
	border: 1px solid #000;
	line-height: 0; font-size: 0;
	width:80px;
	height:80px;
}
ul.gallery li img
{
	margin: 0;
	padding: 0;
}

ul#imagerotator{position: relative;}
ul#imagerotator li{position: absolute; right: 0; top: 0; background-image: none;}
ul#imagerotator li.show{z-index: 500;}
ul#imagerotator li img{background-image: none;}

#preview
{
	margin-top: 15px;
	border: 1px solid #333;
	padding: 5px;
	width: 642px;
	margin: 15px auto;
	background-color: #fff;
}
#preview img
{
	margin: 0; padding: 0;
}

div.imgdescription
{
	text-align: center;
}
.defaultForm dl
{
	margin: 0;
	padding: 0;
}
.defaultForm dt,dd
{
	float: left;
	clear: left;
	margin: 2px;
	padding: 0;
}
.defaultForm dt
{
	width: 100px;
}
.defaultForm textarea
{
	width: 350px; height: 150px;
}
.defaultForm input
{
	width: 350px;
}
input,textarea
{
  background-image: url('/system/graphics/input_backgrund.png');
  background-repeat: repeat-x;
  background-position: top left;
  padding: 3px;
  border: 1px solid #000;
}
input.submit {
  background-image: none;
  padding: 2px;
}
input.image {
 background-image: none;
 padding: 0;
 border: 0;
}
ul.errors li {
	font-weight: normal;
	white-space: normal;
	width: 320px;
}
legend {
	font-weight: bold;
}

.producttable
{
	width: 75%;
}
.producttable tfoot td
{
	padding-top: 10px;
	text-align: right;
	border: 0;
}
.producttable tfoot td input
{
	background-image: none;
}
.producttable td, .producttable th
{
	padding-right: 20px;
	border-bottom: 1px solid #eee;
}
.producttable th
{
	border-color: #ddd;
}
.producttable th.color
{
	text-align: left;
}
.producttable th.price
{
	text-align: right;
}
.producttable td.color
{
	width: 50%;
}
.producttable td.price
{
	width: 30%;
	text-align: right;
}
.producttable td.quantity
{
	width: 20%;
	text-align: center;
}
.producttable td.quantity input
{
	width: 100%;
	text-align: right;
}
.producttable td.sum
{
	text-align: right;
}

ul.bullet li
{
	background: transparent url('/system/graphics/list_bullet.gif') no-repeat 0px 6px;
}

#functionlist
{
	margin: 10px 30px;
	float: left;
}

ul.filelist
{
		
}
ul.filelist li
{
	padding-left: 20px;
	padding-top: 2px;
}
ul.filelist li.file
{
	background-image: url('/system/graphics/file.gif');
}
ul.filelist li.dir
{
	background-image: url('/system/graphics/folder.gif');
}
ul.filelist li.dirup
{
	background-image: url('/system/graphics/folder_up.gif');
}
