* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #000000;
}

body, th, td,  textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #ffffff url(images/back_all.gif) repeat-x;
}


#contmain
{
width: 788px;
margin: 0 auto;
}

h1, h2, h3 {
	/*color: #44763E;*/
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #1C7DC2;
}


h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 7px;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #1C7DC2;
}

a:hover {
	border: none;
	text-decoration: none;
}


h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #1C7DC2;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #1C7DC2;
}


/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 788px;
	margin: 0 auto;
	height: 165px;
}

#menu {
	float: left;
	height: 25px;
	width: 900px;
	padding-top: 10px;
	padding-left: 1px;
	background: url(images/buttons.gif) repeat-x;
	text-align:left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	width: 100px;
	margin-right: 0px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #115B8F;
    text-align: center;

}

#menu a:hover {
	color: #1A2749;
    font-size: 12px;
}
#menu a:active
{
	color:Maroon;
	}



/* Logo */

#logo {
	width: 850px;
	height: 107px;
	margin: 0 auto;
	background: url(images/header.gif) no-repeat left top;
}


#logo h1 {
	padding-top: 60px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 788px;
	margin: 0 auto;
	border-top: none;
	background: url(images/global_back.gif) repeat-y
}

#global_top
{
background: url(images/global_top.gif) no-repeat top;
}
#global_bottom
{
background: url(images/global_bottom.gif) no-repeat bottom;
}

/* Content */

#content {
	width: 547px;
	padding-left:15px;
	padding-right: 15px;
	padding-top: 20px;
	float: right;
	background-image: url(images/brand_logo.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.date2 {
	float: left;
	width: 53px;
	height: 54px;
	padding-top: 3px;
	margin-right: 10px;
	background: url(images/date.gif) no-repeat;
	line-height: normal;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.date2 b {
	display: block;
	font-size: 30px;
	color: #1C7DC2;
}


.post 
{
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C7DC2;
}

.post .meta a {
	color: #1C7DC2;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}


/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}


#sidebar2 {
	width: 195px;
	margin-top: 20px;
}

#sidebar2 li h2 {
	margin: 0;
	background: url(images/title.gif) repeat-y left top;
	height: 25px;
	color: #1C7DC2;
	padding-left: 20px;
	padding-top: 9px;
}

#sidebar2 li ul {
	line-height: normal;
}

#sidebar2 li li {
	padding: 5px;
	margin-left: 20px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}


/* Footer */
#footer
{
padding-top: 20px;
height: 58px;
width: 100%;
background: url(images/footer.gif) bottom repeat-x;
border-top: 10px solid #ffffff;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #ffffff
}
.redlink
{
 color:Red;
	}
.noimageborder
{ border-style:none;	
}

.Logo_H1
{
 text-indent:-9999px;
 font-size:10px;
}
.Body_H2
{
     font-size:12px;
     text-transform:none;
     font-weight:normal;
     color: #666666;
}
.Footer_H2
{
    text-align:center;
    color:#ffffff;
     font-size:12px;
     text-transform:none;
     font-weight:normal;
}

.GreenLink
{
    color:#0BA521;    
    font-size:20px;
}

.Ask
{
 vertical-align:top;    
}

.Legal
{
 font-size:10px;
    }
    
.Competetors
{
    color:#ff0000;
    font-size:15px;
    font-weight:bold;
}

.Order_LI
{
 list-style-type:none;    
}

.Order_Box
{
    
}