﻿*{
	line-height: 15px;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: justify;
}

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #333;
}

#wrapper{
	width: 825px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

strong{
	font-weight: bold;
	color: #000066;
}

/*------------------------------------------------------------------------------------------------------TAGLINE*/

#tagline{
	width: 825px;
	height: 22px;
	line-height: 20px;
	color: #fff;
	text-align: right;
	margin: 0 auto;
	display: block;
}

#tagline strong{
	color: #fff;
}

#tagline a:hover{
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------------TOPNAV*/

#topNav{
	float: right;
}

#topNav li{
	float: left;
}

#topNav a:link, #topNav a:visited{
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	margin: 10px 0 0 5px;
	padding: 0 25px 0 5px;
	background-color: #CCC;
	border: 1px solid #999;
	border-bottom: 1px solid #666;
	background-image: url(../images/links.jpg);
	background-repeat: repeat-x;
}

#topNav a:hover{
	background-color: #999;
	color: #DDDDDD;
}

#phoneNumber{
	float: right;
	clear: right;
	margin: 5px 0 0 0;
}

.pn{
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}

/*------------------------------------------------------------------------------------------------------BRANDING*/

#branding{
	width: 825px;
	height: 68px;
	margin: 0 0 7px 0;
	background-image: url(../../images/studioteelogo.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/*------------------------------------------------------------------------------------------------------MAINNAV*/

#nav{
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 825px;
	list-style: none;
	background-color: #000099;
	background-image: url(../images/footerbar.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}

#nav li{
	float: left;
}

#nav a:link, #nav a:visited{
	display: block;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

#catalog a:link, #catalog a:visited, #approval a:link, #approval a:visited, #screenPrinting a:link, #screenPrinting a:visited, #embroidery a:link, #embroidery a:visited, #offset a:link, #offset a:visited, #info a:link, #info a:visited{
	color: #fff;
	margin: 0;
	font-size: 11px;
	width: 154px;
	height: 10px;
	font-weight: bold;
	line-height: 21px;
	border: none;
	text-align: center;
	border-left: 1px solid #333399;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

#catalog a:hover, #approval a:hover, #screenPrinting a:hover, #embroidery a:hover, #offset a:hover, #info a:hover{
	color: #DDDDDD;
}

#nav2{
	background-color: #FFF;
	width: 825px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

#nav2 a:link, #nav2 a:visited{
	color: #FF9900;
	font-size: 11px;
	width: 154px;
	height: 10px;
	font-weight: bold;
	text-align: center;
}

/*------------------------------------------------------------------------------------------------------LAYOUT*/

ul{
	list-style: none;
}

#mainContent{
	position: relative;
	width: 825px;
	clear: both;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#mainContent p{
	line-height: 15px;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#mainCol ul li{
	line-height: 16px;
	margin: 0 0 10px 5px;
	padding: 0 5px 0 15px;
	list-style: none;
	background-image: url(images/MBBullet.gif);
	background-repeat: no-repeat;
	text-align: justify;
}
.infoBoxInst{
	clear: left;
	padding: 5px;
	margin: 5px 0 10px 0;
	background-color: #f7f7f7;
	border: solid #ccc;
	border-right: solid #999;
	border-bottom: solid #999;
	border-width: 1px;
	background-image: url('images/subNavBkgrd.jpg');
	background-repeat: repeat-x;
}

.infoBoxInst strong{
	color: #666699;
	font-size: 13px;
}

.infoBoxAlert{
	clear: left;
	margin: 10px 0;
	padding: 5px 5px 0 2px;
	background-color: #fff;
	border: solid #ccc;
	border-right: solid #999;
	border-bottom: solid #999;
	border-width: 1px;
	background-color: #f7f7f7;
	background-image: url('images/subNavBkgrd.jpg');
	background-repeat: repeat-x;
}

.infoBoxAlert p{
	padding: 10px 10px 9px 60px;
	background-image: url('images/alertBox.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
}

.infoBoxAlert ul{
	margin: 0 0 10px 22px;
}

.infoBoxAlert strong{
	font-size: 14px;
	color: #ff7700;
}

.noAlert{
	background-image: none;
	padding: 0;
}

.point{
	font-size: 14px;
	color: #ff7700;
}

.infoBoxSmall{
	clear: left;
	width: 208px;
	padding: 5px;
	border: solid #ccc;
	border-width: 0 1px 1px 1px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #f7f7f7;
	background-image: url(images/subNavBkgrd.jpg);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
}

/*--------------------------------------------------------------------------HEADINGS*/

h1{
	font-size: 18px;
	color: #000066;
	margin-bottom: 3px;
	font-weight: bold;
}

h2{
	font-size: 16px;
	color: #000066;
	margin-bottom: 3px;
	font-weight: bold;
}

h3{
	font-size: 14px;
	color: #000066;
	margin-bottom: 3px;
	font-weight: bold;
}

a:link, a:visited{
	color: #ff7700;
	text-decoration: none;
}

a:link strong, a:visited strong{
	color: #ff7700;
}

a:hover{
	text-decoration: underline;
}

ol{
	list-style: decimal;
	line-height: 16px;
	margin: 0 0 10px 5px;
	padding: 0 5px 0 25px;
	text-align: left;
}

ol ol{
	margin: 5px 0;
}

ol li{
	background-image: none;
	margin: 0 0 5px 0;
}

.inst{
	font-size: 12px;
	font-weight: normal;
}

h1.mainHead{
	color: #ff7700;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 3px;
}

#mainCol{
	clear: left;
	/*position: relative;*/
	float: left;
	min-height: 600px;
	width: 650px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 50;
	margin-left: 0;
}

#mainCol ul li{
	line-height: 16px;
	margin: 0 0 10px 5px;
	padding: 0 5px 0 15px;
	list-style: none;
	background-image: url(../images/MBBullet.gif);
	background-repeat: no-repeat;
	text-align: justify;
}

#mainColSmall{
	clear: right;
	width: 164px;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	min-height: 600px;
}

#mainColSmall img{
	clear: left;
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#mainColSmall img.payPal{
	border: #fff;
}

#subColL{
	width: 325px;
	float: left;

}

#subColR{
	float: right;
	width: 325px;
}

img.sidepicL{
	float: left;
	border: none;
	margin: 0 10px 0 0;
	padding: 5px 5px 10px 5px;
	background-color: #fff;
	border: solid #ccc;
	border-right: solid #999;
	border-bottom: solid #999;
	border-width: 1px;
}

#dimensions table{
	width: 325px;
	border-collapse: seperate;
	border-spacing: 2px;
	margin: 0 0 7px 0;
}

#dimensions table td{
	padding: 3px 5px 3px 0;	
}

.odd{
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	text-align: right;
}

#dimensions h3{
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------------------FOOTER*/

#footer{
	width: 100%;
	min-width: 920px;
	background-color: #DDDDDD;
	border: solid #555;
	border-width: 1px 0 0 0;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#footer p{
	clear: both;
	color: #333333;
	font-size: 11px;
	padding: 10px 0 0 0;
}

#footer h3{
	clear: left;
	color: #333333;
	font-size: 16px;
	margin: 0 0 10px 0;
	text-align: left;
}

#footer img{
	border: none;
}

#footer a:link, #footer a:visited{
	text-decoration: none;
	color: #333333;
}

#footer a:hover{
	text-decoration: underline;
	color: #ccccff;
}

/*--------------------------------------------------------------------------BRANDFOOTER*/

#brandFooter{
	clear: both;
	width: 825px;
	margin: 0 auto;
}

#brandFooter ul{
	margin: 0 0 5px;
}

#brandFooter li{
	float: left;
	padding: 0 5px 0 0;
}
#FooterImg{
	clear: both;
	width: 825px;
	background-image: url(../images/logos3.png);
	height: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#infoLink{
	clear: both;
	width: 100%;
	padding: 0;
	min-width: 920px;
	height: 20px;
	text-align: right;
	border-top: solid #666;
	border-bottom: solid #444;
	border-width: 1px 0;
	background-image: url(../images/footerbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#infoLink ul{
	width: 825px;
	margin: 0 auto;
}

#infoLink li{
	float: right;
	line-height: 20px;
	padding: 0 5px 0 0;
}

#infoLink li a:link, #infoLink li a:visited{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#infoLink li a:hover{
	color: #DDDDDD;
}

