* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #999;
}

#container {
	Padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #999 url(images/body_background.png) repeat-y center;
}

h2, h3 {
	color: #ccc;
	padding-bottom: 20px;
}

h1 {
	color: #ccc;
	padding-bottom: 20px;
	font-size:22px;
}

p, blockquote, ul, ol {
	padding: 0px 20px 20px 0px;
	line-height: 120%;
	list-style-position: inside;
	list-style-type: none;
	color: #ccc;
}

a {
	color: #F3DA03;
	text-decoration: none;
}

a:hover {
	color: #F3DA03;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.boxed {
	padding-top: 20px;
}

.heading {
	height: 30px;
	padding: 14px 0 0 20px;
	background: #004BD7;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

.content {
	padding: 0px 15px 15px 15px;
	list-style-type: none;
}
.container {
	padding: 0px 0px 20px 0px;
	list-style-type: none;
}

/* Header */

#header {
	width: 765px;
	height: 249px;
	margin: 0 auto;
	background: url(images/img2.png) no-repeat right top;
}

#logo {
	float: left;
	width: 260px;
	height: 250px;
	background: url(images/img1.png) no-repeat;
	text-transform: uppercase;
}

#logo h1 {
	margin-right: 30px;
	padding: 110px 0 0 40px;
	background: url(images/img3.gif) no-repeat 100% 95px;
	font: normal 30px Impact, Arial, Helvetica, sans-serif;
}

#logo h2 {
	padding: 0 0 0 42px;
	letter-spacing: 2px;
	font: bold 8px Tahoma, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#ad468x60 {
	float: right;
	padding: 28px 32px 0 0;
}

/* Tagline */
#tagline{
	float: right;
	padding:20px 30px 0 0;

}
#tagline p {
	padding: 0 0px 0 0px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #fff;
	text-align:left;
}
#tagline h1 {
	padding: 0 0px 0 0px;
	font:  19px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #fff;
	text-align:left;
}
#tagline a {
	padding: 0 0px 0 06px;
	text-decoration: none;
	color: #fff;
}

#tagline a:hover {
	text-decoration: underline;
}

/* Menu */
#menu {
	float: left;
	background: url(images/nav_background.png) no-repeat;
	width: 100%;
	height: 75px;
	padding-left: 33px;
}

#menu ul {
	margin: 0;
	list-style: none;
	
}

#menu li {
	display: inline;
	
}

#menu a {
	margin: 10px 0px 0px 0px;
	float: left;
	display: block;
	padding: 20px 15px 20px 15px;
	background: url(images/img4.png) no-repeat left;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 765px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 535px;
}

#content .heading {
	background: #004BD7 url(images/img6.gif) no-repeat;
}

#content ul, #content ol {
	margin-left: 3em;
	list-style-type: inherit;
	list-style-position: inside;
}
/* Flash Gallery */

#gallery {
	float: left;
	width: 765px;
}

#gallery .heading {
	background: #004BD7 url(images/img6.gif) no-repeat;
}

#gallery ul, #gallery ol {
	margin-left: 3em;
	list-style-type: inherit;
	list-style-position: inside;
}

/* Products */

#products {
	float: right;
	width: 535px;
	padding-top: 20px;
}

#products ul {
	padding: 15px 0px 0px 10px;
	color: #ccc;
}

#products li {
	color: #000;
	line-height: 18px;
	padding: 0px 0px 0px 15px;
}

#products a {
	color: #ccc;
	
}
#products a:hover{
	color: #F00;
	
}

#products h1, h2, h3 {
	padding: 10px 0px 0px 10px;
	color: #fff;
}
#products p {
	padding: 0px 10px 0px 10px;
	color: #ccc;
}

#products .boxed {
	padding-top: 0px;
}
.products_top{
	background-image:url(images/products_top.jpg);
	background-repeat:no-repeat;
	width: 535px;
	height: 19px;
	float: left;
}
.products_body{
	background: url(images/products_background.png) repeat;
	width: 535px;
	float: left;
	padding: 10px 0px 20px 0px;
}
.products_bottom{
	background-image:url(images/products_bottom.jpg);
	background-repeat:no-repeat;
	width: 535px;
	height: 18px;
	float: left;
}

.products_image{
	width: 100px;
	height: 100px;
	margin: 13px 13px 14px 14px;
	float: left;
}

.products_image_first{
	width: 100px;
	height: 100px;
	margin: 13px 13px 14px 27px;
	float: left;
}
	

/* Sidebar */

#sidebar {
	float: left;
	width: 223px;
}

#sidebar h1,h2,h3 {
	padding: px 0px 0px 10px;
	color: #F3DA03;
}
#sidebar p {
	padding: 0px 0px 0px 10px;
	color: #666;
}

#sidebar li {
	color: #000;
	line-height: 18px;
	padding: 0px 0px 0px 15px;
}

#sidebar ul {
	padding: 15px 0px 0px 10px;
	color: #000;
}

#sidebar a {
	color: #666;
	
}
#sidebar a:hover{
	color: #F00;
	
}


/* Homebar Sidebar */

#homebar {
	float: left;
	width: 223px;
	
}

#homebar p {
	padding: 0px 0px 0px 10px;
	color: #ccc;
}

#homebar h1, h2, h3 {
	padding: 10px 0px 0px 10px;
	color: #fff;
}

#homebar ul {
	padding: 5px 0px 0px 0px;
	color: #ccc;
}

#homebar li {
	color: #ccc;
	line-height: 18px;
	padding: 0px 0px 0px 20px;
}

#homebar a {
	color: #666;
	
}
#homebar a:hover{
	color: #F00;
}

#homebar .boxed {
}

.homebar_top{
	background-image:url(images/homebar_top.jpg);
	background-repeat:no-repeat;
	width: 223px;
	height: 19px;
}
.homebar_body{
	background: url(images/homebar_background.jpg) repeat;
	width: 223px;
}
.homebar_bottom{
	background-image:url(images/homebar_bottom.jpg);
	background-repeat:no-repeat;
	width: 223px;
	height: 4px;
}


/* Category Sidebar */

#category {
	float: left;
	width: 223px;
	
}

#category p {
	padding: 0px 0px 0px 10px;
	color: #666;
}

#category ul {
	padding: 15px 0px 0px 10px;
	color: #000;
}

#category li {
	color: #000;
	line-height: 18px;
	padding: 0px 0px 0px 15px;
}

#category a {
	color: #666;
	
}
#category a:hover{
	color: #F00;
	
}

#category h1 {
	padding: 10px 0px 0px 10px;
	color: #000;
}
#category p {
	padding: 0px 0px 0px 10px;
	color: #666;
}

#category .boxed {
	padding-top: 20px;
}
.category_top{
	background-image:url(images/category_top.jpg);
	background-repeat:no-repeat;
	width: 223px;
	height: 19px;
}
.category_body{
	background: url(images/category_background.jpg) repeat;
	width: 223px;
}
.category_bottom{
	background-image:url(images/category_bottom.jpg);
	background-repeat:no-repeat;
	width: 223px;
	height: 18px;
}
	
/* Privacy */

.privacy_top{
	background-image:url(images/privacy_top.jpg);
	background-repeat:no-repeat;
	width: 535px;
	height: 19px;
	float: left;
}
.privacy_sidebar_top{
	background-image:url(images/privacy_sidebar_top.jpg);
	background-repeat:no-repeat;
	width: 223px;
	height: 19px;
}

/* Contact */

.contact_top{
	background-image:url(images/CONTACT_top.jpg);
	background-repeat:no-repeat;
	width: 535px;
	height: 19px;
	float: left;
}
.contact_sidebar_top{
	background-image:url(images/category_SIDEBAR_top.jpg);
	background-repeat:no-repeat;
	width: 223px;
	height: 19px;
}

/* Logos */

#logos {
	width: 765px;
	margin: 0 auto;
	text-align: center;
	color: #000000;
}
#logos p{
	margin: 0 auto;
	text-align: right;
	padding: 10px 105px 0 0;
	color: #000000;
	font-weight:bold;
}
#logos h1{
	margin: 0 auto;
	text-align: left;
	padding: 25px 0 0 65px;
	color: #000000;
	font-size: 18px;
}

#logos_top {
	width: 765px;
	height: 70px;
	background: url(images/logos_top.png) no-repeat;
}
#logos_body {
	width: 765px;
	height:157px;
}
#logos_bottom {
	width: 765px;
	height: 70px;
	background: url(images/logos_bottom.png) no-repeat;
}

/* Footer */

#footer {
	width: 765px;
	height: 59px;
	margin: 0 auto;
	background: url(images/img7.png) no-repeat;
	text-align: center;
	color: #000000;
}

#inetwerx {
	width: 765px;
	height: 25px;
	margin: 0 auto;
	text-align: left;
}

#copyright {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: normal;
	color: #333;
	font-size:9px;
}
#copyright a {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: normal;
	color: #333t;
	font-size:9px;
	font-weight:bold;
}

#legal {
	padding-top: 25px;
	color: #FFFFFF;
}

#legal a {
	color: #FFFFFF;
	font-weight:bold;
}

#links {
	margin: 0;
	line-height: normal;
}

.indent { text-indent:-99999px; }