body {
	background-color:#000;
	background-position:left top;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	color: #FFFFFF;
	margin-top:30px;
}

a {
	color: #00CCFF;
	text-decoration: none;
}

img{
	border:none;
}

a:hover {	
	color: #00CCFF;
	text-decoration: underline;
}

.social{
	position: absolute;
	top: 20px;
	left:434px;
}

.social_footer{
	bottom:30px;
	left:236px;
	position:absolute;
}
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}

.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}

a.dock-item {
	display: block;
	width: 40px;
	color: #FFF;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 15px Lucida Handwriting, Helvetica, sans-serif;
}

.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

.dock-item span {
	display: none; 
	padding-left: 20px;
}

#left-bg {
	height:160px;
	position:absolute;
	top:2px;
	width:180px;
}

.main_header{
font-size:25px;
width: 200px;
overflow: hidden;
}

#background {
	/*background-image:url(/img/frontend/footer_image.png);
	background-position:bottom right;
    background-repeat:no-repeat;*/
    width: 100%;
    height: 100%;
}

/*#container {
	background-image:url(/img/frontend/roses/roses_back.png);
	background-repeat: no-repeat;
	background-color: #75072f;
	width:850px;
 	padding-left: 50px;
    padding-top: 30px;
    padding-right: 50px;
   	margin: 0 auto;
   	min-height: 900px;
   	position: relative;
}*/

#container {
	background-color:#75072F;
	background-image:url("/img/frontend/roses/roses_back.png");
	background-repeat:no-repeat;
	margin:0 auto;
	min-height:900px;
	padding-left:84px;
	padding-right:66px;
	padding-top:100px;
	position:relative;
	width:800px;
}

.logo{
	position: absolute;
	top: 20px;
	left: 20px;
}

#content {
	float: center; /* Mozilla/Gecko needs this to get the correct content height */
	text-align: left;
	min-height: 600px;
}

div.footer{
	background-image: url('/img/frontend/roses/roses_footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #75072f;
	height:200px;
	margin:0 auto;
	min-height:200px;
	width:950px;
	margin-bottom: 10px;
	position:relative;
}

div.copyright {
	text-align: center;
	margin-bottom: 10px;
}

/* contact form */
td.contact {
	width: 200px;
	vertical-align: top;
}

input.contact, textarea.contact, select.contact {
	width: 100%;
}

option.contact  {
	width: 100px;
}

span.contact {
	font-size: 9px;
}

select#hour, select#minute, select#time, select#day, select#month {
	width: 50px;
}

input#day, input#month {
	width: 25px;
}

input#year {
	width: 50px;
}

input#button {
	width: 150px;
}

/* error and message box */
div.error {
	background-color: #FFD8D8;
	border: 2px solid #7F0000;
	padding: 10px;
	color: #7F0000;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

div.message {
	background-color: #E4FFD8;
	border: 2px solid #007F0E;
	padding: 10px;
	color: #007F0E;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}