/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #000000;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #000000;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	cursor : url("kangaroo.ani"), pointer;
	width: 700px;
	margin: 0 auto;
	color: #808080;
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 50px;
	letter-spacing: -7px;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 180px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	height: 10px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #D9D9D9;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #808080 ;
}

#menu1 a:hover {
	background-color: #8A8A8A;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #FF0000;
}

.imghomeops img{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

.imghomeops:hover img{
cursor : url("kangaroo.ani"), pointer;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

.imgproductsops img{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

.imgproductsops:hover img{
cursor : url("kangaroo.ani"), pointer;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

.imgcontactusops img{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

.imgcontactusops:hover img{
cursor : url("kangaroo.ani"), pointer;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

.imglinksops img{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

.imglinksops:hover img{
cursor : url("kangaroo.ani"), pointer;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

p
{
cursor : url("kangaroo.ani"), pointer
}

/* Content */

#content {
	cursor : url("kangaroo.ani"), pointer;
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #E9EAE2;
}

#colOne {
	cursor : url("kangaroo.ani"), pointer;
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	cursor : url("kangaroo.ani"), pointer;
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
}

#first {
	float: right;
	margin-top:20px;
	width: 440px;
	height: 260px;
	padding: 0 20px 0 20px;
}

#second {
	float: left;
	margin-left: inherit;
	width: 200px;
	height: 200px;
	padding: 0px 0px 0px 0px;
}

#third {
	float: right;
	margin-right: inherit;
	width: 200px;
	height: 200px;
	padding: 0px 20px 0px 20px;
}

#forth {
	float: left;
	margin-left: inherit;
	width: 200px;
	height: 200px;
	padding: 0px 0px 0px 0px;
}

#fifth {
	float: right;

	width: 200px;
	height: 200px;
	padding: 0px 20px 0px 20px;
}


#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #808080;
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}


