/*
 *	/css/default.css
 *  Cascading Style Sheet for GarageWorks Industries.
 * (C) 2008 Dennis Lo Designs, GarageWorks Industries unless otherwise licensed.
 * @author Dennis Lo Designs, http://www.dennislo.com
 * @author Derek "nobuyuki" Wallace, iGEN Knowledge Solutions inc., http://www.igen.ca
 */
 
body {
	margin: 0px;
	padding: 0px;
	background: #000;
	font: 11px "Lucida Grande", arial, verdana, sans-serif;
}

/* UTILITARION  
*******************************/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}	

.clr {
	clear: both;
}

.clrl {
	clear: left;
}

.clrr {
	clear: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ctr {
	text-align: center;
	margin: 0 auto;
}

.clearfix {
	display: inline-block;
}

p {
	line-height: 1.4em;
	padding: 0;
	margin: 5px 0 10px 0;
}

a, a:active {
	text-decoration: none;
	outline:none;
}

#content p, #content h4 {
	margin: 5px 40px 10px 0;
}

h4, #login h2, {
	font-size: 1.1em;
}

.red {
	color: #CC0000;
}

#content a {
	color: #737373;
}

#content a:hover {
	color: #333;
}
.displayNone{
	display: none;
}


/* LAYOUT 
*******************************/
#container {
	width: 915px;
	margin: 0 auto;
	border-left: 1px solid #717074;
	border-right: 1px solid #717074;
	border-bottom: 1px solid #717074;
}

#header {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #717074;
	background: url(../img/logo.png) no-repeat 0 0;
}

#contentWrapper {
	width: 740px;
	min-height: 430px;
	margin-left: 175px;
	background: #fff;
	color: #333;
}

#content {
	margin-left: 20px;
}

#homeContent {
	width: 915px;
	min-height: 400px;
}


/* MAIN NAVIGATION
*******************************/
#mainnav {
	width: 100%;
	height: 40px;
	background: #000;
	color: #fff;
}

#mainnav ul {
	float: right;
}

#mainnav ul li {
	padding: 0;
	margin: 0;
	float: left;
	cursor: pointer;
}
#mainnav ul li a{
	/* text-indent: -8888px; */
	display: block;
	outline: none;
	height: 40px;
}
#mainnav ul li a *{
	display:none;
}
#mainnav ul li a .JSHover{
    height:30px;
	display:block;
	position:relative;
}
#mainnav ul li a .ArrowClick{
	height:10px;
	display:block;
	background-position: 0 -110px;
	z-index:2;
	opacity:0.001;
}
.title1{
	background: url(../img/nav_1.png) no-repeat 0 top;
	width: 114px;
}
.title2{
	background: url(../img/nav_2.png) no-repeat left top;
	width: 66px;
}
.title3{
	background: url(../img/nav_3.png) no-repeat left top;
	width: 72px;
}
.title4{
	background: url(../img/nav_4.png) no-repeat left top;
	width: 77px;
}
.mainnav_on, .mainnav_off:hover{
	background-position: 0 -39px;
}
.mainnav_off{
	background-position: left top;
}
.mainnav_active{
    background-position: 0 -79px;
}

/* SUB NAVIGATION
*******************************/
#subnav {
	float: left;
	width: 175px;
}
#subnav h3 {
        margin: 0 0 0 30px;
        padding: 0;
        font-size: 1em;
        text-transform: uppercase;
        color: #fff;
}

#titleBrand {
	margin: 0 0 0 30px;
	padding: 0;
	background: url(../img/cart_titleBrand.png) no-repeat 0 0;
	text-indent: -8888px;
	display: block;
	outline: none;
	width: 41px;
	height: 11px;
}

#titleType {
	margin: 0 0 0 30px;
	padding: 0;
	background: url(../img/cart_titleType.png) no-repeat 0 0;
	text-indent: -8888px;
	display: block;
	outline: none;
	width: 31px;
	height: 10px;
}
#titleLatest{
	margin: 0 0 0 30px;
        padding: 0;
        background: url(../img/blog_titleLatest.png) no-repeat 0 0;
        text-indent: -8888px;
        display: block;
        outline: none;
        width: 77px;
        height: 10px;
}
#titleTopics{
	 margin: 0 0 0 30px;
        padding: 0;
        background: url(../img/blog_titleTopic.png) no-repeat 0 0;
        text-indent: -8888px;
        display: block;
        outline: none;
        width: 77px;
        height: 10px;

}
#titleHistory{
	 margin: 0 0 0 30px;
        padding: 0;
        background: url(../img/blog_titleHistory.png) no-repeat 0 0;
        text-indent: -8888px;
        display: block;
        outline: none;
        width: 77px;
        height: 10px;
}

#subnav ul {
	margin-left: 30px;
}

#subnav ul li {
	margin: 4px 0 0 0;
	padding: 0;
	color: #3f3f3f;
}

#subnav a {
	color: #717074;
	text-decoration: none;
}

#subnav a:hover {
	color: #ccc;
}

#subnav hr {
	color: #333;
	background-color: #333;
	height: 1px;
	width: 73%;
	border: 1px solid #333;
}


/* BREAD
*******************************/
#breadcrumb {
	height: 15px;
	margin: 0 0 15px 0;
	display: block;
}

#breadcrumb li {
	display: inline;
	line-height: 40px;
	color: #666;
}

#breadcrumb li a {
	color: #666;
	padding: 0 2px;
}

#breadcrumb li a:hover {
	text-decoration: underline;
	color: #0d4397;
}

#breadcrumb li .active {
	color: #1171cc;
}


/* FOOTER
*******************************/
#footer {
	height: 20px;
	width: 915px;
	margin-top: 12px;
}

#footer a {
	color: #333;
	text-transform: uppercase;
	font-size: 0.9em;
}

#homeContentContainer{
	width:915px;
	min-height:400px;
	text-align:right;
}

#homeContent{
x	text-align:center;
	border-top: 1px solid #666666;
x	border-left: 1px solid #666666;
x	margin-left:10px;
x	max-width:905px;
	padding-top: 4px;
	padding-bottom:4px;
	max-width: 915px;
	min-height: 400px;
}

#homeContent img{
x	margin: 2px;
	border: none;
}
#homeBannerLeft{
x	margin:0px;
x	max-width:245px;
	float: left;
	width:260px;
}
#homeBannerRight{
x	margin:0px;
x	max-width: 649px;
	float: left;
	width:655px;
}

/* CART
*******************************/
#cartContent {
        display: block;
        margin-top: 24px;
		list-style: none;
}

/* Shop Main Hover
*******************************/
.HoverableAnchors a{
        height: 170px;
	width:220px;
	position:relative;
	display:block;
	margin: 0 9px 0 0;
        float: left;
}
.HoverableAnchors a *{
  display: none; 
}
.HoverableAnchors a span{
  width:220px;
  height: 170px;
  display: block;
  position: relative;
  background-color:#dddddd;
} /* NOTE: Image declarations MUST be before Box Position declaration Box_on/Box_off */
.Image_matic{
  background:transparent url(../img/cartBrand_matic.png) no-repeat 0 0;
}
.Image_gw{
  background:transparent url(../img/cartBrand_gw.png) no-repeat 0 0;
}
.Image_monsters{
  background:transparent url(../img/cartBrand_monsters.png) no-repeat 0 0;
}
.Box_on, .Box_off:hover {
  background-position: 0 -170px;
}
.Box_off{
 background-position: 0 0;
}

/* Shop Product Item
*******************************/
#pGallery {
	width: 350px;
	height: 266px;
	margin: 0;
	float: left;
}

#pSubGallery {
	border-top: 1px solid #000;
	width: 350px;
}

#pSubGallery ul{
	margin: 10px 0 0 0;
	text-align: center;
}

#pSubGallery ul li {
	display: inline;
}

#pSubGallery ul li a {
	margin: 0 10px 0 10px;
}

#pSubGallery ul li a img {
	width: 65px;
	height: 45px;
}

.EditImage {
	display: block;
	width: 65px;
	height: 20px;
	background: url(../img/button_edit.png) no-repeat 0 0;
	text-indent: -8888px;
	float: left;
	margin: 20px -25px 20px 0;
}

.EditImage:hover {
	background-position: 0 -20px;
}

#pDetails {
	width: 350px;
	height: 350px;
	margin: 0 0 0 370px;
}

#pDetails h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #000;
}

/* Shop Browsing
*******************************/
.grid {
	display: block;
	background: url(../img/cart_grid.png) no-repeat 0 0;
	width: 700px;
	height: 213px;
	margin: 0 0 20px 0;
}

.grid li {
	float: left;
	width: 233px;
}


.grid li a img {
	margin: 10px 0 0 1px;
	border: none;
	outline: none;
}

.grid span {
	display: block;
	width: 236px;
	margin: 0 auto;
	text-align: center;
}

.grid a {
	color: #717074;
}

.grid a:hover {
	color: #000;
}

#pZoom {
	width: 720px;
	background: url(../img/cart_gridTop.png) no-repeat top left;
	margin-left: 10px;
}

#pZoomClose {
	width: 720px;
	background: url(../img/cart_gridBottom.png) no-repeat bottom left;
}

#featureBox {
	margin-left: 30px;
}


/* SIDE SHOPPING CART
*******************************/
#sideshoppingcart {
	background: #2b2b2b;
	margin: 10px 0 0 23px;
	padding-top: 5px;
	width: 151px;
	color: #fff;
	display: block;
	min-height:50px;
}

#shoppingcartcontents {
	margin: 5px 5px 0 5px;
	padding-bottom: 1px;
}

#shoppingcartcontents h3 {
	display: block;
	background: url(../img/cart_title.png) no-repeat 0 0;
	width: 147px;
	height: 12px;
	margin: 0 0 0 0;
	text-indent: -8888px;
}

.items {
	display: block;
	margin: 4px 0 4px 0;
}

ul#shoppingcart {
	margin: 10px 0 5px 0;
	padding: 0;
	list-style-image: url(../img/cart_arrow.png);
	list-style-position: inside;
}

.total {
	display: block;
	margin: 10px 0 13px 0;
}

.emptycart a {
	display: block;
	background: url(../img/button_empty.png) no-repeat 0 0;
	margin: 0 0 0 -5px;
	width: 75px;
	height: 23px;
	text-indent: -8888px;
	float: left;
	padding: 0;
}

.emptycart a:hover {
	background: url(../img/button_empty.png) no-repeat 0 -23px;
}

.gocheckout a {
	display: block;
	background: url(../img/button_checkout.png) no-repeat 0 0;
	margin: 0 0 0 71px;
	width: 75px;
	height: 23px;
	text-indent: -8888px;
	padding: 0;
}

.gocheckout a:hover {
	background: url(../img/button_checkout.png) no-repeat 0 -23px;
}

.myaccount a {
	display: block;
	background: url(../img/button_account.png) no-repeat 0 0;
	margin: 0 0 0 23px;
	width: 150px;
	height: 23px;
	text-indent: -8888px;
}

.myaccount a:hover {
	background: url(../img/button_account.png) no-repeat 0 -23px;
}

.items {
	color: #6a6a6a;
	font-size: 0.9em;
}
	
.thproduct {
	text-align: left;
}
	
/* FORMS
*******************************/
dd {
	padding: 2px 0;
	margin: 0;
}

input:hover, textarea:hover {
	border: 1px solid #000000;
}

input, textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #9B9B9B;
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	font-size: 1em;
}

dt {
	margin: 10px 0 5px 0;
}

select {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #9B9B9B;
	color: #333;
	font-size: 1em;
	width: 120px;
}

#buyButton{
	background: url(../img/button_add.png) no-repeat 0 0;
	width: 75px;
	height: 23px;
	outline: none;
	border: 0;
	text-indent: -8888px;
	font-size: 0;                             
	line-height: 23px;

}

#buyButton:hover, #sendButton:hover {
	background-position: 0 -23px;
} 

#sendButton {
	background: url(../img/button_send.png) no-repeat 0 0;
	width: 75px;
	height: 23px;
	outline: none;
	border: 0;
	text-indent: -8888px;
	font-size: 0;                             
	line-height: 23px;

}

/* BLOG
*******************************/
#blogProfile {
	margin-left: 30px;
}

#blogProfile h3 {
	margin: 10px 0 0 0;
}

.blognavigation {
	border-top: 1px solid #ccc;	
	width: 700px;
	height: 20px;
	margin: 30px 0 0 0;
	padding-top: 20px;
	color: #333;
}

.blognavigation a {
	color: #333;
}


.alignleft{
	float: left;
	text-align:left;
	width:350px;
}

.alignright{
	float:right;
	text-align:right;
	width:350px;
}

.post {
	border-top: 1px solid #ccc;
	margin: 10px 0 20px 0;
}

.post p a img {
	border: none;
	margin: 0;
	padding: 0;
}

.post small {
	text-transform: uppercase;
	color: #b7b7b7;
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
}
.post h2, .post h3 {
	margin: 0;
	padding: 0;
}

.post h3 a, .post h2 a {
	color: #333;
	font-size: 12px;
	margin: 13px 0 3px 0;
	padding: 4px 0 4px 0;
	display: block;
}

.post h3 a:hover, .post h2 a:hover {
	background-color: #ececec;
	color: #333;
}
#commentsBox{

}
.CommentExpand {
	display:block;
       border-top: 1px solid #ccc;
       margin-top: 10px;
}
#commentsBox h5 img, a.CommentExpand h5 img{
	margin: 0 5px 0 2px;
}
.CommentExpand h5 {
       text-transform: uppercase;
       font-size: .75em;
       color: #b7b7b7;
       margin: 1px 0 20px 0;
       padding: 4px 0 4px 0;
}
#comments {
}
	
.CommentExpand h5:hover {
	background: #ececec;
	color: #666;
}

#comment {
	width: 400px;
}

.commentlist {
       list-style: none;
       margin: 0;
       padding: 0;
}

/* CHECKOUT
*******************************/
h2 {
	border-top: 1px solid #ccc;	
	color: #737373;
	font-size: 1.1em;
	margin: 13px 0 3px 0;
	padding: 13px 0 4px 0;
}

.productcart {
	margin: 20px 0 0 -1px;
}

.productcart tr {
	height: 26px;
}

.firstrow {
	height: 25px;
	background: #939393;
	color: #fff;
}

.firstrow td {
	padding: 3px;
}

.firstcol {
	width: 200px;
}

tr.product_shipping td h2 {
	border-top: 0;
	color: #000;
	font-size: .95em;
	margin: 10px 0 0 0;
	padding: 0;
}

hr.productcart {
	display: none;
}

.wpsc_checkout_table tbody tr td {
	height: 26px;
	width: 100px;
}

.wpsc_checkout_table input, .wpsc_checkout_table textarea {
	width: 180px;
}

.wpsc_checkout_table tbody tr td strong {
	color: #000;
	display: block;
	padding: 5px 0 5px 0px;
	margin: 25px 0 5px 0;
/*	border-left: 4px solid #000; */

}
div#checkout_login_box {
/*	display:none; */
	margin:20px 0 0;
	padding:5px 5px 5px 15px;
	width:auto;
}
div#checkout_login_box form {
	text-align:left;
}

/* My Account
*******************************/
table.logdisplay {
	width:100%;
}
table.logdisplay tr.toprow td {
	font-weight:bold;
	text-align:center;
}
	table.logdisplay tr.toprow2 td {
	font-weight:bold;
	text-align:left;
}
table.logdisplay tr td {
	padding-bottom:2px;
	padding-left:5px;
	padding-top:2px;
}
table.logdisplay tr.alt {
	background-color:#EEEEEE;
}
table.logdisplay tr.alt td {
	background-color:#EEEEEE;
}
td.processed {
	min-width:140px;
	text-align:left;
	white-space:nowrap;
	width:140px;
}
td.processed a {
	border-bottom:medium none;
}
td.processed a img {
	margin-left:5px;
}
div#form_field_form_container {
	margin:0;
	padding:0;
}
div#form_field_form_container div, div#form_field_form_container div table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
}
div#form_field_form_container div table tr td {
	margin:0;
	padding:0;
}
div.order_status {
	border:1px solid #EEEEEE;
	display:none;
	width:100%;
}
div.order_status div {
	display:block !important;
	padding:0 0 1ex;
	width:100%;
}
div.order_status ul {
	list-style-type:none;
	margin:1ex 0 0;
	padding:0;
}
div.order_status ul li {
	padding-left:0;
}
div.order_status ul li input {
	margin:0 2px -2px 0;
}
img.log_expander_icon {
	margin-right:3px;
}
#login{
/*	background-color:#ff0000; */
}
user-profile-links {
    text-transform: uppercase;
    color: #b7b7b7;
}


