/**********************************************/
/** MAIN BODY CSS
/**********************************************/

body
{
	color: #4B4B4B;
	font-family: "Helvetica Neue", verdana, geneva, lucida, "lucida grande", arial, sans-serif;
	font-size: 11px;
	background: #335533;
	margin: 0px;
}

a
{
	color: #000;
}

img
{
	border: 0px;
}

/**********************************************/
/** CLEAR AN ELEMENT
/**********************************************/
.clear
{
	clear: both;
}

/**********************************************/
/** MAIN SITE
/**********************************************/
.main_site
{
	background: #335533 url(http://www.biggolfdiscounts.com/design/top_bg_new.jpg) no-repeat top center;
}

#content_container
{
	width: 905px;
	margin: auto;
	background: #D5D5D5;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	z-index: 1;
}
#inside
{
	width: 896px;
	margin-left: 4px;
	background: #F1F1F1;
	z-index: 2;

}


/**********************************************/
/** BOX GRAY
/**********************************************/

.box_gray
{
	position: relative;
	background: #FFF;
}

.box_gray .inner
{
	border: 1px solid #E6E6E6;
}

.box_gray .tl
{
	position: absolute; top: 0px; left: 0px;
	background: url(http://www.biggolfdiscounts.com/design/box_gray_top_left.gif) no-repeat top left;
	width: 4px; height: 4px;
}
.box_gray .tr
{
	position: absolute; top: 0px; right: 0px;
	background: url(http://www.biggolfdiscounts.com/design/box_gray_top_right.gif) no-repeat top right;
	width: 4px; height: 4px;
}
.box_gray .bl
{
	position: absolute; bottom: 0px; left: 0px;
	background: url(http://www.biggolfdiscounts.com/design/box_gray_bot_left.gif) no-repeat bottom left;
	width: 4px; height: 4px;
}
.box_gray .br
{
	position: absolute; bottom: 0px; right: 0px;
	background: url(http://www.biggolfdiscounts.com/design/box_gray_bot_right.gif) no-repeat bottom right;
	width: 4px; height: 4px;
}

/**********************************************/
/** BOX GIFT
/**********************************************/

.box_gift
{
	position: relative;
	background: url(http://www.biggolfdiscounts.com/design/gift_membership_back.gif) no-repeat;
}

.box_gift .inner
{
	border: 1px solid #E6E6E6;
}

.box_gift .tl
{
	position: absolute; top: 0px; left: 0px;
	background: url(http://www.biggolfdiscounts.com/design/box_gift_top_left.gif) no-repeat top left;
	width: 4px; height: 4px;
}
.box_gift .tr
{
	position: absolute; top: 0px; right: 0px;
	background: url(http://www.biggolfdiscounts.com/design/box_gift_top_right.gif) no-repeat top right;
	width: 4px; height: 4px;
}
.box_gift .bl
{
	position: absolute; bottom: 0px; left: 0px;
	background: url(http://www.biggolfdiscounts.com/design/box_gift_bot_left.gif) no-repeat bottom left;
	width: 4px; height: 4px;
}
.box_gift .br
{
	position: absolute; bottom: 0px; right: 0px;
	background: url(http://www.biggolfdiscounts.com/design/box_gift_bot_right.gif) no-repeat bottom right;
	width: 4px; height: 4px;
}


/**********************************************/
/** BOX YELLOW
/**********************************************/

.box_yellow
{
	position: relative;
	background: #FFFFEF;
}

.box_yellow .inner
{
	border: 1px solid #E6E6E6;
}

.box_yellow .tl
{
	position: absolute; top: 0px; left: 0px;
	background: url(http://www.biggolfdiscounts.com/design/box_yellow_top_left.gif) no-repeat top left;
	width: 4px; height: 4px;
}
.box_yellow .tr
{
	position: absolute; top: 0px; right: 0px;
	background: url(http://www.biggolfdiscounts.com/design/box_yellow_top_right.gif) no-repeat top right;
	width: 4px; height: 4px;
}
.box_yellow .bl
{
	position: absolute; bottom: 0px; left: 0px;
	background: url(http://www.biggolfdiscounts.com/design/box_yellow_bot_left.gif) no-repeat bottom left;
	width: 4px; height: 4px;
}
.box_yellow .br
{
	position: absolute; bottom: 0px; right: 0px;
	background: url(http://www.biggolfdiscounts.com/design/box_yellow_bot_right.gif) no-repeat bottom right;
	width: 4px; height: 4px;
}

/**********************************************/
/** ERROR AND SUCCESS BOXES
/**********************************************/

.box_error
{
	position: relative;
	background: #FFF2F2;
	border: 1px solid #D55A5A;
	padding: 10px 12px;
	margin: 2px;
	font-size: 14px;
}

.box_success
{
	position: relative;
	background: #F2FFF3;
	border: 1px solid #5DD55A;
	padding: 10px 12px;
	margin: 2px;
	font-size: 14px;
}

.box_info
{
	position: relative;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	padding: 10px 12px;
	margin: 2px;
	font-size: 14px;
}

/**********************************************/
/** LOGIN BOX
/**********************************************/
#login_box
{
	position: absolute;
	display: none;
	top: 0px;
	left: -50px;
	width: 230px;
	height: 145px;
	z-index: 1000;
}
#login_box_inner
{
	margin-top: 41px;
}
#login_box_inner .inner
{
	background: #309DB8;
	border-left: 4px solid #447788;
	border-right: 4px solid #447788;
	border-bottom: 4px solid #447788;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #FFF;
}

/**********************************************/
/** MISC
/**********************************************/

.alignC
{
	text-align: center;
}
.alignL
{
	text-align: left;
}
.alignR
{
	text-align: right;
}

.none
{
	display: none;
}

.point
{
	cursor: pointer;
}

.underline
{
	text-decoration: underline;
}

.floatL
{
	float: left;
}
.floatR
{
	float: right;
}

.relative
{
	position: relative;
}

.check_out_partners
{
	font-family: "Helvetica Neue", verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #222;
}

.ads_300x300
{
	margin: 5px 8px;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	text-align: left;
	border: 1px solid #EBA63D;
	padding: 10px;
}
.ads_300x300 a
{
	color: navy;
}
.ads_300x300 .mid
{
	border-top: 1px solid #DDD;
	margin: 12px 10px;
}
/**********************************************/
/** STANDARD BOXES
/**********************************************/

/*** HUNDRED PER ***/
.hundredper
{
	position: relative;
	padding: 5px 0 0 5px;
}

.hundredper .box
{
	width: 886px;
}

.hundredper .inner
{
	padding: 10px 10px;
}


/*** SIXTYPER ***/
.sixtyper_wrap
{
	position: relative;
	float: left;
	width: 545px;
	z-index: 5;
}

.sixtyper
{
	position: relative;
	float: left;
	padding: 5px 0 0 5px;
}

.sixtyper .box
{
	width: 540px;
}

.sixtyper .inner
{
	padding: 10px 10px;
}

/*** FOURTYPER ***/
.fourtyper_wrap
{
	z-index: 3;
	position: relative;
	float: left;
	width: 350px;
}

.fourtyper
{
	position: relative;
	float: left;
	padding: 5px 0 0 5px;
}

.fourtyper .box
{
	width: 340px;
}

.fourtyper .inner
{
	padding: 10px 5px;
}

/*** TWENTYPER ***/
.twentyper_wrap
{
	z-index: 3;
	position: relative;
	float: left;
	width: 356px;
}

.twentyper
{
	position: relative;
	float: left;
	padding: 5px 0 0 5px;
}

.twentyper .box
{
	width: 168px;
}

.twentyper .inner
{
	padding: 10px 5px;
}
