/*-------------------------------*/
/*    SITEFXCMS Global CSS	     */
/*-------------------------------*/

a {	color: blue;}

html {background: url(assets/images/bg.png);}

body {
	font-family: arial;
	font-size: 12px;
	color: black;
}

#wrapper {
margin:0;
padding:0;
width: 970px;
margin-left: auto;
margin-right: auto;
border-left: 1px solid black;
border-right: 1px solid black;
background-color: white;
}

img {
	border: 0;
	vertical-align: middle;
}

.imgleft {
	float: left;
	margin-right: 10px;
	border: 1px solid black;
}

.imgright {
	float: right;
	margin-left: 10px;
	border: 1px solid black;
}


/*-------------------------------*/
/*    Fonts					     */
/*-------------------------------*/
h1,h2,h3,h4,h5 {margin-top:0px;margin-bottom:0px;} 

h1 {
margin: 0;
}

#header_container{
height: 150px;
background: url(assets/images/headerbg.jpg);
}

#menu_container {
position: relative;
float: left;
top: 50px;
height: 46px;
width: 735px;	
border-top: 1px solid black;
border-bottom: 1px solid black;
background-color: #5d9dd7;
z-index: 1;
}

h1 a {
	margin-top: 6px;
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(assets/images/logo.gif);
	background-repeat:no-repeat;
	width:235px;
  	height:150px;
  	float: left;
  	z-index: 101;
}


h2 {
	display: block;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-size: 1.3em;
	font-weight: bolder;
	color: #b81c36;
	border-bottom: 1px dotted #ccc;
}

h3 {
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-size: 1.2em;
	font-weight: bolder;
	color: black;
}



/*-------------------------------*/
/*    Forms					     */
/*-------------------------------*/

label,input {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

legend {
	color: #fff;
	background: #6d044d;
	padding: 2px 6px

}

fieldset {
margin-bottom: 20px;
}

label.radio{
	text-align: left;
	padding-right: 2px;
}

form p{
padding: 2px;
margin: 0;
}

form br{
clear: left;
}

/*-------------------------------*/
/*    CSS :: HEADER 		     */
/*-------------------------------*/

#top {
height: 17px;
background: url(assets/images/top.gif);
width: 970px;
margin-left: auto;
margin-right: auto;
}

#logo {
position: relative;
top: 0;
left: 0;
height: 83px;
width: 360px;	
background: url(assets/images/logo.gif);
}

#header_divider {
margin-top: 10px;
height: 2px;
border-bottom: 1px solid black;
background-color: red;
}
/*-------------------------------*/
/*    CSS :: NAV Menu 		     */
/*-------------------------------*/



#nav, #nav ul {
	float: left;
	width: 100%;
	height: 20px;
	list-style: none;
	line-height: 46px;
	padding: 0;
	margin: 0;	
}

#nav a {
	display: block;
	color: black;
	font-size: 1.1em;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-weight: bolder;
	text-decoration: none;
	padding: 0 8px;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border: 1px solid #8c1428;
	margin: 0;
}

#nav a:hover {
background-color: #db0f2f;
}

/*-------------------------------*/
/*    CSS :: SIDE MENU's	     */
/*-------------------------------*/

#column {
display: inline-block;
width: 268px;
float: left;	
margin-top: 10px;
margin-left: 10px;
text-align: justify;
}

#products {
width: 211px;
background: url(assets/images/products.gif);
background-repeat: repeat-y;
padding-bottom: 1px;
}

#products_header {
display: block;
height: 35px;
width: 211px;
background: url(assets/images/productsheader.gif);		
background-repeat: no-repeat;
border-bottom: 1px solid #666;
}

#products strong {
	display: block;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-size: 1.3em;
	font-weight: bolder;
	color: #031d3f;
	margin-left: 15px;
}

#newsletter {
height: 218px;
background: url(assets/images/newsletter.gif);		
background-repeat: no-repeat;
padding-top: 1px;
}

#newsletter strong {
	display: block;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-size: 1.3em;
	font-weight: bolder;
	color: black;
	margin-left: 15px;
	margin-top: 40px;	
}

#newsletter p,form {
margin: 0;
padding: 0;
margin-left: 15px;
}

#newsletter p {
margin-top: 10px;
margin-bottom: 10px;
}

/*-------------------------------*/
/*    CSS :: CONTENT 		     */
/*-------------------------------*/

#main_container {
min-height: 330px;
height:auto !important;
height:330px;
clear: left;
background: url(assets/images/paws.gif);
background-repeat: no-repeat;
background-position: bottom right;
}

#content {
height: 450px;
min-height: 450px;
height: auto !important;
padding-top: 10px;
margin-right: 20px;
margin-left: 288px;
text-align: justify;
}

/*-------------------------------*/
/*    CSS :: FOOTER 		     */
/*-------------------------------*/

#bottom {
height: 17px;
background: url(assets/images/bottom.gif);
width: 970px;
margin-left: auto;
margin-right: auto;
}

#footer_container {
height: 50px;
border-top: 1px solid black;
border-bottom: 1px solid black;
color: black;
line-height: 20px;
text-align: center;	
}

/*-------------------------------*/
/*    CSS :: CONTENT MODULE      */
/*-------------------------------*/

.line {
display: block;
clear: left;
border-bottom: 1px dotted #ccc;
margin-top: 20px;
margin-bottom: 20px;
}

.tagline {
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
padding-top: 5px;
padding-bottom: 10px;
color: #777;
}

.tagline a {
text-decoration: none;
color: #777;
}

/*-------------------------------*/
/*    CSS :: GALLERY MODULE      */
/*-------------------------------*/

#gallery {
overflow: auto;
font-size: 0.9em;
margin:0;
padding: 0;
}

#gallery img {
border: 1px solid #444444;
}

#gallery ul {
	clear: left;
	padding: 0;
	margin:0;
}

#gallery li { 
	list-style:none!important; 
	float: left; 
	width: 102px;
	padding: 5px;
	border: 1px solid #999999;
    margin: 5px;
}

/*-------------------------------*/
/*    CSS :: LIGHTBOX MODULE      */
/*-------------------------------*/

#lightbox{
	z-index: 101;
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(assets/images/overlay.png); }

* html #overlay{
	z-index: 100;
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(assets/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

	
/*
This section controls the category tree function.
*/


.dtree {
	font-family: Comic Sans, Comic Sans MS, cursive ;
	font-size: 14px;
	color: black;
	white-space: nowrap;
	margin-left: 10px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	padding: 5px;
}
.dtree a {
	color: black;
	text-decoration: none;
}
 
.dTreeNode {

}

.dtree a.nodeSel {
font-weight: bolder;
color: #333;
}

.products_mid {
display: block;
background: url(assets/images/products_mid.gif);
height: 30px;
width: 150px;
line-height: 30px;
}

.products_right {
display: block;
width: 10px;
height: 30px;
background: url(assets/images/products_right.gif);
}

.dtree a.node, .dtree a.nodeSel {

}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	line-height: 30px; 
	color: #333;
	text-decoration: none;
}


.dtree .clip {
	overflow: hidden;
}

#dropcap {
  text-indent: -100em;
  overflow: hidden;
  float: left;
  width:46px;
  height:54px;
  }
  
  