* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../cssimages/bg14.gif);
	background-color: #C6BDAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1.1em;
	color: #fff;
}
a { color: #fff; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { font-size: 1.2em; font-weight: lighter; letter-spacing: 0.15em; line-height: 1.5em; }
h2 { font-size: 1.1em; font-weight: lighter; letter-spacing: 0.15em; line-height: 1.5em; }
h3 { font-size: 1em; font-weight: lighter; letter-spacing: 0.15em; line-height: 1.5em; }
p { margin-bottom: 0.5em; }
#mainwrapper {
	width: 760px;
	margin: 7% auto 0 auto;
	background-image:url(../cssimages/top_check6.jpg);
	background-repeat: no-repeat;
	background-position: left -20px;
	background-color: #4b5c7c;
}
#header {
	background-image: url(../cssimages/ganton_logo6.gif);
	background-repeat: no-repeat;
	background-position: 20px 30px;
	height: 4.5em;
}
#logolink {
	display: block;
	width: 200px;
	height: 60px;
}
#main {
	background-image:url(../cssimages/ganton_man2.jpg); /* can be overridden by page specific declarations below */
	background-attachment: scroll;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #050505;
	border-bottom: 1em solid #050505;
	height: 260px;
	padding: 1.5em 2em;
	font-size: 0.76em;
	overflow: auto;
}
/* Individual Page Background Images */
#history #main { background-image:url(../cssimages/ganton_man1.jpg); }
#shirt-details #main { background-image:url(../cssimages/shirt_details.gif); }
#history #main { background-image:url(../cssimages/ganton_man3.jpg); }
#contact-us #main { background-image:url(../cssimages/ganton_man4.jpg); }
#corporate #main { background-image:url(../cssimages/ganton_man5.jpg); }

#footer {
	min-height: 2em;
}

/* Descendant Selectors */
#header ul.sitenav,
#footer ul.sitenav {
	list-style-type: none;
	float: right;
	margin: 0.5em 1.5em 0 0;
	font-size: 0.6em;
	text-transform: uppercase;
}
#header ul.sitenav { max-width: 500px; }
#footer ul.sitenav {
	float: left;
	margin-left: 1.5em;
}
#header ul li,
#footer ul li {
	float: left;
	border-left: 1px solid #fff;
}
#header ul li.first,
#footer ul li.first {
	border: none;
}
#header ul li a,
#footer ul li a {
	display: block;
	padding: 0 0.5em;
}
p.crumbs {
	padding: 0.5em 2em;
	font-size: 0.6em;
	margin: 0;
}
.lastcrumb { font-size: 1.1em; font-weight: bold; }
#main img {
	margin: 20px 0 0 50px;
}
#main p, #main dl {
	width: 360px;
	text-align: left;
}
#index #main p { text-align: center; }

form { margin-top: 1em; }
label { 
	text-align: right;
	float: left;
	width: 11em;
	padding-right: 0.5em;
}
.textbox {
	display: block;
	float: left;
	margin-bottom: 0.7em;
	margin-right: 0.2em;
	border: 1px solid #4b5c7c;
	padding: 0.2em 0.5em;
	font-size: .85em ;
	color: #555 ;
	width: 10em;
}
.medium { width: 20em; }
form br { clear: left; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */