/* CSS Document */

*{
margin:0;
padding:0;
/*border: 1px #FF0000 solid;*/
}
h1 {
	font-size: 24px;
	color: #DA4524;
}
h2 {
	font-size: 18px;
	color: #323231;
}
h3 {
	font-size: 14px;
}


a {
	text-decoration:none;
 	color: #DA4524;
}
a:hover {
	text-decoration:none;
 	color: #FFFFFF;
}
body {
	color:#b2b2b2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	width: 871px;
	/*position:relative;*/
	position: absolute;
	left: 48%;
	margin-left: -435px;
	background-color: #000000;
	padding: 0 20px;
}
#header {
height:100px;
background:url(../images/logo.gif) top center no-repeat;
}
#menu {
height:54px;

}
#flash {
	height:50px;
	background: url(../images/headerbg.jpg) top left no-repeat;
	margin: 1px 0 0 0;
	padding: 180px 0 0 0;
}

#content p{
	padding: 10px 0;
}
#content {
	color: b2b2b2;
}

#imageboxes {
height:254px;
}
#footer {
	height:37px;
	border-top: 1px dotted #333333;
	text-align: center;
	font-size: 10px;
	color: #333333;
	padding: 10px 0 0 0;
}
#footer p {
	color: #DA4524;
	padding: 0 0 10px 0;
}
#rightcol {
	position:absolute;
	width: 224px;
	background: #DA4524  top no-repeat left;
	left: 666px;
	top: 153px;
	
	color: #000000;
}
#giftform {
 height: 184px;
padding: 10px 0 0 15px;
background: #DA4524  top no-repeat left;
}
#giftform p {
	padding: 0 0 3px 0;
}
#numemail {
	background-color: #323231;
	height: 32px;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 5px 0 0;
}

#header2menu {
	list-style:none;
	position:relative;
	border:#1e1e1e 1px solid;
	height: 50px;	
	
}
#header2menu li {
/*border: 1px solid #FF0000;*/
float:left;


}
#giftform label
{
	width: 65px;
	float: left;
	text-align: right;	
	display: block;
	margin-top: 0.2em;
}

#giftform input
{
	color: #000000;
	background:#FFFFFF;
	border: 1px solid #000000;
	font-size:10px;
	width: 122px;
	height: 15px;
	padding: 2px 0;
}
#giftform #submitbut {
	height: 14px;
	width: 64px;
	margin: 0 0 0 123px;
	padding: 0;
}

#rightcol form {
	font-size: 10px;
}
#rightcol p {
	padding: 5px 0;
	font-size: 10px;
}
#rightcol #submitbutton {
	text-align: right;
	width: auto;
	height: auto;
}
#imagebox1,#imagebox2,#imagebox3 {
	height:43px;
	width:189px;
	background:url(../images/imageboxbg.gif) top left no-repeat;
	position:absolute;
	padding: 182px 10px 0 20px;
	font-size: 10px;
	
}
#imagebox1 {
left: 1px;
}
#imagebox2 {
left: 328px;
}
#imagebox3 {
left: 650px;
}
.orange {
	color: #DA4524;
}
#footer a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
