/*------------------------------------------------------------*/
/***************  TABLE OF CONTENTS   ***********************/

/*

Acadiana Home Design CSS

RESET - 
GENERAL ELEMENTS - body, wrapper, h1-h6, hr, span
LOGO -
CONTAINER -
TOP NAVIGATIION - topNav, topNav li, topNav li a, topNav li a:hover
SPLASH - s3Slider stuff for JQuery slideshow
CONTENT - column
RIGHT SIDE NAVIGATION - li, li a, li a:hover
ACCORDIAN NAVIGATION - 
FOOTER - p

GLLERY ITEMS -

DETAIL ITEMS - 

/*------------------------------------------------------------*/
/***************         COLORS      **************************/

/*
H1 - #FFFFFF
H2 - #333333
H3 - #333333
H4 - #f9f9f9
H5 - 
H6 - 
SPAN - #0099FF
HR - #CCCCCC

****/

	

/*------------------------------------------------------------*/
/***************          RESET      **************************/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
ol,ul,li {
	list-style: none;
}
p{
	margin: 0 0 10px 0;
	color: #666;
	padding: 10px 0 0 10px;
}

p strong {
	font-weight: bold;
	color: #333;
}
/*------------------------------------------------------------*/
/***************  GENERAL ELEMENTS   **************************/

body{
	background-image: url(/siteImages/ACAD_01.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}

#wrapper{
	margin: 0 auto;
	width: 964px;
	height: auto;
	padding: 2px;
}

h1{/* Splash Text Header */
	font: normal bold 16px Arial, Helvetica, sans-serif;
	color: white;
}

h2{/* New Arrivals Headers */
	font: normal bold 20px Trebuchet ms, Helvetica, sans-serif;
	padding: 5px 0 0 5px;
	color: #333;
}
h3{/* Content Header */
	font: normal bold 18px Trebuchet ms, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	color: #333;
	border-bottom: 1px #ccc solid;
}
h4{/* Page Header */
	font: normal bold 16px Trebuchet ms, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	color: #f9f9f9;
	padding: 5px 5px 5px 5px;
}
h5{/* Description */ 
	font: normal normal 16px Trebuchet ms, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

h6{/* Gallery Header */ 
	font: normal normal 16px Trebuchet ms, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

hr{
	background: #ccc;
	height: 1px;
}

span{/* Little Blue Text */
	font: normal normal 14px Trebuchet ms, Helvetica, sans-serif;
	color: #0099ff;
	font-weight: bold;
	padding-left: 5px;
}

span a{
	font: normal normal 14px Trebuchet ms, Helvetica, sans-serif;
	color: #0099ff;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
}

span a:hover{
	font: normal normal 14px Trebuchet ms, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
}

.clearing{
	clear: both;
}

/*------------------------------------------------------------*/
/*************** LOGO *****************************************/
#logo{
	background-image: url(/siteImages/logo_02.png);
	width: 960px;
	height: 94px;
	background-repeat: no-repeat;
	float: left:
}

/*------------------------------------------------------------*/
/*************** CONTAINER ************************************/

#container{
	margin: 10px 0 0 0 ;
	background-color: #fff;
	width: 960px;
	height: auto;
	padding: 2px;
	float: left
}

/*------------------------------------------------------------*/
/*************** TOP NAV **************************************/

.nav{ 
	width: 100%;
	height: 33px;
	background-image: url(/siteImages/nav_03.jpg);
	background-repeat: repeat-x;
	margin-bottom: 2px;
}

.nav li{
	float: left;
	display: block;
	list-style-type: none;
	padding: 7px 10px 0 5px;
	color: #f9f9f9;
	font: normal  14px Arial, Helvetica, sans-serif;
}

.nav li a{
	float: left;
	display: block;
	list-style-type: none;
	color: #f9f9f9;
	font: normal  14px Arial, Helvetica, sans-serif;	
	text-decoration: none;
}

.nav li a:hover{
	float: left;
	display: block;
	list-style-type: none;
	color: #666;
	font: normal  14px Arial, Helvetica, sans-serif;
	text-decoration: none;	
}

/*------------------------------------------------------------*/
/*************** SPLASH ***************************************/

#splash{
	background-image: url(/siteImages/1.png);
	background-repeat: no-repeat;
	width: 957px;
	height: 302px;
}

#slider1 {
    width: 957px; /* important to be same as image width */
    height: 303px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 957px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span strong {
    font-size: 14px;
    line-height: 16px;
}
.slider1Image span a{
	color: #0099ff !important;
}
.slider1Image span a:hover{
	color: #fff !important;
}
.left {
	top: 0;
    left: 0;
	width: 210px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

/*------------------------------------------------------------*/
/*************** CONTENT **************************************/

#content{
	width: 960px; 
	height: auto;
	float: left;
}

.column{
	float: left;
	width: 375px;
	height: auto;
	color: #666;
	padding: 5px;
	margin: 0 0 10px 0;
}

.column a{
	color: black;
	text-decoration: none;
}

.column a:hover{ 
	color: #0099ff;
	text-decoration: none;
}


/*------------------------------------------------------------*/
/*************** RIGHT SIDE NAVIGATION ************************/

#sidebar {
	width: 180px;
	float: right;
	height: auto;
}


.sideNav{
	float: right;
	width: auto;
	height: auto;
	border-left: 1px dotted #999;
	background-color: #f9f9f9;
	text-align: center;
	margin-bottom: 20px;
}

#viewCart{
	float: right; 
}

/*------------------------------------------------------------*/
/*************** VIEW CART ************************************/


/*------------------------------------------------------------*/
/*************** ACCORDIAN NAVIGATION *************************/

#accordian{ 
	float: right;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background-image: url(/siteImages/nav_03.jpg);
  color: #f9f9f9;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #666;
}

ul.menu li ul li a {
  background: #efefef;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #666;
  border-left: 5px #420802 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }


/*------------------------------------------------------------*/
/*************** FOOTER ***************************************/

#footer{
	float: left;
	width: 100%;
	height: 33px;
	background-image: url(/siteImages/nav_03.jpg);
	background-repeat: repeat-x;	
}

#footer p{
	color: #fff;
	padding: 2px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #0099ff;
	text-decoration: none;
}
/*------------------------------------------------------------*/
/*************** GALLERY **************************************/

#gallery{
	width: 779px;
	float: left;
	height: auto;
}

.itemWrapper{
	width: 250px;
	height: auto;
	float: left;
	margin: 0 7px 20px 0;
	background-color: #f9f9f9;
	
}

.image{
	width: 245px;
	height: auto;
	float: left;
	padding: 4px;
}

div.transOFF {
	width: 100%; background-color: silver;border:1px solid black;
	/*float: left;*/
	margin: 0 auto;
 }
div.transON  {
	width: 100%; background-color: #fff;
	opacity:.50;filter: alpha(opacity=50); 
	-moz-opacity: 0.5;border:1px solid black;
	/*float: left;*/
	margin: 0 auto;
}

.description{
	width: 230px;
	float: left;
	padding-left: 30px;
}

.description a{
	font: normal bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

.description a:hover{
	font: normal bold 14px Arial, Helvetica, sans-serif;
	color: #0099ff;
	text-decoration: none;
}

.button a{
	background-image: url(/siteImages/moreInfo.png);
	background-repeat: no-repeat;
	color: white;
	font: normal bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	margin: 20px 15px 30px 30px;
	padding: 5px 30px 30px 27px;
}

.button a:hover{
	background-image: url(/siteImages/moreInfo2.png);
	background-repeat: no-repeat;
	color: #333;
	font: normal bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	margin: 20px 15px 30px 30px;
	padding: 5px 30px 30px 27px;
}

/*------------------------------------------------------------*/
/*************** DETAIL ***************************************/

.PRINTbutton a{
	background-image: url(/siteImages/moreInfo.png);
	background-repeat: no-repeat;
	color: white;
	font: normal bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	margin: 20px 20px 30px 30px;
	padding: 5px 60px 5px 40px;
}

.PRINTbutton a:hover{
	background-image: url(/siteImages/moreInfo2.png);
	background-repeat: no-repeat;
	color: #333;
	font: normal bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	margin: 20px 20px 30px 30px;
	padding: 5px 60px 5px 40px;
}

#paypalWrapper{
	padding: 0 0 0 100px;
	height: auto;
	width: 900px
}

.paypal{
	float: left;
	border-bottom: 1px #999 solid;
	width: 60%;
	padding: 0 0 10px 20px;
}

.paypal p{
	font: normal bold 12px Trebuchet ms, Helvetica, sans-serif;
	padding: 20px 0 0 5px;
	color: #333;
	float: left;
}

.ppButton{
	float: right;	
}

.paypalButton{
	float: right;
	padding: 10px;	
}
