@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding-bottom: 40px;
  background-color: #C0C0C0;
  background-image: url(back.jpg);
  background-repeat: repeat-x;
/*	background-color: #000000;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;*/
	font: 12px "Trebuchet MS", "Lucida Sans", "Futura Md BT", Verdana;

}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
img {
	border: none;
} 
p {
	font-size: 11px;
	line-height: 18px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
/* ============ Wrap Container Styles ============ */ 
#wrap {
	text-align: left;
	margin: auto;
	width: 801px;
	background-image: url(wrap_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrap_left {
	text-align: left;
	margin: auto;
	width: 801px;
	background-image: url(wrap_left.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrap_blank {
	text-align: left;
	margin: auto;
	width: 801px;
	background-image: url(wrap_blank.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* ============ Header Styles ============ */
#header {
	background-repeat: no-repeat;
	padding: 0px;
	width: 801px;
}
/* ============ Menu Background Styles ============ */
#menu {
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	height: auto;
	padding-bottom: 8px;
	font: bold 12px Arial;
}
#menu_left {
	background-image: url(menu_left.jpg);
	background-repeat: no-repeat;
	height: auto;
	padding-bottom: 8px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#menu_blank {
	background-image: url(menu_blank.jpg);
	background-repeat: no-repeat;
	height: auto;
	padding-bottom: 8px;
	font: bold 12px Arial;
}
/* ============ Content Styles ============ */
#content {
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_client_care {
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: left;
	height: 100%;
}

#content_centre {
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: center;
}
#content_centre h1 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#content p {
	font-family: "Trebuchet MS", "Lucida Sans", "Futura Md BT", Verdana;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content a:link {
	color:#993300;
	text-decoration:none;
}
#content a:visited {
	color:#993300;
	text-decoration:none;
}
#content a:hover {
	color:#000000;
	text-decoration: underline;
}
#content a:active {
	background: #fff; 
	text-decoration: none;
}
/* ============Left Gallery Styles ============ */
#content_left {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#content_left h1 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/* ============Image Gallery Styles ============ */
#pic {
	font-size: 11px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 120px;
	height: 160px;
	float: left;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 10px;
}
#pic a:link {
	color: #333333;
}
#pic a:visited { 
	color: #999999;
}
#pic a:hover { 
	color: #CC3300;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#pic a:active { 
	color: #666666;
}
.thumbnail {
position: relative;
z-index: 0;
}

.thumbnail:hover {
	background-color: #FFFFFF;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 2px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	background-color: #FFFFFF;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	background-color: #FFFFFF;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: 160px; /*position where enlarged image should offset horizontally */
}
/* ============ Image Gallery Information Styles ============ */
#info {
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#info h2 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 200px;
}
#info p {
	font-size: 11px;
	padding-left: 210px;
	padding-right: 20px;
}
#info a:link { 
	color: #333333;
}
#info a:visited { 
	color: #999999;
}
#info a:hover { 
	color: #CC3300;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#info a:active { 
	color: #666666;
}

#center {
	width: 190px;
	float: left;
	padding-right: 20px;	
}
/* left sidebar styles */
#left {
	width: 195px;
	float: left;
	margin: 20px 0;
	padding: 0 0 0 5px;
	text-align: center;
}
#left h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#left p {
	padding: 0 10px;
	width: 170px;
	text-align: left;
}
#left a:link {
	font: 13px "Trebuchet MS", "Lucida Sans", "Futura Md BT", Verdana;
	font-style: italic;
	color:  #993300;
	text-decoration: none;
}
#left a:visited {
	font: 13px "Trebuchet MS", "Lucida Sans", "Futura Md BT", Verdana;
	font-style: italic;
	color:#993300;
	text-decoration: none;
}
#left a:hover {
	font: 13px "Trebuchet MS", "Lucida Sans", "Futura Md BT", Verdana;
	font-style: italic;
	color:#000000;
	text-decoration: underline;
}
#left a:active {
	font: 13px "Trebuchet MS", "Lucida Sans", "Futura Md BT", Verdana;
	font-style: italic;
	background: #fff; 
	text-decoration: none;
}
#left ul {
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	width: 145px;
}

/* ============Right=========== */
#content_right {
	float: right;
	width: 580px;
	margin-top: 20px;
	padding: 0 10px 0 0;
}
#right {
	text-align: center;
	float: right;
	width: 190px;
	padding: 0 5px;
	margin: 25px 0 0 0;
}
#right a:link {
	color:#993300;
	text-decoration: none;
	font-size: 13px;
	font-style: italic;
}
#right a:visited {
	color:#993300;
	text-decoration: none;
	font-size: 13px;
    font-style: italic;
}

#right a:hover {
	color:#000000;
	text-decoration: underline;
}

#right a:active {
	background: #fff; 
	text-decoration: none;
}
#right p{
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
}
/* footer styles */
#footer {
	background-image: url(footer.jpg);
	background-position: center bottom;
	text-align: center;
	background-repeat: no-repeat;
	width: 801px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
#footer_left {
	background-image: url(footer_left.jpg);
	background-position: center bottom;
	text-align: center;
	background-repeat: no-repeat;
	width: 801px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;

}
#footer_blank {
	background-image: url(footer_blank.jpg);
	text-align: center;
	background-repeat: no-repeat;
	width: 801px;
	bottom: 0px;
	background-position: center bottom;
	margin: 0px;
	height: 180px;
	padding: 20px 0 0 0;
}
#footer_center {
	width: 400px;
	margin-left: 200px;
	margin-right: 200px;
	height: 180px;
}
.footer_image {
	padding-top: 20px;
	padding-bottom: 10px;
}
#privacy {
	font-size: 11px;
	color: #333333;
	float: left;
	margin: 82px 0 0 60px;
}
#privacy a, #privacy a:link, #privacy a:active, #privacy a:visited {
	color: #000033;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#privacy a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
#terms {
	font-size: 11px;
	color: #333333;
	float: right;
	margin: 82px 60px 0 0;
}
#terms a, #terms a:link, #terms a:active, #terms a:visited {
	color: #000033;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#terms a:hover {
	color: #FFFFFF;
	background-color: #999999;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.highlight {
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
.sold {
	background-image: url(sold.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	z-index: 2;
	background-position: 100px;
}
.special {
	border: 1px solid #666666;
	margin-right: 10px;
	background-color: #FFFFFF;
}
.hybrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
	font-style: normal;
}
.zo6 {
	font-size: 16px;
	font-style: italic;
}
.line {
	padding-left: 300px;
}
/* ================== Hours of Operation Styles ================== */
.hours_operation {
	border: solid 1px #B2B2B2;
}
.hours {
	margin: 0px;
	text-align: center;
	padding: 4px 0;
	border-collapse: collapse;
	border-bottom: 1px solid #b2b2b2;
}
.day {
	text-align: left;
	padding: 2px 0px 2px 3px;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
.title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 3px 0px 4px;
	border-bottom: 1px solid #b2b2b2;
	background: url(hours_title.jpg) top repeat-x;
}
.service_title {
	font-size: 14px; 
	font-weight: bold;
	color: #C42D12;
	text-align: center;
	background-image: url(hours_title.jpg);
	margin: 0px;
	padding: 4px 0px;
	font-size: 15px;
	font-weight: bold;
}

.subtitle {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.contact {
	text-align: left;	
}

.parts_img {
	vertical-align: middle;
	margin: 0px;
	padding: 2px;
	width: 115px;
	text-align: center;
}
.parts_description{
	vertical-align: top;
	border-bottom: 1px dashed #ccc;
	padding: 5px 15px;
}
.onOrder {
	font-size: 13px;
	font-weight: bolder;
	color: #CC3300;
	font-style: italic;
}
/* ================== hockey ticket draw ================== */
.client_care {
	font-size: 12px;
	color: #000033;
	text-align: center;
	padding: 0px;
}
.green {
	font-size: 16px;
	color: #006600;
	font-weight: bolder;
}
.blue {
	font-size: 16px;
	color: #003366;
	font-weight: bolder;
}
.red {
	font-size: 16px;
	color: #CC0033;
	font-weight: bold;
	text-decoration: underline;
}
.red_free {
	font-size: 16px;
	color: #CC0033;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
.thank_you {
	font-size: 28px;
	text-align: left;
	font-weight: bolder;
	color: #006600;
}
/* =============== float left ================== */
.fltlft { 
	float: left;
	margin-right: 8px;
}
/* =============== Callaway ================== */
#callaway_content {
	padding: 0 40px;
	text-align: left;
}
.callaway_info {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.callaway_option {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 70%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
.callaway_option_subtitle {
	font: 13px bolder;
	text-align: left;
}
#performance {
	width: 40%;
	float: left;
}
.callaway_performance {
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.callaway_performance_title {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	width: 100%;
	text-align: center;
}
.callaway_performance_subtitle {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0 3px 0;
}
.callaway_performance_specsl {
	border-right: 1px solid #CCCCCC;
	padding: 3px 0 3px 0;
}
.callaway_performance_specsr {
	border-left: 1px solid #CCCCCC;
	padding: 3px 0 3px 0;
}
.callaway_performance_footer {
	border-top: 1px solid #CCCCCC;
	width: 100%;
	text-align: center;
}
.callaway_standard_equip {
	text-align: center;
	padding-left: 10px;
}
#standard_equip_details {
	margin: 0;
	padding: 5px;
	width: 320px;
}
#standard_equip_details ul{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	text-indent: -20px;
}
#standard_equip_details ul li{
	margin: 0px;
	padding: 0px;
}
.callaway_equip_img {
	padding: 10px;
}
.center {
	text-align: center;
	width: 100%;
}

/*
[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows
padding-top: 1em;
}
</style>
<![endif]*/

