/* =================================================================================================== 

	Created By: Kasdan Hall
	Contact: K.Hall@Kasdanhall.com / www.KasdanHall.com
	Date: 4/29/09
	File Name: style.css
	Site: www.YourSite.com
	
======================================================================================================*/

/* ========================= CSS RESET ============================== */

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ===================================================== END OF RESET ===================================================== */

/* ====================================================== UNIVERSAL STYLES ===================================================== */


body {
	background: url(images/bg.jpg) top center no-repeat #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:16px;
}



/* ====================================================== Type STYLES ===================================================== */


h1 {

}
h2 {

}
h3 {

}
h4 {

}


/* ============================================== NAV STYLES ================================================== */

#nav_contain {
	width:960px;
	height:120px;
	margin:0 auto;
}
#logo {
	width:140px;
	height:100px;
	float:left;
	background:url(images/logo.gif) center center;
	margin:10px;
}
#flag_spacer {
	width:140px;
	margin:10px;
	float:left;
	height:100px;
}
#contact_top {
	width:620px;
	height:25px;
	margin:0 10px;
	float:left;
	line-height:25px;
	text-align:right;
}
#contact_top a {
	color:#f00;
	text-decoration:none;
}
#contact_top a:hover {
	color:#000;
}
#top_nav {
	width:620px;
	height:40px;
	float:left;
	margin:0 10px;
}
#top_nav ul {
	background-color: #f00;
	color: #fff;
	height:40px;
	font-family: arial, helvetica, sans-serif;
	padding-left:2px;
}
#top_nav ul li {
	line-height:40px;
	display:inline-block;
}
#top_nav ul li a {
	padding-left:13px;
	padding-right:13px;
	background-color: #f00;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	font-size:18px;
	text-transform:uppercase;
	height:40px;
	line-height:45px;
	display:inline-block;
}
#top_nav ul li a:hover {
	background:#C00;
	color:#fff;
	height:40px;
}
#top_usa {
	width:620px;
	height:35px;
	margin:0 10px 10px 10px;
	font-weight:bold;
	font-size:24px;
	color:#000;
	line-height:38px;
	text-align:center;
	float:left;
}
#below-header {
	width:960px;
	float:left;
	height:100px;
	border-bottom:#ff000 solid 1px;
	text-align:center;
}

/* ================================================= Body Styles ================================================= */

#body_main_contain {
	width:960px;
	margin:0 auto;
	margin-top:10px;
}
#body_main_contain a {
	text-decoration:none;
}
#info {
	width:620px;
	height:200px;
	float:left;
	margin:10px;
}
#info p {
	line-height:16px;
	font-size:12px;
	margin:5px 0;
}
#info ul {
	list-style:outside;
	margin-left:20px;
}
.cat-buttons {
	width:300px;
	height:200px;
	float:left;
	margin:10px;
	background:url(images/buttons.jpg) top center no-repeat;
}
.cat-magnets {
	width:300px;
	float:left;
	height:200px;
	margin:10px;
	background:url(images/magnets.jpg) top center no-repeat;
}
.cat-banners {
	width:300px;
	float:left;
	height:200px;
	margin:10px;
	background:url(images/banners.jpg) top center no-repeat;
}
.cat-stickers {
	width:300px;
	float:left;
	height:200px;
	margin:10px;
	background:url(images/stickers.jpg) top center no-repeat;
}
.cat_top {
	width:300px;
	height:140px;
	float:left;
}
.cat_bottom {
	height:60px;
	width:300px;
	background:#000;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	float:left;
	line-height:60px;
	text-transform:uppercase;
}
#clear {
	clear:both;
}
#usa {
	width:920px;
	background:#F00;
	color:#fff;
	padding:10px;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	clear:both;
}

/* ================================================= FOOTER STYLES ================================================ */


#footer_contain {
	width:900px;
	height:100px;
	margin:0 auto;
	margin-top:10px;
	text-align:center;
	border-top:solid 1px #CCCCCC;
	font-size:10px;
	color:#d1d4d3;
}