/*

Shotmiser Home Page
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.pagetextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-style: italic;
}
.footerheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #fff;
}
.pagetext_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.pagetext_bold_red {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.pagetext_bold_red_italic {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
}
.heading1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}
.support_heading1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
}
.support_heading2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
.support_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}
.heading1_italic {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	font-style: italic;
}
.heading2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}
.Shotmiser-heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	font-style: italic;
}
.product-heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #D6D600;
	font-weight: bold;

}
.price1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333;
	font-weight: bold;
}
.price2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}


#wrapper {
	margin: 0 auto;
	width: 922px;
	background-color: #232323;
}
#header {
 color: #333;
 width: 922px;
 float: left;
 padding: 0px;
 height: 110px;
 margin: 0px;
 background: #232323 no-repeat;
}
#primary_nav_bar {
	background: #232323 url(images/bg/bg_primary_nav.jpg) no-repeat;
	float: left;
	width: 922px;
	color: #000;
	text-transform: uppercase;
	height: 30px;
	margin: 0px;
	padding-bottom: 10px;
}
#primary_nav li {
 float:left;
 display:inline;
 height: 30px;
 margin: 0;
 background: url(images/bg/bg_divider.jpg) no-repeat top right;
 padding: 0 1px 0 0;
}
#primary_nav a {
 background: url(images/bg/bg_btn_primary_nav.jpg) no-repeat top left;
 color: #fff;
 float:left;
 display:block;
 position:relative;
 height: 22px;
 padding: 8px 14px 0;
 text-decoration:none;
 font-weight:bold;
 vertical-align: middle;
 font-size: 12px;
}
#primary_nav a:hover {
 color: #b7d62d;
 background: url(images/bg/bg_btn_primary_nav.jpg) no-repeat 0 -30px;
 cursor: pointer;
}
#primary_nav a.active {
 color: #b7d62d;
 background: url(images/bg/bg_btn_primary_nav.jpg) no-repeat 0 -30px;
}
#primary_nav .first a {
 background: url(images/bg/bg_btn_primary_nav_home.jpg) no-repeat top left;
 color: #698f24;
 float:left;
 display:block;
 position:relative;
 height: 22px;
 padding: 8px 14px 0;
 text-decoration:none;
 font-weight:bold;
 vertical-align: middle;
 font-size: 12px;
}
#primary_nav .first a:hover {
 color: #b7d62d;
 background: url(images/bg/bg_btn_primary_nav_home.jpg) no-repeat 0 -30px;
 cursor: pointer;
}
#primary_nav li.first a.active {
 color: #b7d62d;
 background: url(images/bg/bg_btn_primary_nav_home.jpg) no-repeat 0 -30px;
}
#leftmenu {
	background: #232323;
	height: 900px;
	width: 208px;
	float: left;
}
#button {
	width: 16em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #232323;
	color: #333;
	}
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #666;
		margin: 0;
		}
	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #232323;
		border-right: 10px solid #232323;
		background-color: #333;
		color: #fff;
		text-decoration: none;
		width: 178;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #CCCC00;
		border-right: 10px solid #CCCC00;
		background-color: #CCCC66;
		color: #000;
		}


#maincontent1 { 
 background: #D8D8D8 url(images/gradient.jpg) repeat-y;
 padding: 15px 0px 0px 5px;
 height: 100px;
 width: 707px;
 float: left;
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #666666;
}
#review {
	background: #D8D8D8 url(images/gradient.jpg) repeat-y;
	padding: 0px 0px 3px 5px;
	height: auto;
	width: 707px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
}
#review_heading {
	height: 20px;
	width: 700px;
	float: left;
	background-color: #A8A8A8;
	padding-top: 3px;
	padding-left: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#course {
	background: #DEDEDE url(images/coursemap.jpg) no-repeat left top;
	height: 384px;
	width: 700px;
	float: left;
	border: 1px solid #666666;
}

#course_description {
	background: #fff url(images/gradient.jpg);
	height: 379px;
	width: 330px;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
}
#product_description {
	background: #fff;
	height: 370px;
	width: 430px;
	float: right;
	padding: 0px;
	margin: 5px;
}
#product_buynow {
	background: #fff;
	height: 26px;
	width: 430px;
	float: right;
}
#maincontent2 {
	background: #D8D8D8 url(images/gradient.jpg) repeat-y;
	padding: 0px 0px 0px 5px;
	height: auto;
	width: 707px;
	float: left;
	margin-bottom: 3px;
	border-left-width: 1px;
 	border-left-style: solid;
 	border-left-color: #666666;
}
#courses {
	color: #333;
	background: #D8D8D8 url(images/myshotmiser.jpg) no-repeat;
	padding: 0px 0px 0px 5px;
	height: 220px;
	width: 707px;
	float: right;
	margin-bottom: 3px;
	border-left-width: 1px;
 	border-left-style: solid;
	border-left-color: #666666;
}
#courses_text {
	color: #333;
	height: 130px;
	width: 450px;
	float: right;
	padding: 0px;
	margin: 5px;
}
#course_heading {
	height: 20px;
	width: 700px;
	float: left;
	background-color: #A8A8A8;
	padding-top: 3px;
	padding-left: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bottom { 
 color: #333;
 background: #D8D8D8 url(images/bg/bg_footer.jpg) no-repeat;
 margin: 0px;
 padding: 0px;
 height: 148px;
 width: 922px;
 float: left;
}
#footer1{ 
 color: #fff;
 margin: 5px 10px 10px 5px;
 height: 100px;
 width: 210px;
 float: right;
}
#footer2{ 
 color: #fff;
 margin: 5px 10px 10px 5px;
 height: 100px;
 width: 210px;
 float: right;
}
#footer3{ 
 color: #fff;
 margin: 5px 10px 10px 5px;
 height: 100px;
 width: 210px;
 float: right;
}
#footer4{ 
 color: #fff;
 margin: 5px 10px 10px 5px;
 height: 100px;
 width: 210px;
 float: right;
}
#middlerow {
	background: url(images/home_panel.jpg) no-repeat;
	margin: 0px 0px 2px;
	padding: 0px;
	height: 110px;
	width: 922px;
	float: left;
}
#golfworld { 
 margin: 23px 2px 0px 3px;
 height: 81px;
 width: 181px;
 float: left;
}
#demo{ 
 margin: 23px 2px 0px 0px;
 height: 81px;
 width: 181px;
 float: left;
}
#shop{ 
 margin: 5px 2px 0px 0px;
 height: 99px;
 width: 181px;
 float: left;
}
#community{ 
 margin: 23px 2px 0px 0px;
 height: 81px;
 width: 181px;
 float: left;
}
#login{ 
 margin: 23px 2px 0px 0px;
 height: 81px;
 width: 181px;
 float: left;
}

#footer {
	width: 922px;
	clear: both;
	color: #FFFFFF;
	margin: 5px 0px 0px;
	background-color: #333333;
}
