* {

	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-color: #333;
	background-position: 20px 0px;

}

#header {
	background-image:url(../cssimages/ganton-logo-bg.jpg);

	background-repeat: repeat-x;

	background-position:top;

	height: 100px;
	
	text-align: center;

}


#topnav{
	height: 30px;
	text-align: center;
	background-color:#000;
	border-bottom: 1px solid #666666;
	}
#logolink {
	text-align: center;
}

#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 */



#topnav ul.sitenav,

#footer ul.sitenav {

	list-style-type: none;


	margin: 0.5em 1.8em 0 130px;

	font-size: 0.6em;

	text-transform: uppercase;

}

#topnav ul.sitenav { max-width: 550px; }

#footer ul.sitenav {

	float: left;

	margin-left: 1.5em;

}

#topnav ul li,

#footer ul li {

	float: left;
}

#topnav ul li.first,

#footer ul li.first {

	border: none;

}

#topnav ul li a{
	display: block;

	padding: 6px 10px;
	}
#footer ul li a {

	display: block;

	padding: 3px 10px;
	

}




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 */
