@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/content/background_01.png) repeat;
	background-color: #FBAD01;
}

#containerMain {
	margin: 0px auto;
	left: auto;
	right: auto;
	width: 976px;
	height: auto;
	position: absolute center;
	z-index: -1;
}

#containerHeader {
	margin: 0px auto;
	width: 976px;
	height: 190px;
	background: url(../images/content/container_top.png) no-repeat;
	position: absolute center;
}

#containerMainMiddle {
	margin: 0px auto;
	width: 976px;
	height: auto;
	background: url(../images/content/container_middle.png) repeat-y;
	position: absolute center;
	z-index: -1;
}

#containerMainBottom {
	margin: 0px auto;
	width: 976px;
	height: 52px;
	background: url(../images/content/container_bottom.png) no-repeat;
	position: absolute center;
	z-index: -1;
}

#containerLogo {
	width: 285px;
	height: 190px;
	background: url(../images/content/lucky_dog_logo.png) no-repeat top left;
	position: relative;
	left: 36px;
	float: left;
	display: block;
}

#containerLogo a {
	display: block;
	width: 285px;
	height: 190px;
}

#containerNav {
	width: 547px;
	height: 29px;
	position: relative;
	top: 161px;
	left: 110px;
	float: left;
}

#navHome {
	width: 78px;
	height: 29px;
	background: url(../images/content/nav_home_off.png) no-repeat;
	position: relative;
	float: left;
	display: block;
}

#navHome:Hover {
	background: url(../images/content/nav_home_on.png) no-repeat;
}

#navHome:Active {
	background: url(../images/content/nav_home_on.png) no-repeat;
}

#navHome a {
	display: block;
	width: 78px;
	height: 29px;
}

#navStore {
	width: 83px;
	height: 29px;
	background: url(../images/content/nav_store_off.png) no-repeat;
	position: relative;
	float: left;
	display: block;
}

#navStore:Hover {
	background: url(../images/content/nav_store_on.png) no-repeat;
}

#navStore:Active {
	background: url(../images/content/nav_store_on.png) no-repeat;
}

#navStore a {
	display: block;
	width: 83px;
	height: 29px;
}

#navAbout {
	width: 86px;
	height: 29px;
	background: url(../images/content/nav_about_off.png) no-repeat;
	position: relative;
	float: left;
	display: block;
}

#navAbout:Hover {
	background: url(../images/content/nav_about_on.png) no-repeat;
}

#navAbout:Active {
	background: url(../images/content/nav_about_on.png) no-repeat;
}

#navAbout a {
	display: block;
	width: 86px;
	height: 29px;
}

#navContact {
	width: 130px;
	height: 29px;
	background: url(../images/content/nav_contact_off.png) no-repeat;
	position: relative;
	float: left;
	display: block;
}

#navContact:Hover {
	background: url(../images/content/nav_contact_on.png) no-repeat;
}

#navContact:Active {
	background: url(../images/content/nav_contact_on.png) no-repeat;
}

#navContact a {
	display: block;
	width: 130px;
	height: 29px;
}

#navYourLuckyDog {
	width: 170px;
	height: 29px;
	background: url(../images/content/nav_yourluckydog_off.png) no-repeat;
	position: relative;
	float: left;
	display: block;
}

#navYourLuckyDog:Hover {
	background: url(../images/content/nav_yourluckydog_on.png) no-repeat;
}

#navYourLuckyDog:Active {
	background: url(../images/content/nav_yourluckydog_on.png) no-repeat;
}

#navYourLuckyDog a {
	display: block;
	width: 170px;
	height: 29px;
}

#newsFeed {
	margin: 0px 33px;
	padding: 10px 20px;
	background: url(../images/content/news.png) no-repeat center;
}

#footerLinks {
	margin: 0px auto;
	padding: 14px 0px 0px 0px;
	width: 976px;
	text-align: center;
}

#footerLinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#footerLinks ul li {
	margin: 0px;
	padding: 0px 16px 0px 0px;
	display: inline;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #787878;
}

#footerLinks ul li a {
	padding: 0px 0px 0px 10px;
	font-family: Tahoma, Arial, Verdana, Helvetica, Sans Serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #787878;

}

#footerLinks a:hover {
	text-decoration: underline;
}

h1, h2, h3, p, ul, li, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #48180C;
}

h1 {
	font-size: 18px;
	font-style: bold;
	color: #FB980E;
	line-height: 24px;
}

h2 {
	font-size: 14px;
	font-style: bold;
	line-height: 24px;
}

p, ul, li, td {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	text-align: justify;
}

ul, li {
	margin: 0px 0px 0px 20px;
}

a:link, a:visited, a:hover, a:active, a:focus {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FB980E;
}

a:link {
	text-decoration: underline;
}

a:visited {
	color: #48180C;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:focus {
	outline: none;
}

td {
	padding: 0px;
}

td.storethumb {
	text-align: center;
	padding: 6px;
}

.footer {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}

.newsfeed {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}

.copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #FFF;
}

.clear {
	clear: both;
}

.borderall {
	border: #D7D7D7 1px solid;
}

.bordertop {
	border-top: #D7D7D7 1px solid;
}

.borderright {
	border-right: #D7D7D7 1px solid;
}

.borderbottom {
	border-bottom: #D7D7D7 1px solid;
}

.borderleft {
	border-left: #D7D7D7 1px solid;
}

.nobordertop {
	border-top: none;
}

.noborderright {
	border-right: none;
}

.noborderbottom {
	border-bottom: none;
}

.noborderleft {
	border-left: none;
}



/* FOR STORE SECTION */
#storeColumnLeft {
	float: left;
	width: 190px;
	height: auto;
	margin: 0px 0px 0px 10px;
	padding: 40px 30px 0px 20px;
	background: url(../images/content/left_column_fade.png) repeat-x 0 0;
}

#storeColumnRight {
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 30px;
	width: 654px;
	height: auto;
	border-left: #D7D7D7 solid 1px;
}

a:link.storenav, a:visited.storenav, a:hover.storenav, a:active.storenav, a:focus.storenav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #48180C;
}

a:link.storenav {
	text-decoration: none;
}

a:visited.storenav {
	color: #48180C;
	text-decoration: none;
}

a:hover.storenav {
	color: #FB980E;
	text-decoration: underline;
}

a:active.storenav {
	text-decoration: none;
}

a:focus.storenav {
	outline: none;
}

.catergoryTitle {
	padding: 5px 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	color: #FFF;
	background: #48180C;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

td.productPricing {
	padding: 10px 20px 10px 10px;
}

td.productInfo {
	padding: 10px 10px 10px 20px;	
}

.productSalePrice {
	font-weight: bold;
	text-align: right;
	color: #C00;
}

.productOriginalPrice {
	font-weight: normal;
	text-align: right;
	color: #666;
	text-decoration: line-through;
}

.productCurrentPrice {
	font-weight: normal;
	text-align: right;
	color: #333;
}

.productPrice {
	font-weight: normal;
	text-align: right;
	color: #666;
}

.productCode {
	font-weight: normal;
	font-size: 10px;
	text-align: right;
	color: #666;
}

.productSize {
	font-weight: normal;
	text-align: right;
	color: #666;	
}

.productDetail {
	font-weight: bold;
	color: #FB980E;	
}

.paypal {
	color: #666;
	text-align: right;
}



/* FOR ABOUT SECTION */
#containerAbout {
	margin: 0px 33px;
	width: 910px;
}

.background {
	padding-top: 70px;
	width: 910px;
	height: 380px;
	background: url(../images/content/about_us_01.png) no-repeat;
}

.background h1 {
	margin: 0px 0px 0px 70px;
}

.background p{
	margin: 0px 600px 0px 70px;
}



/* FOR CONTACT SECTION */
#containerContact {
	margin: 0px 33px;
	width: 910px;
}

#containerContactTop {
	width: 910px;
	height: 22px;
	background: url(/images/content/main_top.png) no-repeat;
}

#containerContactMiddle {
	width: 910px;
	background: url(/images/content/main_middle.png) repeat-y;
}

#containerContactBottom {
	width: 910px;
	height: 22px;
	background: url(/images/content/main_bottom.png) no-repeat;
}



/* FOR YOUR LUCKY DOG SECTION */
#containerYourLD {
	margin: 0px 33px;
	width: 910px;
}

#containerYourLDHeader {
	padding: 40px 600px 0px 70px;
	width: 240px;
	height: 121px;
	background: url(../images/content/luckydog_header.png) no-repeat;
}

#containerYourLDTop {
	width: 910px;
	height: 22px;
	background: url(/images/content/main_top.png) no-repeat;
}

#containerYourLDMiddle {
	width: 910px;
	background: url(/images/content/main_middle.png) repeat-y;
}

#containerYourLDBottom {
	width: 910px;
	height: 22px;
	background: url(/images/content/main_bottom.png) no-repeat;
}

#containerRoundedTop {
	width: 910px;
	height: 22px;
	background: url(/images/content/main_top.png) no-repeat;
}

#containerBorderMiddle {
	width: 790px;
	padding: 0px 60px;
	background: url(/images/content/main_middle.png) repeat-y;
}

#containerRoundedBottom {
	width: 910px;
	height: 22px;
	background: url(/images/content/main_bottom.png) no-repeat;	
}

#adspace {
	margin: 0px 104px;
	width: 728px;
	height: 90px;
	border: #CCCCCC 1px solid;
}

#contentcontainer {
	margin: 0px auto;
	width: 450px;
}

#closeholder {
	width: 450;
	height: 30px;
	background-color: #FFF;
	border-top: 1px solid #CCC;
}

.thumbnail {
	width: 120px;
	height: 120px;
	background: url(../images/content/thumbnail_blank.png) no-repeat center;
	border: #CCCCCC 2px solid;
}

.thumbnail:Hover {
	border: #FB980E 2px solid;
}

.thumbnail:Active {
	border: #48180C 2px solid;
}




