body {
	color: #ccc;
	height: auto;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	cellspacing: 0;
	cellpadding: 0;
	border: 0px;
	font-size: 0.6em;
	background: #000000 url('../images/bg_design.jpg') top left repeat-x;
}
/*--- Start Main ---*/

#container {
	width: 760px;
	margin: 0 auto;
	cellpadding: 0px;
	cellspacing: 0px;
	text-align: center;
}

#header {
	margin: 0 auto;
	cellpadding: 0px;
	cellspacing: 0px;
}

#header img {
	border: 0px;
}

/* navigation ------------------------------------------*/

#navigation {
	width: 760px;
	margin: 0 auto;
	cellpadding: 0px;
	cellspacing: 0px;
	text-align: center;
	border: 0px;
}

#nav {
	margin: 0 auto;
	padding: 0;
	border: 0;
	cellspacing: 0px;
	cellpadding: 0px;
}

#nav li {
	list-style: none;
	height: 50px;
	float: left;
	position: relative;
}

#nav li a {
	height: 50px;
	text-indent: -9000px;
	display: block;
}

/* navigation buttons ------------------------------------------*/

#left {
	width: 69px;
	height: 50px;
	margin: 0 auto;
	cellspacing: 0;
	cellpadding: 0;
	background: url("../images/navspacer-left.jpg") top left no-repeat;
	text-indent: -9000px;
}

#right {
	width: 68px;
	height: 50px;
	margin: 0 auto;
	cellspacing: 0;
	cellpadding: 0;
	background: url("../images/navspacer-right.jpg") top left no-repeat;
	text-indent: -9000px;
}

a#home {
	width: 135px;
	height: 50px;
	margin: 0 auto;
	cellspacing: 0;
	cellpadding: 0;
	background: url("../images/home.jpg") top left no-repeat;
	background-position: 0 -50px;

}

a#order {
	width: 153px;
	height: 50px;
	margin: 0 auto;
	cellspacing: 0;
	cellpadding: 0;
	background: url("../images/orderform.jpg") top left no-repeat;
}

a#products {
	width: 155px;
	height: 50px;
	margin: 0 auto;
	cellspacing: 0;
	cellpadding: 0;
	background: url("../images/products.jpg") top left no-repeat;
}

a#contact {
	width: 180px;
	height: 50px;
	margin: 0 auto;
	cellspacing: 0;
	cellpadding: 0;
	background: url("../images/contact.jpg") top left no-repeat;
}

a#order:hover{
	background-position: 0 -50px;
}

a#products:hover {
	background-position: 0 -50px;
}

a#contact:hover {
	background-position: 0 -50px;
}

.spacer {
	background: url("../images/spacer.gif") top left repeat-x;
	width: 760px;
	float: left;
}

/* text ------------------------------------------*/
h1
{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
}

.content
{
	margin: 0 auto;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: center;
	margin: 0 auto;
	float: left;
}

#footer {
	text-align: center;
	width: 760px;
	font-size: 10px;
	padding-top: 20px;
	float: left;
}

#footer a{
	text-decoration: none;
	color: #ffffff;
}
	