a { outline: 0; }
.stitches {
	background: transparent url(../images/stitches_bg.png) top center repeat-y;
}

.hidden {
	display: none;
}

.gray_input {
	background-color: #c5c5c5;
	border: 1px solid white;
	width: 320px;
	
	line-height: 1.5em;
}

#contact_submit {
	margin-left: 120px;
}

strong {
	color: #ef4036;
}

html {
	background: transparent url(../images/threads.png) top center;
}
body {
	background: transparent url(../images/top_grey.png) top center repeat-x;
}
label {
	text-align: right;
	float: left;
	display: block;
	padding-right: 20px;
	width: 100px;
}

#header {
	height: 249px;
	position: relative;
	background: transparent url(../images/shirt_neck.png);
}
#header h1 a{
	display: block;
	text-indent: -9000em;
	overflow: hidden;
	
	width: 213px;
	height: 118px;
	position: absolute;
	left: 372px;
	top: 75px;
	background: transparent url(../images/greystone_masthead.png);
}
#header h2 {
	display: none;
}
#header_looking {
	text-indent: -9000em;
	overflow: hidden;
	
	width: 115px;
	height: 115px;
	position: absolute;
	left: 772px;
	top: 80px;
	background: transparent url(../images/looking_for_senior_shirts.png);
}

#header_contact,
#header_home {
	color: #ef4036;
}

#nav {
	position: absolute;
	display: inline-block;
	bottom: 12px;
	left: 70px;
	padding:7px;
}



#header_contact,
#header_home,
.largo {
	padding: 5px;
	font-family: 'Arial Black', 'Gadget', sans-serif;
	
	text-decoration: none;
}

#header_contact,
.largo {
	font-size: 230%;
}

#header_home {
	font-size: 153.9%;
}


#header_contact:hover,
#header_home:hover,
.largo:hover,
.largo:active,
.active,
.active:hover {
	padding: 3px !important;
	border: 2px dashed white;
}

#home_links li {
	margin-top: 18px;
	margin-bottom: 18px;
}

#home_content {
	padding-top: 36px;
	padding-bottom: 36px;
	position: relative;
}

#home_content p {
	margin-bottom: 20px;
}


#footer_1 {
	height: 154px;
	background: transparent url(../images/footer_bg.png);
}

#footer_1 h3 {
	text-align: right;
	font-family: 'Arial Black', 'Gadget', sans-serif;
	font-size: 189%;
	color: #e5e5e5;
	
	padding-top: 60px;
	padding-right: 60px;
}
#footer_1 h3 small {
	font-family: 'Arial';
}

#footer_1 h4 {
	font-size: 131%;
	color: #e5e5e5;
	font-style: italic;
	
	text-align: right;
	padding-right: 60px;
}

#footer_2 {
	background: black;
	color: white;
	font-size: 77%;
	text-align: right;
	padding: 6px;
	padding-right: 60px;
}

#footer_2 a {
	color: white;
}

.home_content {
	/*position: absolute;*/
	
	/*width: 340px;*/
	/*left: 540px;*/
	top: 20px;
}

.home_content img {
	padding: 10px;
	border: 1px dashed #848689;
	margin-bottom: 16px;
}

.home_content p {
	font-size: 93%;
	color: #d3d2d2;
	line-height: 1.5em;
	margin-bottom: 16px;
}

.home_content a {
	color: #d3d2d2;
}
