/* CSS Document */
/* Top Dog - style.css */

* 
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Trebuchet MS, Lucida Grande, Tahoma, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #403b43;
	
	width: 959px;
	margin: 20px auto;
	position: relative;

	background: #742974 url(images/bk.jpg);
}

p
{
	margin: 0 0 10px 0;
}

a
{
	color: #6b7932;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


table
{
	width: 99%;
	background: #e6e6d8;
}

tr
{

}

td
{
	margin: 1px;
	background: #f9f9f6;
	padding: 10px;
}

tr.alt td
{
	background: #f2f2eb;
}

#doghead
{
	position: absolute;
	top: 0;
	right: 0;
	margin: -20px 0px 0 0;
	background: url(images/hd_dog4.png) no-repeat;
	width: 279px;
	height: 309px;
}


#hd1
{
	background: url(images/ui_top.png) no-repeat;
	height: 32px;
}

#hd1 p
{
	padding: 9px 20px 0 20px;
	font-size: 11px;
	font-weight: bold;
}

#hd1 a
{
	color: #403b43;
	text-decoration: underline;
}

#hd2
{
	background: #a372c3 url(images/hd_rhs_bk.jpg) no-repeat right top;
	height: 173px;
}


#nav
{
	height: 36px;
	background-color: #3d2b46;
}

#nav li
{
	
	display: block;
	float: left;
	height: 36px;
	border-right: 1px solid #a372c3;
}

#nav li a
{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	display: block;
	margin: 10px 20px;
	text-transform: uppercase;
	z-index: 100;
}

#nav li.current_page_item
{
	background-color: #a372c3;
}

#nav li a:hover
{
	text-decoration: underline;
}

#main
{
	background: #fff url(images/bk_content1.gif) no-repeat bottom left;
	min-height: 600px;
	border-bottom: 1px solid #cec6d4;
	padding: 40px 20px 20px 30px;
}

#main p
{
	margin: 10px 0;
	line-height: 22px;
	font-size: 12px;
}

#main h1
{
	font-size: 18px;
	font-weight: bold;
	color: #403b43;
}	

#main ul
{
	margin: 10px 10px 10px 15px;
}

#main li
{
	margin: 5px 0;
}

#main img.img_r
{
	
}

#home
{
	float: left;
	width: 370px;
	background: url(images/vertical_divider.gif) repeat-y right;
	padding: 0 15px 0 0;
	min-height: 600px;
}

#news
{
	float: left;
	width: 235px;
	background: url(images/vertical_divider.gif) repeat-y right;
	padding: 0 15px;
	min-height: 600px;
}

#news h2, #widgets h2
{
	font-size: 18px;
	font-weight: bold;
	color: #7f5a93;
	margin: 0 0 15px 0;
}

#news h3, #widgets h3
{
	font-size: 13px;
	font-weight: bold;
	color: #91b113;
	margin: 10px 0;
}

a.post-link
{
	font-size: 14px;
	font-weight: bold;
}

#widgets
{
	float: left;
	width: 235px;
	padding: 0 0 0 15px;
	min-height: 600px;
}

#news p, #widgets p
{
	margin: 10px 0 20px 0;
}

#widgets strong.price-was
{
	color: #bfadc9;
}

#widgets strong.price-now
{
	color: #60154c;
}

#content
{
	float: left;
	width: 640px;
	background: url(images/vertical_divider.gif) repeat-y right;
	padding: 0 15px 0 0;
	min-height: 600px;
}

#content-shop
{
	float: left;
	width: 640px;
	background: url(images/vertical_divider.gif) repeat-y right;
	padding: 0 15px 0 0;
	min-height: 1050px;
}

#content h1
{
	font-size: 24px;
	color: #3d2b46;
	margin: 0px 0 15px 0;
}

#content h2
{
	font-size: 15px;
	color: #7f5a93;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}

#content h3
{
	font-size: 13px;
	color: #91b113;
	text-transform: uppercase;
	margin: 15px 0 -5px 0;
}

#submenu
{
	height: 23px;
	xbackground-color: #601547;
	margin: 20px 0;
}

#submenu li 
{
	display: block;
	float: left;
	height: 23px;
	border: 1px solid #efefef;
	margin: 0 1px 0 0;
	xpadding: 3px 10px;
}

#submenu li a
{
	font-size: 11px;
	text-decoration: none;
	display: block;
	margin: 5px 7px;
	text-transform: uppercase;
}

#submenu ul
{
	margin: 0;
}

#submenu li.current_page_item
{
	background-color: #6b7932;
}

#submenu li.current_page_item a
{
	color: #fff;
}

.shop-row
{
	background: url(images/bk_shopui.gif) repeat-y;
	margin: 10px 0 20px 0;
	clear: both;
}

.shop-product
{
	width: 183px;
	float: left;
	margin: 10px 0 20px 0;
	border-top: 1px dotted #ccc;
	padding-top: 15px;
}

.shop-product-middle
{
	width: 183px;
	float: left;
	margin: 10px 32px 20px 30px;
	border-top: 1px dotted #ccc;
	padding-top: 15px;
}

.shop-product h4, .shop-product-middle h4
{
	font-weight: bold;
	font-size: 14px;
	color: #3d2b46;
}

#shop-nav
{
	margin: 5px 0 20px 0;
}

.options
{
	float: right;
}

.addtocart
{
	clear: right;
	float: right;
	margin: 5px 0 10px 0;
}

#main .shop-product p.specs, #main .shop-product-middle p.specs
{
	font-size: 10px;
	line-height: 15px;
	color: #777;
}

#main .shop-product p.specs strong, #main .shop-product-middle p.specs strong
{
	color: #60154C;
}

.options select
{
	width: 180px;
}

img.alignright
{
	float: right;
	margin: 10px 0 10px 10px;
}

img.alignleft
{
	float: left;
	margin: 10px 10px 10px 0;
}


img.img-border
{
	border: 5px solid #e6e6d8;
	padding: 1px;
	clear: both;
}

#img-caption
{
	border: 5px solid #e6e6d8;
	background: #e6e6d8;
	margin: 10px auto;
	width: 313px;
}

#img-caption-right
{
	border: 5px solid #e6e6d8;
	background: #e6e6d8;
	float: right;
	margin: 10px 0 10px 10px;
}

#img-caption img, #img-caption-right img
{
	border: 1px solid #fff;;
}

#img-caption p, #img-caption-right p
{
	font-size: 10px; !important
	padding: 10px;
	background: #e6e6d8;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
}

#sidebar li
{
	list-style: none;
	margin: 0;
	padding: 0;
}


#ft
{
	background: url(images/ui_bottom.png) no-repeat;
	height: 24px
}

#ft p
{
	float: right;
	padding: 6px 20px 0 20px;
	font-size: 10px;
	color: #601547;
	margin: 0;
}

#ft a
{
	color: #601547;
	text-decoration: underline;
}

#ft a:hover
{
	
}

#copy
{
	
}

