/* G-VIS Layout CSS */

/* Version 1.0, 08 Feb 2008, Author: ron@g-vis.co.uk
/********************************* Constants ************************************/
/*

#38500B dark green

*/

/******** page framework ********/
/* based on 955 x 600 screen resolution
   equivalent to 1024x768 maximised */
#frame {
	font-size:1.2em;
	width:760px;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
/************** header **************/
#head {
	background-color:#FFFFFF;
	height:93px;
	background-image: url(../images/layout/midlandgolf_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*********** navigation ***********/
#nav {
	background-color: #000000;
	width: auto;
	color: #CCCCCC;
	height: 26px;
	padding-top: 7px;
	text-align: center;
	font-size: 1.4em;
}
/****************************** main ***************************/
#main {
	background-color: #FFFFFF;
	height: auto;
}
/************** main left (top level product nav) **************/
#main_l {
	float:left;
	width: 200px;
	background-color: #FFFFFF;
	height: auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	background-image: url(../images/layout/caddy_logos.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	margin-right: 1px;
}
	#left_content {
	display:block;
	padding-top: 10px;
	height: 340px;
	}

/************** main right (content area) **************/
#main_r {
	float: right;
	width: 555px;
	background-color: #30558d;
	height: 350px;
	background-image: url(../images/layout/body_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#main_r_noback {
	float: right;
	width: 553px;
	background-color: #ffffff;
	height: 350px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}	#content {
	width:500px;
	display:block;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 20px;
	}

#cont_column1	{
	width:250px;
	padding:0;
	float:left;
	margin:0;
	background:#ffffff;
	}
#cont_column2	{
	width:250px;
	padding:0;
	float:right;
	margin:0;
	background:#ffffff;
	}

/*********************** footer *************************/
#foot {
	width:100%;
	background-color:#FFFFFF;
	clear: both;
	height: 50px;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}
#foot a {
	text-decoration:underline;
	font-weight:normal;
	color: #000000;
}
#foot a:link {
	text-decoration : none;
}
#foot a:active{
	text-decoration : none;
}


#foot a:visited {
	text-decoration : none;
}

#foot a:hover{
	text-decoration : underline;
	color: #336699;
}

#foot_l {
	float:left;
	width: 202px;
	padding: 0;
	height: auto;
}
#foot_r {
	float: right;
	width: 553px;
	height: auto;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}


/*************************** FORMS ******************************/
.form_btn_submit{
	color:#339900;
}
#column4	{
	width:275px;
	padding:0;
	float:right;
	margin:0;
	background:#ffffff;
	}
#column5	{
	width:275px;
	padding:0;
	float:left;
	margin:0;
	background:#ffffff;
	}
#column6	{
	width:100%;
	padding:0;
	float:none;
	margin:0;
	background:#ffffff;
	height: auto;
	clear: both;
	}
