/* 	TABLE OF CONTENTS
----------------------------
	BODY
	CONTAINERS
	NAVIGATION
	CONTENT
	FOOTER
----------------------------
*/



/* BODY ELEMENTS
////////////////////////// */

body {
	background-color: #999999;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #B4A18D url(images/bg.gif) repeat-y 50% 0;
	font-family: Tahoma, "Lucida Grande", Verdana, sans-serif;
	font-size:10px;
}


a {
	color:#8B0F04;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	padding: 0px;
	margin-left: 0px;
}

ol { 
	padding: 0;
	margin: 5px 0 0 30px;
	line-height: 1.5em;
}

ul {
	list-style-type: none;
	margin: 5px 0 10px 0;
	padding: 0px;
	line-height:1.5em;	
}

img { 
	border: 0px;
}

p {
	padding: 0 0 10px 0;
	margin: 0;
}

form {
	margin: 0;
}

/* CONTAINERS 
////////////////////////// */

.lt {
	float: left;
}

.rt {
	float: right;
}

.break {
	height: 13px;
}

#bread {
	margin-bottom: 10px;
}

#bread ul {
	display: inline;
} 

#bread ul li {

	list-style: none;
	display: inline;
}

#bread ul a.here {
	font-weight: bold;
}
	
#siteContainer {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

html>body #tripleContainer { width: 770px }
#tripleContainer {
	width: 769px;
	height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
}

#footAnchor {
	width: 1px;
	height: 100%;
	display: block;
	margin: 0 -1px -180px 0;
	float: left;
}

#logo {
	background: url(images/seno_formal_wear.gif) no-repeat 50%;
	margin: 15px 0 20px 0;
	text-indent: -5000px;
	height: 72px;
	width: auto;
}

#leftContainer {
	width: 182px;
	float: left;
	display:inline;
	font-size: 11px;
}

#middleContainer {
	width: 365px;
	height:auto;
	float: left;
	color: #231F20;
}

html>body #rightContainer { width: 223px; }
#rightContainer {
	width: 222px;
	height:auto;
	float: right;
	padding: 10px 0px 0px 0px;
	color:#FFFFFF;
}

#navContainer {
	width: 100%;
	float: right;
	font-weight: bold;
}

#locationContainer {
	padding: 0px 0px 10px 13px;
	float:left;
	width:209px;
	background-color:#CCCC99;
	text-align:left;
	line-height:2.0em;
	color:#231F20;
}

#formSelect select {
	font-family: Tahoma, "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
}

#sortBar {
	padding: 5px;
	background-color: #999;
	height: 18px;
	margin-bottom: 3px;
}

#sortBar a {
	float: left;
	margin-top: 3px;
}

#sortSelects {
	float: right;
}

#sortNav {
	padding-bottom: 3px;
	border-bottom: 2px solid #999;
	margin-bottom: 5px;
}

.pagination .next{	
}
.pagination .previous{
	float: left;
}
.pagination{
	text-align: right;
	padding: 0 30px 0 10px;
	display: block;
	height: 15px;
}

#tuxBlocks {
	width: 365px;
}
html>body #tuxBlocks {
	margin-left: 10px;
}

#tuxBlocks a {
	text-decoration: none;
}

.tuxBlock a {
	display: block;
	width: 100px;
	height: 180px;
}

.tuxBlock a:hover {
	border: 2px solid #BA0011;
}

#tuxBlocks a:hover .blockTxt {
	margin: 0;
}

#tuxBlocks a:hover img {
	margin: 0;
}

#tuxBlocks a {
	color: #231F20;
}

.tuxBlock {
	float: left;
	width: 104px;
	height: 191px;
	margin: 2px 3px 13px 8px;
}

.tuxBlock img {
	margin: 2px 0 0 2px;
}

.blockTxt {
	padding: 3px 5px 3px 5px;
	width: 90px;
	height: 49px;
	background-color: #999;
	margin: 0 0 0 2px;
	text-align: center;
}

	
/* NAVIGATION
////////////////////////// */

h1#logo a {
	width: 180px;
	height: 75px;
	display: block;
	text-decoration: none;
}

html>body #navContainer ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
	width: 182px;
}

#navContainer ul {
	margin: 0;
	text-align: right;
	width: 171px;
	line-height:1.0em;
	display: block;
}

#navContainer li a{
	text-decoration: none;
	width: 100%;
}

html>body #navContainer li a { 
	width: auto;
}

#navlist {
	padding: 0px;
}

#navlist li a {
	display: block;
	text-decoration: none;
	background: url(images/nav_link.gif) repeat-y;
	color: #FFFFFF;
	padding: 4px 11px 4px 0px;
	border-bottom: 7px solid #8B0F04;
}

#navlist li a:hover {
	background: url(images/nav_hover.gif) repeat-y;
}

#navlist li#active a {
	background: url(images/nav_link.gif) repeat-y;
}

#navlist li#active a:hover {
	background-color: transparent;
	background-image: none;
}


/* SUB NAVIGATION ON LEFT SIDE 
///////////////////////////////////// */

#navlistsub  {
	//margin:0px;
	padding:10px 0px 0px 0px;
}


#navlistsub li a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 0px 4px 0px;
	line-height: 2.0em;
}

html>body #navlistsub li a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 11px 4px 0px;
	line-height: 2.0em;
}
	
#navlistsub li a:hover {
	text-decoration: underline;
}

/* NAVIGATION ON RIGHT SIDE 
///////////////////////////////////// */

.rightContent ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0px 0px 15px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	width: 209px;
	
}

.rightContent ul li a {
	padding: 0px 0px 0px 0px;
	border-bottom: 7px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1.5em;
	font-weight: bold;
}

.rightContent ul li a:hover {
	color: #BA0011;
	text-decoration: none;
}


/* CONTENT
////////////////////////// */

#middleContent {
	padding: 5px 15px 5px 15px;
}

ul.list li {
	padding: 2px 5px 2px 5px;
}

ul.list li.highlight {
	padding: 2px 5px 2px 0;
}

ul.checklist {
	padding: 5px 0px 10px 0px;
	}

ul.checklist li {
	height: 2.4em;
	display: block;
}

html>body ul.checklist li input {
	top: 3px;
}

ul.checklist li input {
	position: relative;
	top: 2px;
}

#middleContainer h1, #middleContainer h2, #middleContainer h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

#middleContainer h1 { 
	font-size: 1.5em;
	padding: 5px 0 10px 0;
}

#middleContainer h2 { 
	font-size: 1.2em;
	padding: 5px 0 5px 0;
}

#middleContainer h3 {
	font-size: 1em;
	padding: 5px 0 5px 0;
}

.rightContent {
	padding: 0px 0px 10px 13px;
	font-weight: normal;
	
}

.rightContent h4 { font-size: 11px; }

.highlight {
	font-weight: bold;
}

.row {
	background-color:#E6E6E6;
	}

.infoBox, #storeHeader, #storeHeader img {
	float: left;
	position: relative;
}

#storeHeader img {
	margin-right: 10px;
}

.infoBox {
	width: 125px;
}

#storeHeader {
	clear: both;
	margin-bottom: 15px;
}

#manufacturers
{ }

ul.siteMapUl { 
	padding: 0 0 0 10px;
}

ul.siteMapU2 {
  padding: 0 0 0 15px;
	margin-top: 0;
	margin-bottom: 0;
}

dt.faq {
	font-weight: bold;
}

dd.faq {
	background-color: #E6E6E6;
	margin-left: 15px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 5px;
}

.disclamer {
	font-size: 9px; 
	clear: both;
}	


/* CALLOUTS
////////////////////////// */

.callout { margin:  0; padding: 0; }
.callout p { margin-top: 0; padding-top: 0; margin-bottom: 0; padding-bottom: 0; }


/* FOOTER
////////////////////////// */
 

#footer {
	/* background: url(../_img/seno_formal_wear_footer.jpg) no-repeat top left; */
	float: left;
	width: 769px;
	/*height:180px;*/
	color: #231F20;
	text-indent: 200px;
	/*display: block;
	clear: both;*/
}

#footer p {
	margin: 0;
	padding: 0 0 13px 0;
	
	}

#footer ul {
	padding: 13px 0 0 0;
	margin: 0;
	}

#footer li {
	display: inline;
	list-style: none;
}

#url {
	bottom: 0px;
	float:left;
	padding:0px;
}

#url a {
	width: 171px;
	text-decoration:none;
	float: left;
	text-align: right;
	padding: 4px 11px 4px 0px; 
	font-weight: bold;
	background-color:#000000;
	color: #FFFFFF;
}