body {
	margin: 0;
	padding: 0;
     	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	margin-top:5px;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol     {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #704A21;
}

a:hover {
}

#wrapper {
	width: 100%;
     margin: 0 auto;
     padding: 0;
}

/* Header */

#header {
	width: 100%;
	height: 100px;
    	margin: 0 auto;
     	background:#ffffff;
	
}


/* Logo */

#logo {
	float: left;
	height: 150px;
	width:320px;
	margin: 0;
	padding:2px 0px 0px 0px;
	color: #FFFFFF;

}
.bigL
{
font-size:22px;
color:#005983;/*#F93D00;*/
}
.smallL
{
font-size:14px;
color:#005983;/*#F93D00;*/
font-weight:bold;
}
.bigL1 a
{
font-size:12px;
color:#F93D00;/*#005983;*/
font-weight:bold;
text-decoration:none;
}
.smallL1
{
font-size:11px;
color:#F93D00;/*#005983;*/

}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 640px;
	height:120px;
	
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 30px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	padding: 5px 5px;
	border: none;
	background: #ffffff;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	float:left;
     margin-top:-10px;
//background:#005983 url(images/mbar.gif) repeat-x  left top;
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) repeat-y left top;
}

#page-bgtop {
	padding: 20px 25px;
	background: url(images/img02.jpg) repeat-x left top;
}

#page-bgbtm {
}

/* Content */

#content {
	clear: both;
	width: 100%;
     	padding: 0px;
     	background:#ffffff;
}

.post {
	margin-bottom: 25px;
/*	border-bottom: 1px dashed #F93D00;*//*#BCDD4D;#5b9594;*/
	top:-20px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #8AB52B;
}

.post .title a {
	color: #5B7817;
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	background: url(images/img05.jpg) no-repeat left 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	
}
.post .meta a {
	color: #8AB52B;
}

.post .entry {
	padding-bottom: 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding: 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #F93D00;/*#C5DB76;#5b9594;*/
	background: url(images/img06.jpg) no-repeat left 15px;
	padding-left: 10px;
	
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 30px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #005983;
}

#sidebar p {
	margin: 0 0px;
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #704A21;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	
	width: 100%;
     	background:#9966ff;
     	height: 35px;
     	margin: 0 auto;
     	padding: 0px 0 15px 0;
     	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
     	padding-top: 20px;
     	line-height: normal;
     	font-size: 12px;
     	text-transform: uppercase;
	text-align: center;
     	color: #E1F5A6;	
}

#footer a {
	color: #5B7817;
}

div.name{
	   padding-top:20px;	
        font-size:35px;
        font-weight:bold;
        font-family: consolas,casteller;
}

div.box
{
width:auto;
height:auto;
border:1px solid #cccccc;
clear:both;
margin:0px;
margin-top:10px;
padding:0px;
color:#111111;
}
div.boxheader
{
width:100%;
height:26px;
padding:0px;
background:url('images/r1.jpg') repeat-x;
color:#007f9f;
font-weight:bold;
clear:both;
}

.name{
	background:url(images/1.jpg) repeat-x;
	
	width:960px;
	height:72px;
	color:#003188;
	
	font-size:24px;
	font-weight:bold;
	padding:0px;
}


#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}

#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}

.tblstyle
{
width:90%;
border:1px solid #3667a9;
}

.tblstyle2
{
width:90%;
}

.tbl_header
{
background-color:#ded1d1;
font-family:verdana;
font-size:16px;
font-weight:bold;
text-align:center;
}

.tbl_header1
{
background-color:#ded1d1;
font-family:verdana;
font-size:16px;
font-weight:bold;
text-align:right;
width:20%;
}
.tbl_data
{
background-color:#d2d1d3;
font-family:verdana;
font-size:14px;
font-weight:bold;
text-align:left;
width:40%;
}

.tbl_odd_row{
background-color:#fafbf1;
font-family:verdana;
font-size:14px;

text-align:center;

}
.tbl_even_row{
background-color:#d1d1d1;
font-family:verdana;
font-size:14px;

text-align:center;

}
.tbl_border
{
border:1px solid #3667a9;
}
.banner{
width:960px;
height:137px;
background-color:#ffffff;
}

div.clientbox{
margin:0px;
padding:0px;
width:100%;
border:1px solid #3667a9;
clear:both;
}

div.clientbox div.clientboxheader{
margin:0px;
padding:5px 0px 0px 15px;
width:98.5%;
height:30px;
background-color:#3667a9;
color:#ffffff;
font-size:20px;
font-weight:bold;
text-align:left;
clear:both;
}

div.clientbox div.clientboxbody{
margin:0px;
padding:0px;
width:100%;
clear:both;
background-color:#cccccc;
}

table.purtable{
background-color:#ffffcc;
font-size:14px;
}

table.stocktable{
background-color:#ffffcc;
font-size:14px;
}

table.salestable{
background-color:#ffffcc;
font-size:14px;
}

table.salestable2{
background-color:#6699ff;
font-size:14px;
}
.myButton {
	background-color:#44c767;
	-moz-border-radius:26px;
	-webkit-border-radius:26px;
	border-radius:26px;
	border:4px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:18px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}