@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7a7a7a;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	color: #222222;
	text-align: center;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	color: #283038;
	text-transform: uppercase;
	font-weight: bold;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
p {
	font-size: 12px;
	margin-bottom: 20px;
}


/* LINKS */
a:link, a:visited {
	color: #cf3230;
	text-decoration: none;
}
a:active, a:hover {
	color: #cf3230;
	text-decoration: underline;
}
/* END LINKS */


/* LAYOUT */
#mainHolder {
	width: 960px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #000000;
	text-align: left;
}
#header {
	height: 100px;
	background-image: url(../images/header_bg.jpg);
	clear: both;
}
#navigationHolder {
	height: 40px;
	background-image: url(../images/nav_bg.gif);
	clear: both;
}
#logoSmip {
	margin: 0 0 0 705px;
	border: 0;
	float: left;
}
#contentHolder {
	float: left;
	width: 770px;
}
#contentTop {
	float: left;
	width: 770px;
	height: 40px;
	background-image: url(../images/content_top_bg.gif);
	text-align: left;
} 
#contentMiddle {
	float: left;
	width: 770px;
	min-height: 355px;
	height: auto !important; /* IE hack */
	height: 355px;
	background-color: #ffffff;
	background-image: url(../images/content_middle_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	text-align: left;
}
#contentBody {
	margin-top: 12px;
	margin-left: 252px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#contentBottom {
	float: left;
	width: 770px;
	height: 20px;
	background-image: url(../images/content_bottom_bg.gif);
}
#sidebar {
	float: right;
	width: 180px; /* 190px */
}
#sidebar img {
	margin-top: 50px;
	margin-left: 20px;
	border: 0;
}
#footerHolder {
	clear: both;
}
#footerTop {
	background-color: #000000;
	background-image: url(../images/footer_top_bg.jpg);
	background-repeat: no-repeat;
	color: #808080;
	font-size: 11px;
	min-height: 35px; /* 40 */
	height: auto !important; /* IE hack */
	height: 35px; /* 40 */
}
#footerTop p {
	margin: 0;
	padding: 0;
	padding-top: 11px;
	padding-bottom: 0;
	text-align: center;
	/* line-height: 15px; */
	font-size: 11px;
}
#footerTop a:link, #footerTop a:visited {
	color: #cf3230;
	text-decoration: none;
}
#footerTop a:active, #footerTop a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footerBottom {
	background-image: url(../images/footer_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
}
/* END LAYOUT */


/* SMI GLOBAL FOOTER */
#footer {
	width: 960px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 20px;
}
#footer p {
	color: #000;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 0;
	text-align: center;
	line-height: 15px;
	font-size: 11px;
}
#footer a:link, #footer a:visited {
	color: #ddd;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* END SMI GLOBAL FOOTER */


/* CONTENT HEADINGS */
.contentHeadings {
	position: relative;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 40px;
	background-image: url(../images/content_headings.gif);
	background-repeat: no-repeat;
	margin-left: 245px;
}
.contentHeadings h1 {
	display: none;	
}
#headingHOME {
	background-position: 0 0;
}
#headingABOUTUS {
	background-position: 0 -40px;
}
#headingLICENSING, #headingCOLLEGIATEREDIRECT {
	background-position: 0 -80px;
}
#headingGRAPHICS {
	background-position: 0 -120px;
}
#headingSCREENPRINTING {
	background-position: 0 -160px;
}
#headingEMBROIDERY {
	background-position: 0 -200px;
}
#headingMERCHANDISING {
	background-position: 0 -240px;
}
#headingWAREHOUSING {
	background-position: 0 -280px;
}
#headingCONTACTUS {
	background-position: 0 -320px;
}
#headingPRIVACYPOLICY {
	background-position: 0 -360px;
}
#headingCOLLEGIATE {
	background-position: 0 -400px;
}
/* END CONTENT HEADINGS */


/* SPRITE-BASED MENU */
#nav { position: relative; margin: 0; padding: 0; width: 960px; height: 30px; /* background: url(nav_bg.gif); */ }
#nav li { height: 30px; position: absolute; background: url(../images/nav_sprite2.gif) 0 0 no-repeat; display: block; list-style: none; }
#nav a { height: 30px; display: block; }
/* #nav a:hover {border: solid 1px #fff;} */

#nav #navHOME { left: 39px; width: 42px; background-position: -39px 0; }
#nav #navABOUTUS { left: 112px; width: 68px; background-position: -112px 0; }
/* #nav #navLICENSING { left: 181px; width: 70px; background-position: -181px 0; } */
#nav #navGRAPHICS { left: 211px; width: 69px; background-position: -211px 0; }
#nav #navSCREENPRINTING { left: 311px; width: 114px; background-position: -311px 0; }
#nav #navEMBROIDERY { left: 456px; width: 85px; background-position: -456px 0; }
#nav #navMERCHANDISING { left: 572px; width: 106px; background-position: -572px 0; }
#nav #navWAREHOUSING { left: 709px; width: 97px; background-position: -709px 0; }
#nav #navCONTACTUS { left: 837px; width: 83px; background-position: -837px 0; }

#nav #navHOME a:hover { background: url(../images/nav_sprite2.gif) -39px -30px no-repeat; }
#nav #navABOUTUS a:hover { background: url(../images/nav_sprite2.gif) -112px -30px no-repeat; }
/* #nav #navLICENSING a:hover { background: url(../images/nav_sprite.gif) -181px -30px no-repeat; } */
#nav #navGRAPHICS a:hover { background: url(../images/nav_sprite2.gif) -211px -30px no-repeat; }
#nav #navSCREENPRINTING a:hover { background: url(../images/nav_sprite2.gif) -311px -30px no-repeat; }
#nav #navEMBROIDERY a:hover { background: url(../images/nav_sprite2.gif) -456px -30px no-repeat; }
#nav #navMERCHANDISING a:hover { background: url(../images/nav_sprite2.gif) -572px -30px no-repeat; }
#nav #navWAREHOUSING a:hover { background: url(../images/nav_sprite2.gif) -709px -30px no-repeat; }
#nav #navCONTACTUS a:hover { background: url(../images/nav_sprite2.gif) -837px -30px no-repeat; }

#nav span {
	display: none;	
} 
/* END SPRITE-BASED MENU */


/* PHOTOS */
.photoPosition {
	width: 210px;
	position: absolute;
	top: 170px;
	text-align: left;
}
#photoHOME {
	margin-left: 25px;	
}
#photoABOUT_US {
	margin-left: 10px;
}
#photoLICENSING, #photoCOLLEGIATE_REDIRECT {
	margin-left: 25px;
}
#photoGRAPHICS {
	margin-left: 10px;
}
#photoSCREEN_PRINTING {
	margin-left: 10px;
}
#photoEMBROIDERY {
	margin-left: 10px;
}
#photoMERCHANDISING {
	margin-left: 10px;
}
#photoWAREHOUSING {
	margin-left: 10px;
}
#photoCONTACT_US {
	margin-left: 10px;
}
#photoPRIVACY_POLICY {
	margin-left: 25px;	
}
#photoCOLLEGIATE {
	margin-left: 10px;	
}
#contentBody img {
	border: 0;
	position: absolute;
	margin-left: -210px;
	/* border: 1px #222 solid; */
}
/* END PHOTOS */



#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
}

#sidebar ul li div.name, #sidebar .title, #sidebar #title {
	display: none;
}



p.special {
	padding: 5px;
	background: #eeeeee;
	display: inline;
	clear: both;
	border: 1px #bebebe dotted;
}


