/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

body {
	font-family: "Times New Roman, Times, serif";
	font-size: 14px;
	background-color:#242424
}

body a {
	text-decoration: none;
	color: #000;
}





#header {
	height:174px;
	background-image:url(../images/logo.png);
		
	width: 800px;
}

#header_left {
	height:22px;
	width:250px;
	float:left;
	padding-left: 8px;
	padding-top: 14px;
}

#header_right {
	float:right;
	width: 180px;
	padding-top: 3px;
	margin-right: 5px;
}

#header_top {
	height:138px;
	width:798px;
}

#container {
	margin: auto;
	width: 800px;
	clear:both;
	background-color: #FFF;
	margin-top: 15px;
	height: 600px;
	color: #000;
}

#flash {
	float:left;
	margin-left: 1px;
	height: 362px;
}
#thumbs {
	float:left;
}

#embroidery {
	float:left;
	margin-left: 1px;
	color: #FFF;
	font: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 156px;
	height: 35px;
}

#signs {
	float:left;
	width:135px;
	color: #396439;
	font: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	height: 35px;
}
#t-shirts {
	float:left;
	width:135px;
	color: #592323;
	font: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
	margin-left: 39px;
}

#embroidery a:link, #embroidery a:visited, #embroidery a {
	color: #B03031;
	font: 16px;
}

#signs a:link, #signs a:visited, #signs a {
	color: #256D1B;
	font: 16px;
}

#t-shirts a:link, #t-shirts a:visited, #t-shirts a {
	color: #592323;
	font: 16px;
}

#t-shirts a:hover, #signs a:hover, #embroidery a:hover {
	color:#FFF;
	font: 16px;
}

#footer {
	padding-top: 5px;
	background-color:#13007C;
	height:55px;
	font-size:10px;
	float: left;
	clear: both;
	width: 798px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#footer a:link, #footer a:visited, #footer a {
	color: #FFF;
}

#footer a:hover, #footer a:hover, #footer a:hover {
	color:#FF0;
}

/* End Text Formatting */

/* Navigation Formatting */
#nav ul {
	margin: 0;
	padding: 0;
	list-style:none;
	background-color: #13007C;
	height: 24px;
	z-index: 30;
  }

/* float each list element inline */

#nav {
	font-weight: bold;
	margin-left: 0px;
	height: 26px;
	width: 800px;
}

#nav li {
	float: left;
	display: inline;
	background-color: #13007C;
	height: 24px;
  }
  
/* style the links in the nav list */
#nav a {
	color:#FFF;
	display:block;
	font-weight:bold;
	font-size: 14px;
	font-family:"Times New Roman";
	width:159px;
	height:21px;
	padding-top: 3px;
	border-left: #FFF solid 1px;
    border-top: #FFF solid 1px;
    border-bottom:#FFF solid 1px;
  }
  
#nav a:link, #nav a:visited {
	color: #FFF;
	background-color: #13007C;
  }

#nav a:hover, #nav a:active {
	background-color: #396439;
	color:#FFFFFF;
  }




#embroidery_main {
	float:left;
	height:340px;
	width:798px;
	margin-left:1px;
	border-bottom: 1px solid #FFF;
}
 
#embroidery_left {
	float:left;
	height:315px;
	width:250px;
	padding-top:25px;
	background-color: #F7A74F;
	font-size: 14px;
	font-weight: bold;
	color: #13007C;
}

/*#embroidery_left li {font-size:18px}*/

#embroidery_right {
	float:left;
	height:325px;
	width:548px;
	padding-top: 15px;
}

#embroidery_right img {
	padding-left:15px;
	padding-right:15px;
}

#t-shirt_right {
	float:left;
	height:325px;
	width:548px;
	padding-top: 15px;
}

#t-shirt_right img {
	padding-left:8px;
	padding-right:8px;
}

#contact {
	width:798px;
	margin-left:1px;
	height:400px;
	float:left;
}

h1 {font-size:18px}

h3 {
	font-size:16px
}

/* Text Formatting */

.content_text {
		font-size: 15px;
   		font-family: "Times New Roman", Times, serif;
		color:#FFFFFF;
		}
		
.content_text_17 {
		font-size: 17px;
   		font-family: "Times New Roman", Times, serif;
		color:#FFFFFF;
		}

.content_text_white {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color:#FFFFFF;
}

.content_text_black {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

.content_text_bold_22 {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
}

.bold_16_text {
	font-size: 16px;
	font-weight: bold;
}

.blue_19_bold {
	font-size: 19px;
	font-weight: bold;
	color:#13007C;
}

.blue_16_bold {
	font-size: 16px;
	font-weight: bold;
	color:#13007C;
}

.red_19_bold {
	font-size: 19px;
	font-weight: bold;
	color: #B03031;
}
 
.green_19_bold {
	font-size: 19px;
	font-weight: bold;
	color:#256D1B;
}
.info {
	font-size: 16px;
	font-weight: bold;
	color:#13007C;
}

