/* top elements */
* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
body {
	background:url(../../webimages/bg1.jpg) repeat-x;
	font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000033;
	text-align: center;
	margin: 0px;
}
/**************** links **************/
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #93C600;
}



/************** headers **************/
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 160%;
	color: #2666c3;
	font-weight:bold;
}
h3 {
	font-size: 135%;
	color: #666666;
}
h4 {
	font-size: 135%;
	color: #666666;
}
h5 {
	font-size: 80%;
	font-weight:lighter;
}
h1, h2, h3, p {
	margin: 10px 5px;
	padding: 0;
}



/************* images ***********/
img {
	border: 0px;
}
img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 5px 5px 0px;
	border:0px;
}
img.border {
	border: 1px solid #E5E5E5;
}



/*************  ***********/

ul.bullet{
	margin: 5px 15px;
	padding: 0px 10px 10px 10px;
	list-style-image: url(../../webimages/bullet2.gif);

}

code {
	width:500px;
	margin: 5px 5px;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  border: 1px solid #E5F0FB;
	background: #F4F8FD;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px 15px;
	padding: 0 0 0 25px;
	text-align: left;
	
	font: bold 0.9em "Trebuchet MS", Tahoma, arial, Sans-serif;
	color: #2361BA;
	border: 1px solid #E5F0FB;
	background: #F4F8FD url(../../webimages/quote.jpg) no-repeat;
}








/************* start - table **************/
table#t1 {
	margin-left: auto;
	margin-right: auto;
	border: solid #000 1px;
	border-collapse: collapse;
	background-color: FFFFFF;
	width:90%;
}
table#t1 th {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
}
table#t1 td {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
}



table#cart {
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border: solid #000 1px;
	border-collapse:collapse;
	width:100%;
		
	}
table#cart th {
	background-color:#99FF99;
	padding: 5px;
	border: solid #000 1px;
}
table#cart td {
	padding: 5px;
}
.item {
	background-color:#F0F0F0;
	text-align: left;
	border-bottom: dashed;
	border-width:1px;
	border-color: gray;
}
.cell {
	border-right: dashed;
	border-width:1px;
	border-color: gray;
}



table#products {
	border: solid #999999 1px;
}
table#products td {
	padding: 5px;
	border: solid #000 0px;
}
.toprow {
	background-color:#CCCCCC;
	text-align: left;
}






/***************** form elements *****************/
form {

}
fieldset {
	clear: both;
	font-size: 100%;
	border-color: #000000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0 0 0 0;
}
legend {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}

label {
	font-weight:bold;
	margin: 7px 0;
}
input, select, textarea {
	padding: 3px;
	border:1px solid #0066CC;
	color:#000033;
	background-color: #E4EEFA;
	
	font: normal 1em Verdana, sans-serif;
	color:#000000;
}
textarea {
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid;
	border-color:#0066CC;
	color:#000033;
	background-color: #E4EEFA;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 28px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #306bc1 url(../../webimages/button-bg.jpg) repeat-x 0 0;
	border: 1px solid #306bc1;
}


#errorMessage {
	color:#FF0000;
	font-size: 95%;
	font-style:italic;
	border: 1px solid #FF0000;
	background:#FFC1C1;
}

#errorMessage img {
	vertical-align:middle;
	border:0px;
	background:none;

}






/********************************************
   LAYOUT
********************************************/ 



#wrap {
	height: 100%;
	width: 960px;
	background:#fff url(../../webimages/content2.jpg);
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	height: 100%;

	clear: both;
	width: 960px;
	margin: 3px auto;
	padding: 0;
}




#header {
	position: relative;
	height: 90px;
	background: url(../../webimages/header2.jpg) no-repeat center top;
	padding: 0;
	color: #fff;
}

#header #header-links {
	position: absolute;
	color: #C6DDEE;
	font: bold 12px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 6px;
	right: 185px;
}
#header #header-links a {
	color: #fff;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #D4FF55;
}


#menu {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #81C524 url(../../webimages/menu1.jpg) no-repeat;
	font: bold 16px/40px "trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 960px;
}


#menu #special-offers {
	position: absolute;
	top: -65px;
	right: 260px;

}

#menu ul {
	float: left;
	list-style: none;
	margin:0;
	padding: 0 5px 0 25px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	padding: 0 12px;
	color: #fff;
	text-decoration: none;
	background: url(../../webimages/sep.jpg) no-repeat 100% 100%;
}
#menu ul li a:hover {
	color: #3b5e0b;
}
#menu ul li#current a {
	color: #3b5e0b;
}






/* LEFT Sidebar */
#sidebar {
	float: left;
	width:180px;
	padding: 0px 5px 0px 5px;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../../webimages/arrow.gif) no-repeat 0px 11px;
	padding: 5px 5px 2px 15px;
}
#sidebar ul.sidemenu a {
	background-image: none;
	text-decoration: none;
}



/* RIGHT Sidebar */

#sidebarRight {
	width: 180px;
	float: right;
	padding: 0px 5px 0px 5px;

}

.news { 	
	padding:0px;
	border:1px solid #000000;
	margin-bottom:0px; 	
	overflow:hidden;
}

.news h3.title1  {
	background:#591F0B;
	color:;
}

.news h3.title2  {
	background:#006;
	color:;
}

.news h3.title3  {
	background:#063;
	color:;
}

.news h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold; 	
	color:#fff;
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	
	}
	


.news h4 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	color:#000;
	margin-bottom:5px;
	padding:3px 10px;
	}


/* Main Column (with L & R) */
#main {
	width: 580px;
	float: left;
}

/* Main Column (with L but no R) */
#mainNoR {
	float: left;
	width: 80%;
}
/* Main Column (no L or R) */
#singlemain {
	width: 940px;
	float: left;
	margin: 10px;
	padding: 0px;
	border: 1px #000 solid;


}


/* Undermain */
#undermain {
	width: 900px;
	clear: both;
	float: left;
	display: inline;

}
/* Footer */	
#footer {
	color: #C6DDEE;
	background: url(../../webimages/footer1.jpg) no-repeat center top;
	clear: both;
	width: 960px;
	height: 57px;
	text-align: center;
	font-size: 75%;
	line-height:1.4
}
#footer p {
	padding: 10px 0;
	margin: 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
/* post footer */
.post-footer {
	background: #F4F8FD;
	padding: 5px;
	margin: 20px 25px 0 25px;
	border: 1px solid #E5F0FB;
	font-size: 95%;
}
.post-footer .date {
	padding-left: 0px;
	margin: 0 5px;
}
.post-footer .comments {
	padding-left: 0px;
	margin: 0 5px;
}
.post-footer .readmore {
	padding-left: 0px;
	margin: 0 5px;
}
.post-by {
	font-size: .95em;
	margin-top: 0;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
/* display and additional classes */
.clear {
	clear: both;
}





/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

