@charset "UTF-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(Images/Home/brick.png);
}

.twoColFixLtHdr #container {
	border: 1px solid #000000;
	background-image: url(Images/Home/Maincontent1.png);
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 1000px;
	text-align: left;
	background-repeat: no-repeat;
	height: 1130px;
	margin-left: auto;
} 

.twoColFixLtHdr #container #tablehack {
	width: 600px;
	text-align: left;
} 

caption {
	font-size: 12px;
	font-weight: bold;
}

.twoColFixLtHdr #header {
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 180px;
} 

.twoColFixLtHdr #container #header img {
	margin-top: 160px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #sidebar1 {
	padding-right: 50px;
	padding-bottom: 15px;
	width: 120px;
	height: 710px;
	float: left;
	padding-left: 100px;
	padding-top: 15px;
}

.twoColFixLtHdr #mainContent {

	height: 750px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0;
	padding: 0;
	float: none;
} 

.twoColFixLtHdr #footer {
	text-align: center;
	height: 116px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	font-size: 12px;
}

.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;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #272727;
	font-size: 12px;
}

img {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3A3A3A;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3A3A3A;
	font-size: 12px;
}

h3 {
	color: #272727;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-size: 16px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #272727;
	font-size: 12px;
}

h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: justify;
}

.backButton {
	cursor: pointer;
}

.homeimage {
	float: right;
}

.FormTable {
	text-align: left;
	float: left;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F18929;
	text-align: left;
	font-size: 12px;
}

#header a:link, #footer a:link, #header a:visited, #footer a:visited, #header a:active, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: none;
}

#header a:hover, #footer a:hover {
	color: #F18929;
}

#alternatelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F18929;
	text-decoration: none;
	font-size: 12px;
	border-style: none;
}

#garmentInfo {
	font-weight: bold; 
	width: 350px;
}

#copyright {
	font-size: 9px;
	color:#666;
}

.tshirtlink a:link, .tshirtlink a:visited, .tshirtlink a:active{
	color: #272727;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#homeMain
{
  	background: url("Images/Links/HomeMain.png") no-repeat 0 0;
}

#homeMain:hover
{ 
	background-position: 0 -84px;
}

#stag
{
  	background: url("Images/Links/Stag.png") no-repeat 0 0;
}

#stag:hover
{ 
  	background-position: 0 -84px;
}

#hen
{
  	background: url("Images/Links/Hen.png") no-repeat 0 0;
}

#hen:hover
{ 
  	background-position: 0 -84px;
}

#holidays
{
  	background: url("Images/Links/Holidays.png") no-repeat 0 0;
}

#holidays:hover
{ 
  	background-position: 0 -84px;
}

#tours
{
  	background: url("Images/Links/Tours.png") no-repeat 0 0;
}

#tours:hover
{ 
  	background-position: 0 -84px;
}

#homeSide
{
  	background: url("Images/Links/HomeSide.png") no-repeat 0 0;		
}

#homeSide:hover
{ 
  	background-position: 0 -38px;
}

#contactUs
{
  	height: 43px;
  	background: url("Images/Links/ContactUs.png") no-repeat 0 0;
}

#contactUs:hover
{ 
  	background-position: 0 -39px;
}

#faq
{
  	background: url("Images/Links/FAQ.png") no-repeat 0 0;
}

#faq:hover
{ 
  	background-position: 0 -38px;
}

#ordering
{
  	background: url("Images/Links/Ordering.png") no-repeat 0 0;		
}

#ordering:hover
{ 
  	background-position: 0 -38px;
}

#styles
{
  	background: url("Images/Links/Styles.png") no-repeat 0 0;		
}

#styles:hover
{ 
  	background-position: 0 -38px;
}

#termsConditions
{
  	background: url("Images/Links/TermsConditions.png") no-repeat 0 0;		
}

#termsConditions:hover
{ 
  	background-position: 0 -38px;
}

.categoryLink
{
  	display: block;
  	width: 110px;
  	height: 84px;
  	margin-top: 165px;
  	float: left;
  	padding-left: 10px;
}

.categoryLink span
{
  	display: none;
}

.sideLink
{
  	display: block;
  	width: 130px;
  	height: 38px;
  	margin-bottom: 5px;
  	margin-left: 10px;
}

.sideLink span
{
  	display: none;
}
