/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{margin: 0; padding : 0;}

/*Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 
{font-size: 100%;}

/* Removes list-style from lists */
ol, ul
{list-style:none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style:normal; font-weight: normal;}

/* Removes borders */
table
{border-collapse: collapse; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img
{border: 0;}

/* Left-aligns text in caption and th */
caption, th
{text-align: left;}

/* Removes quotation marks from q */
q:before, q:after
{content: '';}

html, body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	background-color: #001f03;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	height: 100%;
}

#container {
	min-height: 100%;
	_height: 100%;
	position:absolute;
	left: 50%;
	width: 940;
	margin-left: -470px;
}

#content {
	width: 940px;
	top: 0px;
	min-height: 100%;
	_height: 100%;
	position:relative;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #004e07;
}

h1 {
	font-size:14px;
	padding: 24px 20px 12px 20px;
}

h2 {
	font-size:14px;
	padding: 235px 265px 10px 405px;
}


p {
	padding: 0px 24px 30px 20px;
}

#navigation {
	width: 940px;
	top: 0px;
	height: 187px;
	position: relative;
}

#main {
	background-image:url(../images/golfbagright.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.product{
	padding: 0px 265px 10px 405px;
}


#box {
	width: 360px;
	background-color: #39673d;
	border: 1px solid #ffffff;
	position: relative;
	top: 60px;
	left: 30px;
	margin-bottom:300px;
}

#orderbox {
	width: 460px;
	height: 250px;
	background-color: #39673d;
	border: 1px solid #ffffff;
	position: absolute;
	top: 247px;
	left: 450px;
	margin-bottom:300px;
}

#orderbox p {
	padding:0px 0px 0px 0px;
}

#product {
	width: 120px;
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: center;
}

#specs {
	width: 398px;
	height: 345px;
	position: absolute;
	top: 187px;
	left: 0px;
	margin-bottom:300px;
}

#specs p {
	font-size:10px;
	padding: 0px 20px 6px 50px;
}

#prodtop {
	width: 542px;
	height: 215px;
	position: absolute;
	top: 187px;
	left: 398px;
	margin-bottom:300px;
}

#features {
	width: 210px;
	position: absolute;
	top: 422px;
	left: 720px;
}

#features p {
	padding: 0px 0px 30px 4px;
}

#buy {
	border-top: 1px solid #FFFFFF;
	padding-top:10px;
	text-align:right;
	width: 210px;
	height: 32px;
	position: absolute;
	top: 700px;
	left: 720px;;
}

#custom {
	background-image:url(../images/customimages.jpg);
	width: 940px;
	height: 400px;
	position: absolute;
	top: 520px;
	left: 0px;;
}

#list {
	border: 1px solid #000;
	margin: 2em;
	width: 10em;
	padding: 5px;
	
}

ul {
	list-style-position:inside;
	list-style: disc;
	padding-left: 15px;
	padding-right: 10px;
}


#footer {
	text-align: right;
	margin-top: 30px;
	border-top: 1px solid #66956a;
}

#footer p {
	font-size: 9px;
	color: #66956a;
	line-height: 10px;
	padding: 4px 30px 0px 0px;
}

a:link {color:#FFFFFF};
a:active {color:#FFFFFF;}
a:visited {color:#FFFFFF;}
a:hover {color:#66956a;}


a.foot {
	text-decoration:none;
}

a.foot:link {color:#66956a;}
a.foot:active {color:#66956a;}
a.foot:visited {color:#66956a;}
a.foot:hover {color:#FFFFFF;}