/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 11px;
       
}

/* links */
a {
	color: #000000;
	font-weight: normal;

}
a:hover {
	color: #333366;
	text-decoration: underline;
}

img {
       margin: 10px 10px 10px 10px;
}

/* headers */
h1, h2, h3 {
	font: normal 1em Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #d10505;
        font-weight: bold;
}

h1 {
	font-size: 170%;
	
}
h2 { 
       font-size: 120%;
       margin: 5px 10px 5px 5px;
       
}
h3 {
	font-size: 115%;
}

h4 {
	text-transform: none;
	font-weight: bold;
        margin: 0px 10px 10px 10px;
}

h5 {
        font-family: Segoe Print;
        font-size: 135%;
        color: #354767;
        margin: 0px 0px 10px 10px;
}
p {
       margin: 10px 10px 10px 10px;
}

#main h1, #rightbar h1 {
	text-transform: none;
	font-weight: bold;
	color: #d10505;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
        margin: 10px 0px 0px 10px;
}	

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

#blockquote {
	margin: 10px;
	padding: 0 0 0 35px;
	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	font-weight: 110%;
        font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 2px solid #003366;
        border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	width: 950px;
	text-align: left;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #CCCCCC;
       
}
#content-wrap {
	clear:both;
	padding:0;
	margin: 0;
}

/* header */
#header {
	position: relative;
	background: url(bar.png) no-repeat top left;
	height: 120px;
	width: 950px;
	margin: 5px 0px 0px 0px;
	padding: 0px;


}
#header h1#logo {
	position: relative;
	margin: 0; padding: 0;
	font: bolder 2.5em Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	color: #aba8a8;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 55px; left: 5px;
       
}
#header h2#slogan {
	position: relative;
	margin: 0; padding: 0;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-transform: none;
	color: ggray;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 50px; left:20px;		
        
}
#cart{
	position: relative;
	margin: 5px 5px 5px 5px;
	padding: 0px;
        top: 0px; left:680px;
}
/* menuetop */
#menuetop{
	position: relative;
       	padding: 0;
	font-size: 11px;
       
        top: 15px; left: 290px;
}
#menuetop ul li{
	display: inline;
        padding: 0px 5px 5px 5px;
        
}
#menuetop ul {
	margin: 0;
	padding: 0;
}

#menuetop ul li a {
	color: white;
        text-decoration: none;

}
#menuetop ul li a:hover{
	color: #F3F3F3;
}

/* sideabar */
#sidebar {
	float: left;
	width: 25%;
	margin: 10px 0px 0px 0px;
	padding: 0; 
	display: inline;	
}
#sidebar h1 {
	padding: 15px 0px 0px 0px;
	background: no-repeat 2px 12px;
	margin: 0;
	text-transform: none;
	font-weight: bold;
	color: #c13232;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 0px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: no-repeat 2px 5px;
	padding: 0px 0px 0px 0px;	
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	background-image: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}

#sidebar ul.sidemenu a:hover {
	background-image: none;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;

}
#note {
        color: #354767;
       margin: 5px 5px 5px 5px;
}

/* main column */
#main {
	float: right;
	width: 70%;
	border-left: 1px solid #f2f2f2;
       
}
#box{
	margin-bottom: 5px;
	padding: 10;
	border: 1px dotted #CCCCCC;
        border-left: 0px;
        padding: 5px 5px 5px;
}
#table {
	height: 125px;
	margin-bottom: 15px;
	padding: 10;
	border: 1px dotted #CCCCCC;
        border-left: 0px;
}

#tablemain {
	height: 235px;
	margin-bottom: 15px;
	padding: 10;
	border: 1px dotted #CCCCCC;
        border-left: 0px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}



/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0;	margin: 0;		
}

/* footer */
#footer {
	clear: both;
	background: #FFF url(footerbg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;
	height: 50px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 50px;


}
#footer a {
	text-decoration: none;
	font-weight: bold;
}



/* 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;	}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.orange { color: #fe2303; }
