@charset "ISO-8859-1";
/* CSS Document */

/* General styles start*/

body {
	font-family: "Times New Roman", Times, serif;
	margin:0;
	padding:1em;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	font-size:100%;		/* This solves the font resize issue in IE6 */
    }

/* General styles end */


/* text formats start */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #999;
	padding: 0px;
	margin: 0 0 .25em 0;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:0.75em;
	color: #666;
	word-spacing: 0.25em;
	line-height: 1.25em;
	padding: 0px;
	margin: 0 0 0.5em 0;
	font-weight: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666;
	margin: 0em;
	padding-bottom: 0.625em;
	line-height: 1.25em;
}
.sbmtitle{
	color: #333399;
	line-height: 2.75em;
}
.returnlink {
	background-color: #C9D3DD;
	font-size: 0.75em;
	color: #333;
	text-decoration: none;
	padding: 0.5em;
	margin: .75em 10em 0 0;
}
.test {
	font-size: 2em;
	color: #CC0000;
}
.enlarge {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
	text-align: left;
	height: 2em;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	margin-top: .5em;
}
.textlink {
	color: #333;
	margin: 0px;
	padding: 0px;
}
.skipnav {
	display: none;
}
/* text formaats end */


/* layout starts*/

#main_header {
	height: 5em;
	width: 55em;
}
.banner {
	height: 4em;
	width: 21em;
	float: left;
	padding-top: .25em;
	margin-right: 2em;
	border: 0em;
}
#footer {
	clear:both;
	float:left;
	width:51em;
}
		/* product panel starts */
.producttext {
	float: left;
}
.product_options {
	margin-right: 0.5em;
	color: #333;
	position: relative;
}
.prod_descr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #333;
	font-weight: normal;
}
.productbold {
	font-weight: bold;
	color: #000;
}
 .options {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	width: 3.75em;
	text-align: left;
	font-size: 0.75em;
	line-height: 2.5em;
}

.productp1image {
	border: .0625em solid #333333;
	height: 6.25em;
	width: 6.25em;
	margin: 0em;
}

/* product panel ends */
/* layout ends*/


/* menu start*/

#menu_container {
	font-size: .75em;
	position: relative;
	height: 2em;
	width: 65em;
	background-image: url(../images/main_header/nav_bkgrnd.jpg);
	background-repeat: no-repeat;
	padding: 0.125em 0 0 7em;
	margin: 0 0 1em 0;
	z-index: 100;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	height:1.75em;
	line-height:1.6875;
	list-style-type: none;
}
#nav ul {
	position: absolute;
	left: -999em;
	margin-left: 0px;
}
#nav li {
	float: left;
	width: 9.125em; /* width needed or else Opera goes nuts */
	background-color: #C9D3DD;
	color: #333;
	margin-left: 0em;
}
#nav ul li {
	clear: left;
}
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}
#nav a,#nav a:link,#nav a:visited {
	display: block;
	width: 9em;
	color:#333;
	text-decoration:none;
	border:0.125em solid #FFFFFF;
	text-indent: .5em;
}
#nav a:focus,#nav a:hover,#nav a:active {
	background:#A8B9C8 ; color:#333;
}
#nav li ul ul {
	margin: -1.8em 0 0 9.125em;
}
#nav li:hover ul ul,#nav li.sfhover ul ul {
	left: -999em;
}
#nav li li:hover ul,#nav li li.sfhover ul {
	left: auto;
}
#nav ul ul a, #nav ul ul a:link, #nav ul ul a:visited, #nav ul ul a:focus, #nav ul ul a:hover, #nav ul ul a:active {
	width:9em;
}

/* menu end* /


/* shirt tales menu start*/

#leftnav, #leftnav ul { /* all lists */
	padding: 0;
	margin: 0;
	height:1.75em;
	line-height:1.6875;
	list-style-type: none;
}
#leftnav ul {
	position: absolute;
	left: -999em;
	margin-left: 0px;
}
#leftnav li {
	float:left;
	width:7.8125em; /* width needed or else Opera goes nuts */
	background-color: #C9D3DD;
	color: #333;
	margin-left: 0em;
}
#leftnav ul li {
	clear: left;
}
#leftnav li:hover ul,#leftnav li.sfhover ul {
	left: auto;
}
#leftnav a,#leftnav a:link,#leftnav a:visited {
	display: block;
	width:7.8125em;
	color:#333;
	text-decoration:none;
	text-indent: .25em;
	border-top-width: 0em;
	border-right-width: 0em;
	border-bottom-width: .125em;
	border-left-width: 0em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
#leftnav a:focus,#leftnav a:hover,#leftnav a:active {
	background:#A8B9C8 ; color:#333;
}
#leftnav li ul ul {
	margin: -1.8em 0 0 7.8125em;
}
#leftnav li:hover ul ul,#leftnav li.sfhover ul ul {
	left: -999em;
}
#leftnav li li:hover ul,#leftnav li li.sfhover ul {
	left: auto;
}
#leftnav ul ul a, #leftnav ul ul a:link, #leftnav ul ul a:visited, #leftnav ul ul a:focus, #leftnav ul ul a:hover, #leftnav ul ul a:active {
	width:7.8125em;
}

/* shirt tales menu end* /


/* left menu on product pages starts */

.lefttext{
	font-size:.75em
}

#leftmenu a, #pmenu a:visited {
	display:block;
	color:#333;
	height:1.75em;
	text-decoration:none;
	margin-bottom: 0.125em;
}
#leftmenu, #leftmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	margin-bottom: 0.125em;
}
#leftmenu li {
	background-color: #C9D3DD;
	margin-bottom: 0.125em;
	text-indent:.25em;
	line-height: 1.75em;
}
/* Make the hovered list color persist */
#leftmenu li:hover > a {
	background:#A8B9C8;
	color:#333;
	margin-bottom: 0.125em;

}
/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #leftmenu li a:hover {
	position:relative;
	background:#A8B9C8;
	color:#333;
	margin-bottom: .125em;

}

/* left menu on product pages ends */



/* image formatting start */

.logo{
	margin-right: 2em;
	border: 0px;
	clear: right;
	float: left;
}
.bannerad {
	margin-right: 3em;
	border: 0px;
}
.imageright {
	border: 0px;
}
.imageleft {
	float: left;
	border: 0px;
}
.imageleftcol {
	border: 0px;
	float: left;
}
.labelimage {
	float: left;
	border: 0px;
	margin-top: 0.5em;
}
.images {
	float: left;
	border: 0px;
	margin-bottom: 0.25em;
}
.centre_banner {
	margin-bottom: 1.5em;
	border: 0px;
}
.navimage {
	position: relative;
}
.footer_image {
}
.shirt_image {
	padding-bottom: 0.25em;
	float: left;
	border: 0px;
}
.product_image {
	margin: 0em;
	padding: 0px;
	border: .0625em solid #333333;
}
.tailormade1 {
	float: left;
	border: 0px;
}
.tailormade2 {
	padding-bottom: 0.25em;
	float: left;
	border: 0px;
}
.buttons_image {
	float: right;
	margin: 0.75em;
}
.ordergif {
	border: 0em;
}
.talesimage {
	clear: right;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 0px;
}
.map {
	margin-top: .75em;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 5em;
	border: 1px;
	clear: right;
	float: left;
}
.shopdiv {
	float: right;
	margin-top: 1em;
	padding-right: 1em;
}
.shoppic {
	border: solid 1px;
}
.mapdiv {
	float: left;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.mapimg {
	border: solid 1px;
}
.bannerimg {
	border: 0em;
}

/* image formatting end */



/* FELIX STYLES */

.width775 {
	background-color: #C9D3DD;
	width: 9.5em;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.width775 img {
	width: 6.25em;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
	border: 1px solid #000000;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.width775a {
	background-color: #C9D3DD;
	width: 9.5em;
	float: left;
	margin-right: 0em;
	margin-bottom: 1em;
	text-align: center;
}
.width775a img {
	margin-top: 0.75em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	border: 1px solid #000000;
	text-align: center;
	display: block;
	width: 6.25em;
}
.productp2 img {
	position: relative;
	border: 1px solid #333333;
}
.shopBagTbl01a {
	background-color: #E6EAEF;
	width: 31em;
	font-family: Times New Roman, Times, serif;
	border-collapse: collapse;
	margin: 1em 0 1em 0;
}
td {
	padding: 0.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #E6EAEF;
}
.payment {
	background-color: #CCCCFF;
	height: 10em;
}
.norule {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tableheaders {
	font-family: Times New Roman, Times, serif;
	font-size: 0.75em;
	line-height: 0.75em;
	color: #374D61;
	vertical-align: middle;
}

.tablecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.25em;
	color: #666666;
	vertical-align: middle;
}
.shopBagTbl02a {
	background-color: #E6EAEF;
	width: 31em;
	margin-top: 1em;
	height: 2em;
}
.formButton1 {
	display: block;
	float: right;
	margin-right: 1em;
	margin-bottom: 1em;
}
.shopbag {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #374D61;
	height: 0.75em;
	width: 12em;
	text-align: center;
	display: block;
	float: right;
	margin: 0em;
	padding: 0em;
}

.shopbag a:link,.shopbag a:visited {
	text-decoration: none;
	color: #374D61;
	display: block;
	border: 1px solid #374D61;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
.shopbag a:focus,.shopbag a:hover,.shopbag a:active {
	background:#A8B9C8;
	text-decoration: none;
}
.tablecolwidth1 {
	width: 10em;
}
.tablecolwidth2 {
	width: 10em;
}
.tablecolwidth3 {
	width: 5em;
}
.quantity {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	width: 2em;
	color: #666666;
}
#darkercell {
	background-color: #D0D8E1;
}
 .tablecolwidth4 {
	width: 2em;
}
.textarea1 {
	height: 8.25em;
}
label {
	width: 12em;
	display: block;
	position: relative;
	float: left;
}
.form1 {
	background-color: #E6EAEF;
	width: 31em;
	margin-top: 1em;
}
.form1 p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 0.75em;
	margin: 0em;
	padding: 0em;
	line-height: 2.25em;
	height: 2.25em;
}
.inputone {
	height: 1.5em;
	width: 25em;
	background-color: #FFFFFF!important;
	border: none;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
.form1 h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 2.5em;
	background-color: #D0D8E1;
	color: #374D61;
	text-indent: 0.75em;
	height: 2.5em;
	margin: 0px;
	padding: 0px;
}
.form1 .buttonrow {
	line-height: 3.5em;
	background-color: #E6EAEF;
	display: block;
	height: 3.5em;
}
.form1  select {
	width: 24em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0.375em;
	color: #374D61;
	background-color: #FFFFFF!important;
}
.inputonetextarea {
	width: 27em;
	height: 8em;
	background-color: #FFFFFF!important;
	border: none;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
}
.textarea1 p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.inputshort {
	height: 1.5em;
	width: 5em;
	background-color: #FFFFFF!important;
	border: none;
	margin-top: 0.25em;
	margin-bottom: 0.25em;

}
.form2 {
	background-color: #E6EAEF;
	width: 31em;
	margin-top: 1em;
	height: 8.5em;
}
.form2 p {
	padding: 0em;
	margin-bottom: 0em;
}
.form2 h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 2.5em;
	background-color: #D0D8E1;
	color: #374D61;
	text-indent: 0.75em;
	height: 2.5em;
	margin: 0px;
	padding: 0px;
}
.form2 label {
	width: 12em;
	position: relative;
	float: left;
	height: 7em;
}
.notes {
	width: 30em;
	margin-top: 0em;
}
.bold {
	font-weight: bold;
}
.subs {
	font-weight: bold;
	float: right;
}
.formButton2 {
	float: left;
	margin-right: 1em;
	margin-top: 0.75em;
}
.formButton3 {
	display: block;
	float: right;
	margin-right: 1em;
	margin-top: 0.75em;
}


/**** NEW LAYOUT DIVS ****/

.container1 {
	width: 55em;
}
.leftdiv {
	float: left;
	width: 7.8125em;
	margin-right: 1em;
}
.centrediv {
	float: left;
	width: 31em;
	margin-right: .5em;
}
.rightdiv {
	float: left;
	width: 8.25em;
}

.masthead {
	height: 5em;
	width: 54em;
	margin-bottom: 1em;
}
.footerdiv {
	height: 4em;
	width: 54em;
	margin-top: 1em;
}
.container2 {
	width: 50em;
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
/**** NEW PRODUCT DIVS ****/

.outerdiv {
	width: 29em;
	padding: 1em;
}
.picturediv {
	width: 10em;
	margin-top: 1em;
	float: left;
	padding-left: 1em;
}
.textdiv {
	width: 18.5em;
	float: right;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
}
.productpicture {

}

.productpicture img {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 0em;
	padding: 0em;
}

.enlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6875em;
	line-height: 1.5em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	display: block;
}
.productname {
	font-family: Times New Roman, Times, serif;
	font-size: 1.25em;
	line-height: 1em;
	color: #999999;
	display: block;
	padding: 0em;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
.productbold {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.25em;
	display: block;
}
.productdescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.25em;
	color: #000000;
	display: block;
	padding: 0em;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}

.productquantity {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 0em;
	margin-top: .5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	font-size: 0.75em;
}
.productoptions {
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	line-height: 2em;
}
#productbg {
	background-color: #C9D3DD;
	margin-bottom: 0.5em;
}
.productoptions select {
	margin-top: .5em;
}
.productname a {
	font-size: 1em;
	color: #006699;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.messagediv {
	background-color: #FFFFFF;
	display: block;
}
.messagediv span {
	display: block;
}
.shopBagTbl01a table {
	width: 31em;
}



/**** ADDED 17/06 ****/

.smallimageright {
	clear: left;
	float: right;
	margin-bottom: 0.5em;
	margin-left: 0.75em;
}
.width775initials {
	background-color: #C9D3DD;
	height: 9.5em;
	width: 9.5em;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.width775initials img {
	height: 6.25em;
	width: 6.25em;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
	border: 1px solid #000000;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.width775initialsa {
	background-color: #C9D3DD;
	height: 9.5em;
	width: 9.5em;
	float: left;
	margin-right: 0em;
	margin-bottom: 1em;
	text-align: center;
}
.width775initialsa img {
	height: 6.25em;
	width: 6.25em;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
	border: 1px solid #000000;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.form4 {
	background-color: #E6EAEF;
	width: 31em;
	margin-top: 1em;
}
.form4 p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 0.75em;
	margin: 0em;
	padding: 0em;
	line-height: 2.25em;
	height: 2.25em;
}
.form4 label {
	width: 16em;
	position: relative;
	float: left;
}
.form4 h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 2.5em;
	background-color: #D0D8E1;
	color: #374D61;
	text-indent: 0.75em;
	height: 2.5em;
	margin: 0px;
	padding: 0px;
}
.inputfour {
	height: 1.5em;
	width: 20em;
	background-color: #FFFFFF!important;
	border: none;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
.form1 #cardType {
	width: 10em;
}




/**** ADDED 18/06 ****/
.sizechartpanel1 {
	background-color: #E6EAEF;
	width: 31em;
	margin-bottom: 1em;
	height: 22.5em;
}
.figure1 {
	display: block;
	margin-top: 2.25em;
	padding-left: 1em;
	float: left;
}
.chart1 {
	float: right;
	margin-top: 1em;
	width: 19em;
	padding-right: 1em;
}
.chart1 table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom: 1em;
	width: 18.875em;
}
.tablecolwidth6 {
	width: 9.5em;
}

.sizechartpanel2 {
	background-color: #E6EAEF;
	width: 31em;
	margin-bottom: 1em;
	height: 17em;
}
.chart2 {
	float: left;
	margin-top: 1em;
	width: 14em;
	padding-left: 1em;
}
.tablecolwidth7 {
	width: 3em;
}
.tablecolwidth8 {
	width: 8em;
}
.chart2 table {
	width: 14em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom: 1em;
}


/**** ADDED 19/06 ****/


.blueh1 {
	color: #333399;
}
.emailsignup {
	height: 4em;
	margin-top: 2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #666666;
}
.emailfield {
	background-color: #E6EBF1!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bannermast {
	margin-bottom: 1em;
}
#usatable .tablecontent {
	vertical-align: top;
}
#usatable {
	margin-bottom: 1em;
	margin-top: 1em;
}

/* POP UP WINDOW STYLES */
.popupWin {
	padding: 1em;
	margin: 0em;
	background-color: #ced6e0;
}
.pPimage {
	z-index: 2;
}
.pPbttn {
	z-index: 6;
	height: 1em;
	margin-top: 0.25em;
}
.bluemessage {
	color: #333399;
	line-height: 1.25em;
	font-weight: bold;
}
