* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	background-color:#e51937;
	background-image:url(/images/background.gif);
	background-repeat:repeat;
	background-position:left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#fff;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited, a:active {
	color:#e51937;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/*white links no underline*/

#navigation a:link, #navigation a:visited, #navigation a:active,
#footer a:link, #footer a:visited, #footer a:active,
#numbers a:link, #numbers a:visited, #numbers a:active,
#products a:link, #products a:visited, #products a:active {
	color:#fff;
	text-decoration:none;
}

#navigation a:hover,
#footer a:hover,
#numbers a:hover,
#products a:hover {
	text-decoration:underline;
}

/*white links no underline end*/

#credit {
	color:#000;
}

#credit a:link, #credit a:visited, #credit a:active {
	text-decoration:underline;
	color:#000;
}

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


#header {
	height:48px;
	background-image:url(/images/header.gif);
	background-repeat:repeat-x;
	background-position:left top;
	margin-bottom:60px;
}

#info {
	width:960px;
	margin:0 auto;
}

#cart {
	padding-left:65px;
	padding-top:7px;
	width:210px;
	height:77px;
	float:right;
	background-image:url(/images/cart.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-right:-9px;
	color:#000;
	line-height:16px;
}

#navigation {
	height:47px;
	position:relative;
	left:194px;
	float:left;
	padding-left:10px;
	padding-top:11px;
	line-height:16px;
}
#container {
	width:960px;
	margin:0 auto;
}

#transparent {
	background-image:url(/images/transparent.png);
	color:#000;
}

.clear {
	clear:both;
}

/*column start*/

#column {
	width:175px;
	padding-left:19px;
	float:left;
	top:-108px;
	position:relative;
}

#logo {
	width:175px;
	height:190px;
	margin-bottom:63px;
}

/*menu start*/

#menu {
	margin-bottom:63px;
}

#menu ul li {
	list-style-type:none;
	width:175px;
	height:40px;
	margin-bottom:5px;
	text-indent:-9999px;
}

#menu ul li#apatchy-shop {
	background-image:url(/images/apatchy-shop_over.gif);
}

#menu ul li#about-us {
	background-image:url(/images/about-us_over.gif);
}

#menu ul li#designer-blog {
	background-image:url(/images/designer-blog_over.gif);
}

#menu ul li#contact-us {
	background-image:url(/images/contact-us_over.gif);
}

#menu ul li#show-us {
	background-image:url(/images/show-us_over.gif);
}

#menu ul li#join-us {
	background-image:url(/images/join-us_over.gif);
}

#menu ul li#login {
	background-image:url(/images/login_over.gif);
}

#menu ul li#my-account {
	background-image:url(/images/my-account_over.gif);
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	display:block;
	width:175px;
	height:40px;
}

#menu ul li#apatchy-shop a:link, #menu ul li#apatchy-shop a:visited, #menu ul li#apatchy-shop a:active {
	background-image:url(/images/apatchy-shop.gif);
}

#menu ul li#about-us a:link, #menu ul li#about-us a:visited, #menu ul li#about-us a:active {
	background-image:url(/images/about-us.gif);
}

#menu ul li#designer-blog a:link, #menu ul li#designer-blog a:visited, #menu ul li#designer-blog a:active {
	background-image:url(/images/designer-blog.gif);
}

#menu ul li#contact-us a:link, #menu ul li#contact-us a:visited, #menu ul li#contact-us a:active {
	background-image:url(/images/contact-us.gif);
}

#menu ul li#show-us a:link, #menu ul li#show-us a:visited, #menu ul li#show-us a:active {
	background-image:url(/images/show-us.gif);
}

#menu ul li#join-us a:link, #menu ul li#join-us a:visited, #menu ul li#join-us a:active {
	background-image:url(/images/join-us.gif);
}

#menu ul li#login a:link, #menu ul li#login a:visited, #menu ul li#login a:active {
	background-image:url(/images/login.gif);
}

#menu ul li#my-account a:link, #menu ul li#my-account a:visited, #menu ul li#my-account a:active {
	background-image:url(/images/my-account.gif);
}

#menu ul li#apatchy-shop a:hover,
#menu ul li#about-us a:hover,
#menu ul li#designer-blog a:hover,
#menu ul li#contact-us a:hover,
#menu ul li#show-us a:hover,
#menu ul li#join-us a:hover,
#menu ul li#login a:hover,
#menu ul li#my-account a:hover {
	background-image:none;
}


/*submenu*/

#menu ul li#apatchy-shop ul {
	display:none;
	position:absolute;
	background-image:url(/images/submenu.png);
	margin-left:175px;
	margin-top:-40px;
	z-index:999;
	width:125px;
}

#menu ul li#apatchy-shop:hover ul,
#menu ul li#apatchy-shop.over ul {
	display:block;
}

#menu ul li#apatchy-shop ul li {
	width:auto;
	height:auto;
	margin:0;
	text-indent:0px;
	background-image:none;
}

#menu ul li#apatchy-shop ul li a:link, #menu ul li#apatchy-shop ul li a:visited, #menu ul li#apatchy-shop ul li a:active {
	width:auto;
	height:auto;
	background-image:none;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:3px 10px;
}

#menu ul li#apatchy-shop ul li a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000;
}

/*submenu end*/

/*menu end*/

/*column end*/

/*main start*/

#main {
	width:766px;
	float:right;
}

#title {
	/*margin-top:-100px;*/
	margin-bottom:10px;
}

#content {
	top:-32px;
	position:relative;
	padding:0 10px;
	width:746px;
}

#content p {
	margin-bottom:10px;
}

#content p#share, #content p#price {
	margin-top:20px;
}

h1 {
	margin-bottom:10px;
	line-height:normal;
	color:#e51937;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
}

h2 {
	margin-bottom:10px;
	line-height:normal;
	color:#e51937;
	font-weight:bold;
	font-size:14px;
	text-transform:none;
}

/*static*/

#top {
	background-image:url(/images/top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:59px;
}

#static {
	background-image:url(/images/static.png);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#000;
	padding:0 25px 90px 15px;
}

/*static end*/

/*original*/

#original {
	width:746px;
	height:272px;
}

/*original end*/

/*strip*/

#strip {

}

#strip ul li {
	list-style-type:none;
	float:left;
}

/*strip end*/

/*panels*/

#panels {
	clear:both;
	width:746px;
}

#panels ul li {
	list-style-type:none;
	float:left;
}

#panel1 {
	width:232px;
	height:224px;
}

#panel2 {
	width:260px;
	height:218px;
	padding-top:6px;
	background-image:url(/images/panel2.png);

}

panel3 {
	width:254px;
	height:224px;
}

/*panels end*/

/*shop*/

/*row1*/

#row1 {
	height:308px;
	background-image:url(/images/row1.png);
	background-repeat:no-repeat;
	background-position:left top;
	clear:both;
}

#row1 ul li {
	list-style-type:none;
	float:left;	
	color:#000;
	width:195px;
	margin-top:45px;
	margin-left:40px;
	
	padding-left:24px;
	width:171px;
}

#content #row1 ul li p {
	 margin-left:45px;
	 
	 margin-left:0;
}

.row1 {
	height:308px;
	background-image:url(/images/row1.png);
	background-repeat:no-repeat;
	background-position:left top;
	clear:both;
}

.row1 ul li {
	list-style-type:none;
	float:left;	
	color:#000;
	width:195px;
	margin-top:45px;
	margin-left:40px;
	
	padding-left:24px;
	width:171px;
}

#content .row1 ul li p {
	 margin-left:45px;
	 
	  margin-left:0;
}

/*row1 end*/

/*row2*/

.row2 {
	height:295px;
	background-image:url(/images/row2.png);
	background-repeat:no-repeat;
	background-position:left top;
	clear:both;
}

.row2 ul li {
	list-style-type:none;
	float:left;	
	color:#000;
	width:195px;
	margin-top:32px;
	margin-left:40px;
	
	padding-left:24px;
	width:171px;
}

#content .row2 ul li p {
	 margin-left:45px;
	 
	  margin-left:0;
}

/*row2 end*/

/*row3*/

.row3 {
	height:295px;
	background-image:url(/images/row3.png);
	background-repeat:no-repeat;
	background-position:left top;
	clear:both;
}

.row3 ul li {
	list-style-type:none;
	float:left;	
	color:#000;
	width:195px;
	margin-top:32px;
	margin-left:40px;
	
	padding-left:24px;
	width:171px;
}

#content .row3 ul li p {
	 margin-left:45px;
	 
	  margin-left:0;
}

/*row3 end*/

#breadcrumb {
	float:left;
}

#products {
	color:#000;
	border-bottom:1px dashed #fff;
	margin-bottom:20px;
	line-height:30px;
	height:30px;
	text-align:right;
}

#numbers {
	color:#000;
	border-top:1px dashed #fff;
	margin-top:10px;
	line-height:30px;
	text-align:right;
}

/*shop end*/

/*blog*/

#blog-content {
	float:left;
	width:506px;
	padding-right:25px;
	border-right:1px dashed #000;
}

#blog-sidebar {
	float:right;
	width:150px;
}

#blog-sidebar ul {
	margin-bottom:20px;
}

#blog-sidebar ul li {
	list-style-type:none;
}

#blog-sidebar ul li a:link, #blog-sidebar ul li a:visited, #blog-sidebar ul li a:active {
	color:#000;
	text-decoration:none;
}

#blog-sidebar ul li a:hover {
	text-decoration:underline;
}	

.blog-post {
	margin:30px 0;
}

/*blog end*/

/*shop*/



#image {
	width:340px;
	float:left;
	text-align:center;
}

#description {
	width:340px;
	float:right;
}

#content p#price {
	color:#e51937;
	font-weight:bold;
	font-size:18px;
}

/*shop end*/

/*main end*/

#find {
	width:96px;
	height:44px;
	padding-left:26px;
	padding-top:45px;
	background-image:url(/images/find.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:19px;
	position:relative;
	top:-108px;
}

#find ul {
}

#find ul li {
	list-style-type:none;
	float:left;
	width:31px;
	height:32px;
	margin-right:7px;
}

#footer {
	clear:both;
	height:27px;
	width:940px;
	margin:0 auto;
	top:-79px;
	position:relative;
	background-image:url(/images/footer.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	line-height:16px;
}

#apatchy-footer {
	float:right;
}

#credit {
	position:relative;
	top:-79px;
	width:940px;
	margin:0 auto;
	padding:7px 10px;
	line-height:16px;
}

.none {
	visibility:hidden;
}