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

	Created By: Kasdan Hall
	Contact: K.Hall@Kasdanhall.com / www.KasdanHall.com
	Date: 8/7/09
	File Name: style.css
	Site: www.ELBusa.com/softball
	
======================================================================================================*/

/* ========================= 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) #021090 top center no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:16px;
}
label {
	color:#021090;
}


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


h1 {

}
h2 {

}
h3 {
	font-size:18px;
	color:#021090;
	font-weight:bold;
}
h4 {

}


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

#top_nav {
	width:940px;
	height:80px;
	margin:0 auto;
	padding:0;
	margin-top:16px;
	text-align:right;
	font-size:18px;
	font-weight:600;
	line-height:21px;
}
#home_link {
	width:250px;
	height:65px;
	display:block;
	border:0;
	float:left;
}
#home_link a {
	border:0;
	text-decoration:none;
}
#top_nav a {
	text-decoration:underline;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
}
#top_nav a:hover {
	color:#cccccc;
}
#top_nav ul {
	border-left:1px solid #CCCCCC;
	padding-left: 0;
	margin: 0 auto;
	background-color: #ffffff;
	color: #999999;
	float: left;
	width: 400px;
	height:25px;
	font-family: arial, helvetica, sans-serif;
}
#top_nav ul li {
	display:inline;
	line-height:25px;
}
.error {
	font-size:10px;
	color:#FF0000;
	text-align: center;
}
.success {
	color:#999999;
	font-size:14px;
}
#top_nav ul li a {
	padding-left:15px;
	padding-right:15px;
	background-color: #ffffff;
	color: #999999;
	font-weight:bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-bottom:0;
}
#top_nav ul li a:hover {
	text-decoration:none;
	background:#d1d4d3;
	color:#999999;
	border-bottom:0;
}

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

#body_main_contain {
	width:960px;
	margin:0 auto;
	text-align:center;
	padding:0;
}
#body_top {
	width:940px;
	margin:0 10px;
	height:35px;
	font-weight:600;
	font-size:16px;
	line-height:35px;
	color:#021090;
	float:left;
}
#body_updates {
	width:940px;
	height:35px;
	font-size:12px;
	font-weight:600;
	text-align:center;
	color:#ffffff;
	line-height:35px;
	float:left;
}
#body_updates a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px solid #ffffff;
}
#body_updates a:hover {
	border-bottom:1px solid #021090;
	color:#021090;
}
#body_img {
	width:940px;
	height:285px;
	margin:0 10px;
	float:left;
}
#order {
	width:940px;
	height:285px;
	margin:24px 10px;
	float:left;
}
#body_companies {
	width:940px;
	height:46px;
	margin:0 10px;
	font-size:16px;
	font-weight:600;
	color:#4470e2;
	line-height:23px;
	float:left;
	border-bottom:1px solid #1f39b2;
	text-align:center;
}
.bpg {
	font-size:11px;
	width:940px;
	margin:0 10px;
	font-weight:normal;
	color:#4470e2;
	line-height:14px;
	text-align:center;
	float:left;
}
.body_logo {
	width:220px;
	height:123px;
	float:left;
	margin:11px 10px 0;
}
.body_desc {
	width:220px;
	height:27px;
	margin:0 10px;
	color:#4470e2;
	font-size:12px;
	text-align:center;
	font-weight:600;
	line-height:23px;
	float:left;
	font-style:italic;
}
#clear {
	clear:both;
}
#order_left {
	width:258px;
	height:250px;
	padding-top:35px;
	margin:0 10px;
	text-align:center;
	float:left;
	color:#021090;
	border-right:1px solid #CCCCCC;
}
#order_right {
	width:258px;
	height:250px;
	padding-top:35px;
	margin:0 10px;
	text-align:center;
	float:left;
	color:#021090;
	border-left:1px solid #cccccc;
}
.price {
	font-size:18px;
	color:#FF0000;
}
#order_center {
	width:360px;
	height:285px;
	float:left;
	margin:0 10px;
	text-align:left;
}
.label {
	width:110px;
	float:left;
}
.input {
	width:250px;
	float:left;
}
.input input {
	width:250px;
	float:left;
}
.qty_input {
	width:70px;
	float:left;
}
.qty_input input {
	width:25px;
	float:left;
}

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


#footer_contain {
	width:940px;
	height:100px;
	margin:0 auto;
	margin-top:13px;
	text-align:center;
	border-top:1px solid #1f39b2;
	font-size:10px;
	color:#1f39b2;
}
#footer_contain a {
	color:#1f39b2;
	font-size:10px;
	text-decoration:underline;
}
#footer_contain a:hover {
	color:#4470e2;
}