/*
-----------------------------------------------
Author: Developed by Wendy Tsang
Version: 04 November 2009
Copyright Wendy Tsang 2009
----------------------------------------------- */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset, p,blockquote,th,td 
{margin:0;padding:0;border:0;}

table						{border-collapse:collapse;border-spacing:0;}
fieldset,img				{border:0;padding:0;margin:0;}
ol,ul 						{list-style:none;}
caption,th 					{text-align:left;}
h1,h2,h3,h4,h5,h6			{font-size:100%; font-weight:normal;}
a,a:link,a:hover,a:visited	{text-decoration: none; }
em							{font-style: normal; }


body {
	background: #000066;
	height: 100%;
}

#container {
	background:url(images/background22.gif) top left no-repeat;
	width:760px;
	height:740px;
	margin: 0 auto;
	font: 14px "Arial";
	padding:0px;
}

#containergallery {
	background:url(images/background22gallery.gif) top left no-repeat;
	width:760px;
	height:780px;
	margin: 0 auto;
	font: 14px "Arial";
	padding:0px;
}

#header a, #content a {
	text-decoration:underline;
}

#header {
	padding:0 10px;
	height:133px;
	clear:both;
}

#header img {
	float:left;
	margin-top:13px;
	margin-left:35px;
}

.phone {
	color:#FFCC00;
	font-size:18px;
	line-height:21px;
}

.headercontact {
	width:200px;
	float:right;
	clear:right;
	margin-right:45px;
	position:relative;
	top:80px;
	text-align:right;
}

#nav {
	width:760px;
	padding:0 52px 0 52px;
	margin-top:5px;
}

#nav ul li{
	display:inline;
	font:12px Arial, Helvetica, sans-serif;
}

#nav ul li a {
	width:105px;
	height:21px;
	float:left;
	background:url(images/cssnav/navoff.gif) top left no-repeat;
	color:#606060;
	margin: 0 2px 0 2px;
	padding-top:3px;
	text-align:center;
}

#nav ul li a.selected {
	background:url(images/cssnav/navsel.gif) top left no-repeat;
}

#nav ul li a:hover {
	background:url(images/cssnav/navon.gif) top left no-repeat;
}


#content {
	padding:0 40px;
	font: 10px/13px Arial, Helvetica, sans-serif;
	color:#996600;
	min-height:515px;
}

.colleft {
	margin-top: 20px;
	width:410px;
	float:left;
}

.colright {
	margin-top: 20px;
	width:259px;
	margin-left: 10px;
	float:left;
}

.slideshowhome {
	width:410px;
	height:196px;
}

.signs {
	width:248px;
	height:76px;
	text-align:right;
	padding: 10px 6px;
	margin-bottom:5px;
}

.maintext {
	width: 410px;
	text-align:right;
}

.contacttext {
	font-size:14px;
	line-height:19px;
}

.slogan {
	text-align:center;
}

.products {
	font-size:16px;
	line-height:19px;
	width:50%;
	float:right;
}

.products ul li {
	background:url(images/cssnav/bullet.gif) center right no-repeat;
	padding-right:15px;
}

.gallery {
	padding:2px;
}

.gallery img {
	margin:2px;
	border: 2px solid #FFCC00;
	filter: alpha(opacity=100);
	-moz-opacity: 0.9;
}

.gallery img:hover  {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

h1 {
	font-size:16px;
	line-height:19px;
	font-weight:bold;
}

h2 {
	font-size:12px;
	line-height:15px;
	font-weight:bold;
}

#footer {
	width:760px;
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
	margin: 30px auto;
	clear:both;
}