/* CSS Document by

TYLER LANGE
tyler@neosmedia.ca

 */

html {
	 width:100%;
}


body {
	background-color:#09151a;
	/*background-color:#4B3900;*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

/* Heading Treatment */

h1 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 20px;
 font-weight: 500;
 color:#666;
 margin: 20px;
}

h2 { 
font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 10px 10px 0px 0px;
	font-size: 18px;
	color: #FFFFFF;
}

h3 {
margin: 2px 0px;
padding: 0px;
font-weight: normal;
}

h4 { 
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 15px;
margin: 5px 0px;
padding: 0px;
}

.innerPage h1 {
color:#000;
margin:0px 0px 10px 0px;
}

#splashContainer h1 {
margin: 10px 20px;

}

p {
 line-height: 18px;
 margin: 15px 0px;
}

a {
color: #000;
text-decoration: underline;
}

a:hover {
color: #002569;
text-decoration: none;
}


#wrapper {
	width:970px;
	margin:0px auto;
	text-align:left;
}

#splashLower .splashText2 a {
color: #FFF;
}


/* containers */

#splashContainer { 
padding: 0px;
}

#container {
 padding: 0px;
}

#tagLine {
font-weight: 500px;
font-family:Georgia, "Times New Roman", Times, serif;
padding: 10px;
color: #FFF;
font-size: 16px;
top: 30px;
position: absolute;
margin-left: 270px;
}

#splashLower {
height: 292px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background-image:url(../img/splash_bg.png);
background-position: top;
background-repeat: no-repeat;
behavior: url(iepngfix.htc);
}

.splashLogin {
float: right; 
width: 335px; 
}

.splashText { 
color: #FFF; 
font-size: 14px; 
margin: 0px;
}

.splashText2 {
color: #FFF;
line-height: 18px;
margin: 30px 0px 0px 0px;
}

.splashLowerText {
float:left; 
width: 570px; 
padding: 10px 20px;
}

.splashLowerText p {
width: 435px;
}


#innerLower {
min-height: 765px;
padding: 10px 0px 0px 0px;
margin: 10px 0px 0px 0px;
background-image:url(../img/inner_bg.png);
background-position: top;
background-repeat: no-repeat;
behavior: url(iepngfix.htc);
}

.mainContent {
width: 650px; 
float: left;
padding: 5px 20px 20px 20px;
}

#breadCrumb {
text-transform: capitalize;
text-align: right;
float: right;
}

#logoBrands {
margin: 20px 0px;
background-image:url(../img/logos_brands.png);
background-position: top;
background-repeat: no-repeat;
behavior: url(iepngfix.htc);
height: 43px;
width: 970px;
}

#miniNav {
padding: 0px;
margin: 0px;
}

#miniNav li {
 display: inline;
 border-right: 1px solid #CCC;
 padding: 0px 5px;
 font-size: 10px;
}

#miniNav .lastItem { 
border: none;
}

#miniNav li a {
color: #CCC;
text-decoration: none;
}

#miniNav li a:hover {
color: #FFF;
text-decoration: underline;
}

.brandsText {
margin: 7px 10px 0px 10px; 
text-align: right; 
float: left; 
width: 96px;
}

#sideSpecials {
behavior: url(iepngfix.htc);
position: absolute;
top: 718px;
}

#footer {
margin: 0px;
color: #FFF;
text-align: center;
font-size: 10px;
}

#footer a {
color: #CCC;
text-decoration: none;
}

#footer a:hover {
color: #FFF;
text-decoration: underline;
}

#search {
margin: 10px;
color: #666;
font-size: 14px;
}

.mainContent h3 { 
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #FFF;
background-color:#999;
padding: 2px 5px;

}

#homeSideBg {
margin: 0px;
padding: 0px;
background-image:url(../img/home_side.gif);
background-position: top;
background-repeat: no-repeat;
width: 180px;
height: 300px;
}

#homeSideLower {
margin: 12px 0px; 
padding: 5px 15px; 
background-image:url(../img/home_lower.gif);
background-position: top;
background-repeat: no-repeat;
height: 88px;
}
/* table */

td { 
vertical-align: top;

}

/* Images */

img {
 border: none;
}

.imgRight {
	float: right;
	margin: 0px 0px 12px 12px;
	padding: 0px;
}

.imgLeft {
	float: left;
	margin: 0px 12px 12px 0px;
	padding: 0px;
}

/* Lists */

.styledList li { 
list-style-type: square;
}

/* side nav */

.sideNav {
width: 280px;
}

.arrowlistmenu{
width: 251px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
margin-bottom: 4px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 20px; /*header text is indented 20px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #333;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: url(../img/global/arrowbullet.png) no-repeat center left #666; /*custom bullet list image*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: url(../img/global/arrowbullet.png) no-repeat center left #333; /*custom bullet list image*/
}

.arrowlistmenu ul li a{
color: #E9E9E9;
behavior: url(iepngfix.htc);
display: block;
padding: 2px 0;
padding-left: 50px; /*link text is indented 50px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #000;
}

.arrowlistmenu ul li a:visited{
color: #E9E9E9;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
color: #000;
}



/* Shopping Cart selectors */

.separator {
border-bottom: 1px dotted #666;
padding: 0px 5px;
height: 1px;
}

.itemName {
font-weight: bold;
}

.btnAddToCart {
float: right;
text-align: right;
width: 110px;
height: 24px;
margin: 20px;
padding: 0px;
}

.detailsBg {
margin: 0px;
padding: 0px;
background-image:url(../img/details.gif);
background-position: top;
background-repeat: no-repeat;
width: 180px;
height: 310px;
}

#details {
padding: 8px 17px;
margin: 0px;
line-height: 16px;
}

#shoppingCart {
margin: 0px;
padding: 0px;
background-image:url(../img/shopping_cart.gif);
background-position: top;
background-repeat: no-repeat;
width: 180px;
height: 300px;
}

#shoppingCartItems {
margin-top: 65px; 
padding: 20px;
}

#shoppingCartItems img {
 margin: 5px 0px;
}

#detailDesigner {
padding: 0px;
margin: -5px 5px 5px 0px;
border-bottom: 1px dotted #666;
}

#colourSwatch {
border: 1px solid #FFF; 
width: 140px; 
height: 100px; 
padding: 0px; 
margin: 10px 20px;
text-align: center;
background-color: #FFF;
}

.itemPrice {
color: #990000; 
font-weight: bold;
}

