@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-color: #000000;
}

#container {
	width: 900px;
	background-color: rgb(209,219,227);
	margin: 0;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#horizontalNav {
	background-image: url(http://www.forksgiftshop.com/images/topnavbg.png);
	background-repeat: repeat-x;
	height: 70px;
	padding: 5px 0 0 200px;
	text-align: center;
}

#mainContent {
	background-color: rgb(209,219,227);
	padding: 10px 10px 10px 20px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

#mainContent a {
	color:#CC0000;
	text-decoration: none;
}

#mainContent a:hover {
	font-style: italic;
	color:#CC0000;
	text-decoration: none;
}
	
	
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: x-small;
	text-decoration: none;
	padding-bottom: 250px;
}

#footer a{
	color:#CC0000;
	text-decoration: none;
	padding: 5px;
}


#horizontalNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 5px 10px 5px 10px;
}

#horizontalNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	margin: 5px 10px 5px 10px;
}

#secondaryNav {
	background-image: url(http://www.forksgiftshop.com/images/boxbg.png);
	height: 130px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	float: left;
	margin: 10px 10px 0 0;
}

#secondaryNav ul {
	list-style-image:url(http://www.forksgiftshop.com/images/leaf.png);
	padding: 5px 5px 5px 50px;
	vertical-align: text-bottom;
}


#secondaryNav a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}

#secondaryNav a:hover {
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
}

#secondaryNavBigger {
	background-image: url(http://www.forksgiftshop.com/images/boxbgbigger.png);
	height: 200px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	float: left;
	margin: 10px 10px 0 0;
}

#secondaryNavBigger ul {
	list-style-image:url(http://www.forksgiftshop.com/images/leaf.png);
	padding: 5px 5px 5px 50px;
	vertical-align: text-bottom;
}


#secondaryNavBigger a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}

#secondaryNavBigger a:hover {
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
}

h1 {
	color: #CC0000;
	font-size: x-large;
	font-style: italic;
}

h1:first-letter {
	font-size: 1.5em;
	font-family: cursive;
}


.floatLeft {
	float: left;
	clear: none;
}


.floatRight {
	float: right;
	margin: 5px 0 5px 5px;
}

.clearLeft {
	clear: left;
}


.bottomimage {
	clear: none;
	position: fixed;
	bottom: 0px;
}

.header {
	font-family: "Times New Roman", Times, serif;
	color:#CC0000;
	font-size: large;
	font-weight: bold;
}
	
.maintext {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: medium;
	text-decoration: none;
}

.notsofineprint {
	font-size: small;
}
	


.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: x-small;
	text-decoration: none;
}

