@import url("reset.css");

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background: #ffc000 url(images/bk.jpg) repeat-x center top;
}
div {
	border: 0px dotted #CCC;
}
p {
    margin:0px 0px 10px;
}
a {
    text-decoration: none;
    color:#000;
}
a:hover {
    color:#003399;
}
.hidden {
	display: none;
}
.sml {
    font-size: 9px;
}
.red {
    color:#cc0000;
}
.delbut {
	padding:0;
}

#wrapping{
	width:100%;
}
#main {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	background: url(images/contentarea.png) repeat-y left top;
}
#header {
	background: url(images/header.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 98px;
	/*width: 1000px;*/
}
#header .righty{
    float: right;
    margin:10px 50px 0px 0px;
}
#header .righty a{
    text-decoration: none;
    color: #fff;
    padding:2px 4px;
}
#header .righty a:hover {
    background-color: yellow;
    color: #000;
}
#menu {
	list-style: none;
	background: url(images/menubk.png) repeat-x left top;
	margin: 0px 30px 0px 29px;
	display:block;
	height:65px;
	position: relative;
	z-index: 10;
}
#menu li {
	float:left;
}
#menu li a {
	color:#000;
	font-size:18px;
	display:block;
	padding:10px 13px;
	margin-top:9px;
	text-decoration:none;
	text-transform: uppercase;
}
#menu li a:hover {
	color: #C00;
}

#menu li a.buttoned {
	background: url(images/donate_button.png) no-repeat left top;
	height: 42px;
	width: 207px;
	margin: 11px 25px 0px;
	padding: 0px;
}
#menu li a.buttoned:hover {
	background-position: bottom;

}
#banner , #content, #inbanner{
	margin: 0px 30px 0px 29px;
}
#banner {
	background: url(images/bluepanel.png) repeat-x left bottom;
	height: 381px;
	margin-top: -9px;
}
#banner #sidebanner , #inbanner #sidebanner{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 264px;
	background: url(images/sidebanner.png) repeat-y left top;
	position: relative;
	z-index: 5;
}
#sidebanner h2 {
	font: 32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: center;
}

#inbanner {
	height: 381px;
	margin-top: -9px;
}
#inbanner #innerpage {
	float: left;
	height: 381px;
	margin-left: -13px;
	padding-top: 15px;
	padding-left: 15px;
}
#innerpage h2 {
	font-size: 24px;
}

/* Main Carousel Slidehsow */
#banner #slideshow   {
	float: left;
	background: url(images/slide1.jpg) no-repeat left top;
	height: 381px;
	width: 690px;
	margin-left: -13px;
}
#slideshow  div.maskk {
	position:relative;
	width:690px;
	height:381px;
	overflow:hidden;
	margin:0px;
	float:left;
}
#slideshow #bbox{
	position:absolute;
}
#slideshow #bbox div{
	width:690px;
	height:309px;
	float:left;
	margin:0px;
	top:0;
}
#slideshow #bbox div.imgg p{
	width:640px;
	height:100px;	
	margin:0px;
	bottom:0;
	z-index:50;
	padding-left:50px;
	position:absolute;
}
#slideshow #banhandles {
	position:absolute;
	width:690px;
	z-index: 15;
	margin-top: 298px;
}
#slideshow #banhandles div.slider {
	/*position: relative;*/		
	height: 63px;
	width: 160px;
	float:left;
	cursor:pointer;
	padding:20px 0px 0px 15px;
	color:#FFF;
}
#slideshow #banhandles div.active {
	background: url(images/slide_slider.png) no-repeat left bottom;
	width: 160px;
}
#slideshow #banhandles div.slider span {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin-top: 20px;
	margin-left: 15px;
	/*position: absolute;*/
}
#slideshow #banhandles div.active {
	font-weight: bold;
}




/*Content Styles */
#content {
	background: url(images/contenttop.png) no-repeat left top;
	padding-top: 58px;
}
#content.incontent {
	background: url(images/incontenttop.png) no-repeat left top;
	padding-top: 0px;
    margin-top: -10px;
}

#content #leftpanel {
	background: url(images/leftpanel_body.png) repeat-y left top;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 264px;
	position: relative;
	z-index: 5;
}
#content #leftpanel #panelbody {
	background: url(images/leftpanel_bottom.png) no-repeat left bottom;
	height: 100%;
	padding: 3px 0px 150px;
	min-height: 400px;
	margin-top: -58px;
}
#content #leftpanel #panelbody img, #content #leftpanel #panelbody object {
	margin:0px 0px 4px 4px;
}
#content #leftpanel #panelbody.inside {
    padding-top: 0px;
}
#panelbody h3 {
    font-size: 16px;
    margin:5px 0px 5px 5px;
}
#panelbody .social {
    padding-left: 0px;
}
#panelbody a.socialbutton {
    margin:4px 5px 4px 4px;
    display:block;
    height:32px;
    width: 32px;
    float:left;
}
#panelbody a.link {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #cc0000;
}
#panelbody a.link:hover {
    color: #ff6600;
}
#content #rightpanel {
	margin-left: 270px;
	clear: right;
}
#rightpanel #contentblock {
	margin:0px 0px 0px -10px;
    position: absolute;
    width: 680px;
}
#contentblock h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	margin-top: 0px;
	padding-left: 20px;
	font-size: 16px;
}

#contentblock h2.head {
	margin-top: -50px;
	font-size: 18px;
}

#rightpanel #contentblock .catitem {
	float: left;
	width: 169px;
	overflow: hidden;
	height:190px;
	padding:0 0 15px 0;
    cursor: pointer;
    text-align: center;
}

.catitem img {
	/*margin-left: 34px;*/
}
.catitem p strong {
	font-size: 13px;
	color: #900;
	text-decoration: none;
}

.catitem h3 {
	font-size: 13px;
	text-decoration: none;
	display: block;
	/*width: 200px;
	margin-left: 12px;
    text-align: center;*/
}



#footer {
	background: #ffc000 url(images/footerbk.jpg) no-repeat left top;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	clear: both;
	padding: 30px 0px 15px 30px;
}
#footer ul {
	float: left;
}

#footer li {
	float: left;
	list-style: none;
}
#footer li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
#footer .copy {
	float: right;
	margin-right: 30px;
    text-align: right;
}


#orderform {
    border:1px solid #ccc;
    padding:15px;
    margin:10px 10px 10px 0px;
}

#orderform dt {
    float:left;
    width:130px;
    padding:3px 0px;
}
#orderform dd {
    margin-left: 150px;
    padding: 3px 0px;
}
#orderform dd input[type=text] {
    width: 430px;
}
#orderform dd select {    
    width: 120px;
}
#orderform dd input.short[type=text] {    
    width: auto;
}
#orderform span#morethan5 {
    margin-left: 10px;
    visibility:hidden;
    width:250px;
}

#detail {
	padding:5px 15px 0px 330px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
}
#detail h1 {
	font-size:18px;
	margin-bottom:10px;
}
#detail h1 span {
	display:block;
	font-size:14px;
	font-weight:normal;
	margin-top:-1px;
}
#detail p {
	padding:0px 0px 7px 0px;
}
#detail .addtocart {
	position:absolute;
	bottom:20px;
	right:20px;
}
#detail p.addtocart {
	width:235px;
}

#detail table td {
    padding:2px 0px;
}

/*Carousel*/
#carousel {
    width: 660px;
    margin: 20px 0px 0px 20px;
}
#box{
	position:absolute;
}
#box div{
	width:280px;
	height:217px;
	float:left;
	background:#ddd;
}
#box p{
	padding:3px 10px 0px;
}
#box ul li{
	list-style-position:inside;
	color:#FFF;
	margin:0px 15px;
	padding:3px 15px 0px;
}
#box h3{	
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:-2px 0px 0px 290px;
	padding:0px;
}
#box p{
	color:#FFF;
}
#box img{
	width:280px;
	height:187px;
	float:left;
	margin:0 10px 50px 0px;
}
.mask{
	position:relative;
	width:280px;
	height:217px;
	overflow:hidden;
	margin:0px;
	float:left;
}
.info{
	width:280px;
	height:30px;
	background:#fff;
	position:absolute;
}
.info p, .info h4{
	color:#000;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}
#info{
	color:#000 !important;
	cursor:default;
    bottom:0;
}

#handles {
    padding:10px 0px 0px;
}
.navbuts{padding:3px;margin:0px;width:274px;}
.navbuts span{color:#0080FF;padding:2px 6px 1px;cursor:pointer;font:10px Verdana;margin-right:2px;}
.navbuts span.active, .navbuts span:hover{background:#0080FF;color:#fff;}