@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5d5d62;
	background-color: #ebebec;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
body, td, select, input {
	color: #5d5d62;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
.logo {
	float: left;
	width: 300px;
	text-align: center;
	padding-top: 12px;
}
#header .right .basket a:link, #header .right .basket a:visited  {
	color: #666666;
	text-decoration: none;
}
#container #header .right .search input {
	font-size: 11px;
	color: #666666;
}
#header .right .basket a:hover, #header .right .basket a:active  {
	color: #666666;
	text-decoration: underline;
}
#header .right .myaccount a:link, #header .right .myaccount a:visited {
	color: #666666;
	text-decoration: none;
}
#mainNav {
	width: 930px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: 29px;
	background-image: url(../templateimages/main_nav_bg.gif);
	background-repeat: repeat-x;
}
#container #mainNav .start {
	background-image: url(../templateimages/main_nav_start.gif);
	background-repeat: no-repeat;
	float: left;
	height: 29px;
	width: 5px;
}
#container #mainNav .end {
	background-image: url(../templateimages/main_nav_end.gif);
	background-repeat: no-repeat;
	float: right;
	height: 29px;
	width: 5px;
}
#header .right .myaccount a:hover, #header .right .myaccount a:active {
	color: #666666;
	text-decoration: underline
}
#header .right .currency {
	text-align: left;
	float: right;
	width: 100px;
}
#header .right .myaccount {
	text-align: right;
	float: right;
	width: 180px;
	font-size: 11px;
	color: #666666;
}
#header .right {
	float: right;
	width: 310px;
	padding-top: 20px;
}
#header .right .basket {
	float: left;
	width: 120px;
	text-align: left;
	margin-bottom: 20px;
	font-size: 11px;
	color: #666666;
}
#header .right .search form {
	margin: 0px;
	padding: 0px;
}
#header .right .search {
	text-align: left;
	float: left;
	width: 200px;
}
#container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #dddddd;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: 100px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 216px;
	margin-left: 12px;
	padding: 0px;
	position: relative;
}
#mainContent {
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 12px;
	min-height: 500px;
	text-align: left;
	background-color: #000000;
	color: white;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../templateimages/rydercup_flags.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	} 
#footer {
	height: 120px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	padding: 0;
	background-color: #00457c;
	font-size: 11px;
	color: white;
} 
#footer .left {
	float: left;
	width: 30%;
	padding: 0px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
}
#footer .middle {
	float: left;
	width: 30%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
}
#footer .right {
	float: right;
	width: 30%;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
}

#footer a:link {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover, #footer a:active {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainNav ul {
	margin: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#mainNav li {
	display: inline;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
	margin: 0px;
	color: #5d5d62;
}
#container #mainNav a:link, #container #mainNav a:visited {
	color: #5d5d62;
	text-decoration: none;
}
#container #mainNav a:hover, #container #mainNav a:active {
	color: #5d5d62;
	text-decoration: underline;
}
#mainNav li.divider {
	margin: 0px;
	width: 1px;
	height: 29px;
	padding: 0px;
	display: inline;
	color: #919193;
}
.ryderBanner {
	background-color: #00457c;
	text-align: center;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 12px;
}
#mainContent .nav {
	padding-top: 5px;
	margin-bottom: 20px;
	text-align: center;
}
#mainContent .nav ul {
	padding: 0;
	margin: 0;
}
#mainContent .nav ul li {
	display: inline;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #d5af59;
	font-weight: bold;
}
#mainContent .nav ul li a {
	color: #d5af59;
}
#mainContent .nav ul li a:hover {
	color: #d5af59;
	text-decoration: underline;
}

