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

/* LAYOUT */

/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	/*background-color: #232949;
	background-image:url(../images/HOLIDAY-BG.gif);
	background-repeat: repeat;
	background-attachment: fixed;*/
}

#wrapper {
	top: -10px;
	margin: 0 auto;
	width: 949px;
	background-color: #ffffff;
}

#header, #content, #footer {
	margin: 0 auto;
	width: 889px;
}

#header {	
}
	
#logo-box {
	width: 193px;
	height: 79px;
	margin-top: 10px;
}

#content {
	top: -10px;
	border: 2px solid #cccccc;
}

/*#category-wrapper {	
	margin: 0 auto;
	width: 869px;
}*/

#footer-spacer {
	height: 25px;
}

/****** ADBOX ******/

.adbox-main, .adbox-sub, .adbox-small,
.adbox-footer, .adbox-footer-2 {
	overflow: hidden;
}

.adbox-main {
	width: 571px;
	height: 332px;
	position: relative;
}

.adbox-sub {
	width: 294px;
	height: 164px;
}

.adbox-small {
	width: 145px;
	height: 80px;
	margin-top: 4px;
	float: left;
}

.adbox-footer {
	width: 95px;
	height: 118px;
	margin-top: 10px;
	float: left;
}

.adbox-footer-2 {
	width: 374px;
	height: 118px;
	margin-top: 10px;
	float: left;
}

/****** CLASSES ******/

.margin-left-3 { margin-left: 3px; }

.margin-left-4 { margin-left: 4px; }
.margin-right-4 { margin-right: 4px; }
.margin-top-4 { margin-top: 4px; }
.margin-bottom-4 { margin-bottom: 4px; }

.margin-left-10 { margin-left: 10px; }
.margin-right-10 { margin-right: 10px; }
.margin-top-10 { margin-top: 10px; }
.margin-bottom-10 { margin-bottom: 10px; }

.clear { clear: both; }

.float-left { float: left; }
.float-right { float: right; }

/****** CLASSES ******/

.category {
	margin-top: 10px;
	width: 121px;
	height: 33px;	
	background-color:#FF0000;
	overflow: hidden;
	float: left;
	background-image:url('../images/BUTTON-BG.jpg');
}

.invisible-button {
	width: 100%;
	height: 100%;
	border: 0;
}

/****** RESET ******/

img { border: 0; }

h2 {
	margin: 0 !important;
	padding: 0 !important;
}

a {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}


#gallery-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 571px;
	height: 333px;
}


/* TYPE */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 { font-size: 18px; }

h2 { font-size: 18px; }

p { font-size: 12px; }

#footer p {
	font-size: 10px;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 ;
	margin-left: 10px;
	margin-top: 10px;
}

#footer ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #494949;
	/*display: inline;*/
}

#footer ul li a {
	font-size: 10px;
	color: #494949;
	text-decoration: none;
}

#footer ul li a:hover {
	font-size: 10px;
	color: #494949;
	text-decoration: underline
}

#footernav li { margin: 0; padding: 0; }

#footernav li {
	list-style: none;
	display: inline
}

#footernav li a {
	font-size: 14px;
	color: #494949;
	font-weight: bold;
	text-decoration: none;
}

#footernav li a:hover {
	font-size: 14px;
	color: #494949;
	font-weight: bold;
	text-decoration: underline
}



/* TABS */

/*
*	Setup
*/
#tabs-wrapper {
	width: 100%;
	height: 62px;
	position: relative;
	background-color: #CCCCCC;
	background-image:url('../images/BACKGROUND.jpg');
}

#center-tabs {
	width: 725px;
	margin: 0 auto;
}

#strip {
	width: 100%;
	height: 12px;
	background-image:url('../images/My-Blankee-Strip.gif');
}
	
ul.cssmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 145px;
	height: 62px;
	background: url('../images/sprite.jpg');
	}

/*
*	Normal Links
*/
ul.cssmenu li.online a {
	background-position: 0 0;
	}

ul.cssmenu li.outlet a {
	background-position: -145px 0;
	}

ul.cssmenu li.lucacharles a {
	background-position: -290px 0;
	}

	
ul.cssmenu li.lucahome a {
	background-position: -725px 0;
	}

ul.cssmenu li.doggie a {
	background-position: -435px 0;
	}

ul.cssmenu li.holloway a {
	background-position: -580px 0;
	}
	
/*
*	Hover Links
*/
ul.cssmenu li.online a:hover {
	background-position: 0 -62px;
	}

ul.cssmenu li.outlet a:hover {
	background-position: -145px -62px;
	}

ul.cssmenu li.lucacharles a:hover {
	background-position: -290px -62px;
	}

ul.cssmenu li.lucahome a:hover {
	background-position: -725px -62px;
	}

ul.cssmenu li.doggie a:hover {
	background-position: -435px -62px;
	}
	
ul.cssmenu li.holloway a:hover {
	background-position: -580px -62px;
	}

/*
*	Clicked Links
*/

ul.cssmenu li.online a:active {
	background-position: 0 -124px;
	}

ul.cssmenu li.outlet a:active {
	background-position: -145px -124px;
	}

ul.cssmenu li.lucacharles a:active {
	background-position: -290px -124px;
	}

ul.cssmenu li.lucahome a:active {
	background-position: -725px -124px;
	}

ul.cssmenu li.doggie a:active {
	background-position: -435px -124px;
	}

ul.cssmenu li.holloway a:active {
	background-position: -580px -124px;
	}

/*
*	Selected/Active Links
*/
ul.cssmenu li.online a.selected {
	background-position: 0 -124px;
	}

ul.cssmenu li.outlet a.selected {
	background-position: -145px -124px;
	}

ul.cssmenu li.lucacharles a.selected {
	background-position: -290px -124px;
	}
	
ul.cssmenu li.lucahome a.selected {
	background-position: -725px -124px;
	}

ul.cssmenu li.doggie a.selected {
	background-position: -435px -124px;
	}
	
ul.cssmenu li.holloway a.selected {
	background-position: -580px -124px;
	}
	
	
#footer {
	width: 889px !important;
	height: 115px;
	background-color: #d8d8d8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;			
	font-size: 11px;
	border: 2px solid #ccc;
	padding: 10px 0 10px 0;
	margin-top: 10px;
}
		
#footer a {		
	color: #666;
}
		
#contact, #contact {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
		
#footer-box {
	width: 130px;
	height: 100px;
	float: left;
	padding-left: 10px;
}
		
#copyright-box {
	width: 290px;
	height: 100px;
	float: left;
	padding-left: 10px;
}
		
#footer-box a { text-decoration: none; }
#footer-box a:hover { text-decoration: underline; }



#category-wrapper ul {
		margin: 10px 0 0 0;
		padding: 0;
		list-style: none;
	}
	
	#category-wrapper li.first {
		margin-left: 10px;
		float: left;
		width: 93px;
		text-align: center;
	}
	
	#category-wrapper li {		
		margin-left: 4px;
		float: left;
		width: 93px;
		text-align: center;
		background: url('../images/BUTTON-BG.jpg');
	}
	
	#category-wrapper a {
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		display: block;
		color: #333;
		width: 100%;
		/*height: 100%;*/
		padding: 8px 0 8px 0;
	}
	
	#category-wrapper a:hover {
	}
	

#size_price_1 {
	[if IE] width: 200px !important;
}

/************************************style********************************/
.search_text{height: 28px; width:150px; margin: 0; padding: 0; position: relative; top: -15px}
*:first-child+html .search_text{height: 28px; width:150px; margin: 0; padding: 0; position: relative; top: 0px}
