/* CSS style sheet for Phoenix Screenprinting
** Creation Date: 8-21-07
** Author: Todd Foote
** Company: TRF Media Solutions
*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* { 
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	background: #fff;
}


/* =Headings
-----------------------------------------------------------------------------*/

h2 {
	font-size: 16px;
	color: #10147E;
	margin: .25em 0;
	border-bottom: 1px solid #10147E;
}

h3 {
	font-size: 14px;
	color: #DC1100;
	margin: .25em 0;
}

#header {
	width: 780px;
	height: 15px;
}

/* =Unordered Lists
-----------------------------------------------------------------------------*/

.ulClass1 {
	color: #10147E;
	padding-left: 20px;
	padding-bottom: 5px;
	font-style: bold;
	margin: 0px;
}

.ulClass2 {
	color: #DC1100;
	font-style: normal;
	padding-left: 15px;
	margin: 0px;
	font-style: normal;
}

.ulClass3 {
	color: #000;
	font-style: normal;
	padding-left: 15px;
	margin: 0px;
	font-style: normal;
}

.ulClass4 {
	color: red;
	font-style: normal;
	padding-left: 15px;
	margin: 0px;
	font-style: normal;
}

/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/

#construct {
	
	background-image: url(images/construct.jpg);
	background-repeat:no-repeat;
	width:459px;
	height:346px;
	margin-left:160px;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#MainNav
{
width:250px;
float: left;
text-align: left;
margin-left: 5px;
background: url(images/brand.jpg) no-repeat;
}

#MainNav a
{
color: #10147E;
text-decoration: none;
}

#MainNav ul
{
margin-top:180px;
padding-left: 5px;
}

#MainNav li
{
list-style-type: none;
font-size: 11px;
line-height: 2em;
border-bottom:1px dotted #B4B4B4;
}

#MainNav li a:hover,a:active
{
color: #DC1100;
text-decoration: none;
font-style: italic;
}

#MainNav .off a
{
color: #DC1100;
text-decoration: none;
font-style: italic;
cursor: default;
float: left;
}

#MainNav .off img {
	margin-top: 4px;
	float: right;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/

#SubNav {
	width: 450px;
	height: 20px;
	margin: 10px;
}

#SubNav ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}

#SubNav ul li {
	margin: 0;
	padding-right: 10px;
	float: left;
	display: block;
}

#SubNav ul li a {
	height: 20px;
	display: block;
}

#SubNavScreen a {
	background-image: url("images/BtnScreenPrint.gif");
	background-repeat: no-repeat;
	width: 120px;
	background-position: center center;
}

#SubNavScreen a:hover {
	background-image: url("images/BtnScreenPrint.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}

#SubNav .screen a {
	cursor: default;
	background-image: url("images/BtnScreenPrint.gif");
	background-repeat: no-repeat;
	background-position: center top;
}

#SubNavEmbroidery a {
	background-image: url("images/BtnEmbroidery.gif");
	background-repeat: no-repeat;
	width: 120px;
	background-position: center center;
}

#SubNavEmbroidery a:hover {
	background-image: url("images/BtnEmbroidery.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}

#SubNav .embroidery a {
	cursor: default;
	background-image: url("images/BtnEmbroidery.gif");
	background-repeat: no-repeat;
	background-position: center top;
}



/* =Main Content
-----------------------------------------------------------------------------*/
#pagewrapper
{
margin: 0 auto;
width: 780px;
background: #fff;
}

#MainContentWrapper
{
width: 500px;
float: left;
padding: 5px;
background: #6A6BAC;
}

#MainContent
{
font-size: 12px;
width: 480px;
padding: 10px;
background: #FFF;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/

.Sphoto img
{
border: 1px solid #000;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 1em;
float: left;
}

.spacer
{
width: 50px;
height: 60px;
}

/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 780px;
	padding: 2em 0;
	text-align: center;
	color: #10147E;
	font-size: 9px;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* wrapper for customer login form*/
#Login
{
color: #10147E;
width:250px;
padding-left: 5px;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}

/* fieldset styling */
fieldset {
	border: 1px solid transparent;
}

/* legend styling */
legend {
	font-weight: bold;
	color: #DC1100;
}

form p {
  position: relative;
	width: 100%;
}

/* style for  labels */
label {
	float: left;
	width: 10em;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/
#placementGuidePic {
	width:480px;
	height:649px;
	background:url(images/placement_guide.jpg) no-repeat;
}

/* =Misc 2
-----------------------------------------------------------------------------*/
