/*************************************************
 * TITLE: GiftsUSA Screen Stylesheet             * 
 * CREATED: February 2007                        *
 *************************************************/

body {
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(imgs/bg.jpg) repeat-x;
	font: normal 75% Tahoma, Arial, Helvetica, sans-serif;
	color: #373737;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #18216B;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(imgs/line.gif) repeat-y;
}

a {
	color: #1A1F68;
}

a:hover {
	text-decoration: none;
}

a.red:link, a.red:visited {
	color: #B22222;
	font-weight: bold;
	text-decoration: underline;
}

a.red:hover {
	text-decoration: underline;
	font-weight: bold;
	color: Navy;
}


/* Wrapper*/

#wrapper {
	width: 760px;
	margin: 0 auto;
	position: relative;
	background-color: White;
}

/* Header */

#header {
	width: 760px;
	height: 150px;
	margin: 0 auto;
	background: url(imgs/header-shadow.gif) repeat-x;
}
#headerimage {
		background: url(imgs/header.jpg) no-repeat;
		width: 760px;
		height: 100px;
}


/* Menu */

#toplink {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	padding: 15px 0;
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}


#toplink a {
	text-decoration: none;
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#toplink a:hover {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 720px;
	margin: 0px auto 20px auto;
	padding: 20px;
	background-color: #FFFFFF;
}

/* Main Content */

#maincontent {
	float: right;
	width: 480px;
	padding-left: 20px;
	font-size: 125%;
	background: url(imgs/line.gif) repeat-y;
}

/* Links */

#links {
	float: left;
	width: 200px;
	font-size: 12px;
}

#links ul {
width: 180px;
}

#links li {
	background: url(imgs/nav-line.gif) no-repeat left bottom;
	color: #000000;
	height: 30px;
	list-style: none;
	
}

#links a {
color: #18216B; 
text-decoration: none; 
padding-left: 25px; 
padding-bottom: 10px;
display: block; 
}

/* Footer */

#footer {
	height: 50px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #970100;
	border-top: 10px solid #1A206A;
}

#footer p {
	text-align: center;
	color: #999999;
}
#footer a {
	color: #FFFFFF;
}

.smfont {
	color: #FFFAFA;
	font-size: 11px;
}