﻿/* Happy Holidays from Finn Digital */

/*-- Holiday Cheer-O-Meter
------------------------------------------------------------------------*/
body {
	margin:0;
	background:#C4C4C4;
	font-family:Arial;
}
#content-wrapper {
	background:#7C1212;
	padding:10px 0;
}
#content {
	border-top:solid 1px #5C0808;
	border-bottom:solid 1px #5C0808;
	height:520px;
	background:url(/HappyHolidays/images/background.gif);
}
#send_content {
	border-top:solid 1px #5C0808;
	border-bottom:solid 1px #5C0808;
	height:300px;
	background:url(/HappyHolidays/images/background.gif);
}
#flashcontent {
	display:block;
	width:600px;
	height:520px;
	margin:0 auto;
}
#header {
	display:block;
	width:591px;
	height:107px;
	margin:0 auto;
}
#header img {
	float:left;
}
#footer {
	margin:20px auto;
	display:block;
}


/*-- FOOTER
------------------------------------------------------------------------*/
#footer_wrapper {
	color:#757575;
	padding:15px 0 0 0;
	width: 90%;
	clear:both;
	margin: 0 auto;
	font-size:12px;
}
#footer_wrapper p.address {
	float:right;
	text-align:right;
}
#footer_wrapper a {
	color:#757575;
	text-decoration:underline;
}
#footer_wrapper ul {
	margin:0;
	padding:0;
	width:600px;
	list-style:none;
}
#footer_wrapper ul li {
	padding:0 7px 0 0;
	float:left;
	margin:0;
}
#footer_wrapper ul a {
	padding-right:7px;
	color:#757575;
	text-decoration:none;
}
#footer_wrapper a:hover {
	text-decoration:underline;
	color: #fff;
}
/*-- 
------------------------------------------------------------------------*/
	



/*-- BUTTONS
------------------------------------------------------------------------*/
#btns {
	width:610px;
	margin:10px auto 0 auto;
}
#btns a {
	width:305px;
	height:100px;
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
	float:left;
}
a#sendFriend:link,
a#sendFriend:visited {
	background-image:url(../images/sendtoafriend.jpg);
	background-position:0px 0px;
}
a#sendFriend:hover {
	background-position:0px -100px;
}

a#aboutFD:link,
a#aboutFD:visited {
	background-image:url(../images/aboutfinndigital.jpg);
	background-position:0px 0px;
}
a#aboutFD:hover {
	background-position:0px -100px;
}

a#hotSheet:link,
a#hotSheet:visited {
	background-image:url(../images/hotsheet.jpg);
	background-position:0px 0px;
}
a#hotSheet:hover {
	background-position:0px -100px;
}

a#aboutTool:link,
a#aboutTool:visited {
	background-image:url(../images/aboutthistool.jpg);
	background-position:0px 0px;
}
a#aboutTool:hover {
	background-position:0px -100px;
}
/*--
-------------------------------------------------------------------------*/



/*-- GENERAL TAGS
------------------------------------------------------------------------*/
a:link,
a:visited {
	color:#464646;
}
a:hover {
	color:#464646;
}
img {
	border:none;
}
h1 {
	font-size:20px;
	font-weight:bold;
	margin:0;
}
/*--
-------------------------------------------------------------------------*/



/*-- SEND TO FRIEND
------------------------------------------------------------------------*/
#friend_form {
	width:450px;
	margin:30px auto 0 auto;
	background-color:#7E1212;
	padding:15px;
	color:#fff;
}

#friend_form a:link,
#friend_form a:visited{
	color:#fff;
}
#friend_form a:hover{
	color:#ccc;
}
#send_title {
	font-size:20px;
	font-weight:normal;
	margin:0;

}

#friend_form ul {
	list-style:none;
}
#friend_form ul li {
	clear:both;
	margin:15px 0;
}
#friend_form ul li span {
	background: url(../images/send_input_field_single.jpg)  no-repeat;
	padding: 10px 10px 12px 10px;
	width:250px;
	height:42px;
	float:left;
	display:block;
}
#friend_form ul label {
	line-height: 20px;
	margin:0 8px 0 0;
	padding:0;
	display:block;
	float:left;
	width:110px;
	text-align:right;
}

#friend_form ul input {
	width:230px;
}
.btn {
	text-align:right;
	padding-right:50px;
}
.btn input {
	margin:0 10px 0 0;
}
#send_successful {
	margin:0 0 0 30px;
	padding:30px 0 0 0;
}
#send_error {
	margin:0 0 0 30px;
	padding:30px 0 0 0;
}
.emailError {
	padding:5px 10px;
	font-size:12px;
	margin:7px 0 0 0;
	background-color:#9A1515;
}
#pnlSuccess {
	font-size:18px;
}
#sendDisclaimer {
	font-size:10px;
	width:400px;
	margin:0px auto;
}
/*--
-------------------------------------------------------------------------*/


