body {
	font: normal 90%/1.5 Georgia, Verdana, Helvetica, sans-serif;
	background: #dedede;
	margin: 0px;
	color: #222222;
	
}

a {
	text-decoration: underline;
	color: #9C0B0B;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
	margin: 10px;
}

hr {
	border-top: 1px dotted #555555;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-left: 40px;
	margin-right: 40px;
	clear: both;
	
}

input {
	border: 1px solid #555555;
	color: #444444;
	margin-right: 5px;
}

textarea {
	border: 1px solid #555555;
	color: #444444;
}

submit {
	border: 1px solid #555555;
}

.content {
	margin-top: 5px;
	padding: 0px;
	width: 790px;
	border: 1px solid black;
	background: #F3F1E4 url(../images/background.jpg) top left;
}

.header {
	background: url(../images/header_bg.jpg) top left repeat-x;
	height: 156px;
	width: 790px;
	margin: 0px;
	padding: 0px;
}

.header_left {
	margin: 0px 0px 0px 57px;
	background: url(../images/logo.jpg) top left no-repeat;
	height: 129px;
	width: 790px;
	padding: 0px;
}

.menu {
	height: 40px;
	text-align: center;
	margin: 0px;
	float: right;
	padding: 5px 10px 0px 15px;
	color: #ffffff;
	font-size: 15px;
	background: url(../images/menu.png) top left no-repeat;
}

.menu a {
	text-decoration: none;
	color: #ffffff;
}

.menu a:hover {
	text-decoration: underline;
}

.top_box {
	background: url(../images/box_top.jpg) top left repeat-x;
	margin-right: 40px;
	margin-left: 40px;
	text-align: left;
	border-right: 1px solid #d4d4d4;
	margin-top: 20px;
}

.top_left {
	background: url(../images/box_top_left.jpg) top left no-repeat;
	height: 9px;
	width: 9px;
}

.box {
	background: #ffffff url(../images/box_left.jpg) top left repeat-y;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 1px solid #d4d4d4;
	min-height: 200px;
}

.box h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	border-bottom: 1px solid #555555;
	background: url(../images/flower.jpg) left no-repeat;
	padding-left: 25px;
}

.box h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 16px;
	padding-left: 0px;
}

.box p {
	margin: 10px;
}

#contact {
	margin: 10px;
	float: right;
	text-align: left;
}

.footer {
	height: 50px;
	background: #ffffff; 
	opacity: .60;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	margin-top: 30px;
	width: 790px;
}

.hidden {
	display: none;
}

.image_thumb_div {
	width: 512px;
	height: 64px;
	overflow: hidden; 
	float: left;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	margin-top: 5px;
	background: #eeeeee;
}

.image_thumb {
	border: 1px solid #555555; 
	width: 50px; 
	height: 50px; 
	margin: 6px; 
	float: left;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	background: #ffffff;
}

.invoices {
	font-size: 12px;
}

.invoices th {
	border-bottom: 1px solid #555555;
	padding: 2px;
}

.invoices td {
	border-bottom: 1px dashed #aaaaaa;
	padding: 2px;
}

.invoices .click_row:hover {
	background: #dddddd;
	cursor: pointer;
}

.image_thumb img {
	margin: 0px;
}

#slider_box {
	height: 64px;
}

.pointer {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}

.pointer img {
	opacity: .4;
	margin: 26px 0px 0px 0px;
}

#preview {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
	text-align: center;
}

#preview img {
	margin: 0px;
	border: 1px solid black;
}
