/*
wheelerfarmscandy.com
Created by Kevin
09-09-09

Colors:
text black: 222222
Primary Dark Red: 88110e
Secondary Dark Red: 632220
Primary Purple: 6f0b42
Secondary Purple: c46663
Dark Brown: 592c05
Mid Brown: c49063
Light Brown: ffe4bc
*/




@charset "UTF-8";

/*CSS Clear*/
*{padding:0px;margin:0px;}
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{
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	vertical-align: baseline;
}
body {
	line-height:normal;
}
ol, ul {
	list-style: none;
}
li{
	line-height:140%;
}
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;
}
br{
	clear:both;
}


/*general syles*/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.clearBoth{
	clear:both;
}
.textLeft{
	text-align:left;
}
.textRight{
	text-align:right;
}
.textCenter{
	text-align:center;
}
.textSmall{
	font-size:80%;
}
.textLight{
	color:#ffe4bc;
}
.textUnderline{
	text-decoration:underline;
}
.strong{
	font-weight:bold;
}
.objectCenter{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.margin{
	margin:5px;
}
#image_box{
	margin:5px;
}


/*Site Settings*/
body {
	background:url(../../image/background_repeat.jpg) #000;
	font-family:Arial, Helvetica, cetury gothic, sans-serif;
	}
a, a:link, a:visited, a:active, a:hover {
	color:#222222;
	text-decoration:none;
	}
a img {
	border:none;
}
a.textUnderline{
	font-weight:bold;
	text-decoration:underline;
}
.border{
	border:3px solid #6f0b42;
}
h1, h2, h3, h4, h5, h6{
	color:#222222;
	font-weight:bold;
	line-height:160%;
}
h1 {
	font-size:1.5em;
	
	}
h2 {
	font-size:1.3em;
	}

h3{
	font-size:1em;
	}
h4 {
	font-size:.8em;
	}
p{
	color:#222222;
	font-size:.8em;
	line-height:140%;
}

li{
	color:#222222;
	font-size:12px;
	list-style:none;
}
input{
	background-color:#ffe4bc;
}

#positioning {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	text-align:center;
	}
#site {
	width:980px;
	margin:0px auto;
	text-align:left;
	position:relative;
}

#header{
	
}
#top_header{
	background:url(../../image/top-header.png) no-repeat;
	height:129px;
	width:898px;
}
#bottom_header{
	background:url(../../image/bottom-header.png) no-repeat;
	height:35px;
	width:883px;
}
#login_container{
	background:url(../../image/login-container.png) no-repeat;
	height:28px;
	padding-top:2px;
	width:828px;
}
#login_container li{
	display:inline;
	margin-left:20px;
	}
#login_container li h4{
	display:inline;
}


/*top Menu*/
#nav{
	position:absolute;
	top:140px;
	left:0px;
}

#nav li{
	display:inline;
}
#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited{
	background-color:#ffe4bc;
	border-left:3px solid #6f0b42;
	color:#592c05;
	font-family:Palatino, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	margin-left:5px;
	padding:4px 15px 2px 5px;
	text-transform:uppercase;
}
#nav li a:hover{
	background-color:#592c05;
	border-left:3px solid #c46663;
	color:#ffe4bc;
}

/*main content*/
#main {
	
}

/*left column*/
#left_column{
	float:left;
	font-size:0.8em;
	margin:15px 0 0 15px;
	width:215px;
}
#left_column_menu_header{
	background:url(../../image/left-column-bg-head.jpg) no-repeat;
	height:33px;
	padding-left:10px;
	width:215px;
}
#left_column_menu{
	background:url(../../image/left-column-bg-repeat.jpg) repeat-y;
	min-height:100px;
	padding-left:5px;
	width:215px;
}
#left_column_menu > *{
	font-weight:bold;
	padding:3px 25px 3px 0;
}
#left_column_menu li a:hover{
	color:#ffe4bc;
}
	

#left_column_menu_bottom{
	background:url(../../image/left-column-bg-bottom.jpg) no-repeat;
	height:25px;
	margin-bottom:15px;
	width:215px;
}

/*center column*/
#center_column{
	background-color:#ffe4bc;
	float:left;
	margin:15px 0 0 15px;
	min-height:475px;
	overflow:hidden;
	padding:5px;
	position:relative;
	width:450px;
	z-index:20;
}
#center_column p{
	padding-bottom:1em;
}

/*right column*/
#right_column{
	background:url(../../image/wine-rack.png) no-repeat;
	float:left;
	height:500px;
	left:-55px;
	position:relative;
	width:270px;
	z-index:10;
}
#security_logo{
	bottom:0;
	display:block;
	height:72px;
	position:absolute;
	right:75px;
	width:126px;
}


#footer {
	background:url(../../image/footer-bg.png) no-repeat;
	clear:both;
	height:47px;
	margin-top:15px;
	width:900px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited{
	color:#ffe4bc;
}
#footer a:hover{
	color:#592c05;
}
