@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #000000;
	
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header {
	position:relative;
	background: #FFFFFF;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:282px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.oneColFixCtrHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* navigation button styles */
#header a {
	color:#ffffff;
	text-decoration:none;
	}
#header a:hover {
	color:#99CC33;
	text-decoration:none;
	}
/* home page link styles and position */
	
#header_links_silkScreen  {
	position:absolute;
	left:86px;
	top:255px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#header_links_embroidery  {
	position:absolute;
	left:224px;
	top: 255px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#header_links_promoItems  {
	position:absolute;
	left:331px;
	top: 255px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#header_links_resources  {
	position:absolute;
	left:490px;
	top: 255px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#header_links_contactUs  {
	position:absolute;
	left:606px;
	top: 255px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
	
/* sub pages navigation links positioning and attributes */
#header_links_homeSub  {
	position:absolute;
	left:78px;
	top:255px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#header_links_silkScreenSub  {
	position:absolute;
	left:143px;
	top:255px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#header_links_embroiderySub  {
	position:absolute;
	left:275px;
	top: 255px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#header_links_promoItemsSub  {
	position:absolute;
	left:377px;
	top: 255px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#header_links_resourcesSub  {
	position:absolute;
	left:526px;
	top: 255px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#header_links_contactUsSub  {
	position:absolute;
	left:625px;
	top: 255px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



/* the div where the main content is placed */

.oneColFixCtrHdr #mainContent {
    position:relative;
	background:#FFFFFF;
	height:auto;
	width:780px;
	border-left:#FFFFFF;

	}
	

	
	/* subpage area */

   #subPage {
    position:relative;
	width:680px;
	height:auto;
	border: #006600;
	margin-left: 50px;
	
}

#couponpage {
	background:#0e9cda;
}
/* link color for links contained within the main content div */
div#mainContent a {
color:#922832;
}

.oneColFixCtrHdr #footer {
	text-align:center;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0e9cda;
}
.oneColFixCtrHdr #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 */
}


/* home page columns */
#whatWeDo {
position:relative;
	width:225px;
	height:400px;
	float:left;
	padding-left:45px;
	margin-right:25px;
	overflow:hidden;
}
 
 #browse {
	position:relative;
	width:225px;
	height: 400px;
	border-left: #990000 1px solid;
	float:left;
	margin-right:25px;
	overflow:hidden;
	
	
}

 #contactUs {
    position:relative;
	width:225px;
	height: 400px;
	border-left: #990000 1px solid;
	float:left;
	overflow:hidden;
	
	
}


/* contact page div ids */

#contactInfo {
    position:relative;
	width:300px;
	height: auto;
	border-right: #990000 1px solid;
	float:left;
	padding-left:35px;
}
 


h2 {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#3399FF;
margin-bottom:3px;
margin-left: 7px;
margin-top:0px;
}



p {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-left:3px;
margin-top:0px;
margin-left: 7px;
padding-bottom:0px;
}

.smallText {
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
margin-left:3px;
margin-top:0px;
margin-left:7px;
text-align: center;
}

hr {
color: #FFFFFF;
background-color:#FFFFFF;
border:none;
width:780px;
height:1px;
clear:both;
}

ul {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-style:oblique;
color: #007946;
list-style-image: url(images/arrow.gif);
font-weight:bold;
}

.floatRight{
float:right
}

#footer .p {
color:#FFFFFF;

}



