body {
	margin: 0 auto;
	padding: 0;
	background-color:#000000;
	text-align:center;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	height:650px;
	background: url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#pageInner{
	width: 1000px;
	margin: 0 auto;
	min-height:650px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color:#FFFFFF;
}

h1 { font-size: 20px; color:#b3b51a; letter-spacing:1px;}

h2 { font-size: 18px;
 }

h3 { font-size: 14px;
color:#b3b51a;
padding-bottom:10px;
 }


p, ul, ol {
	margin: 0 auto;
	line-height: 120%;
}

a { color: #FFFFFF;
text-decoration: none; 
}

a:hover { 
	text-decoration: none; 
	color:#b3b51a;
	}

a img {
	border: none;
}

.homeImgPadding{
	width:180px;
	float:right; 
	text-align:right;
}

.productImgPadding{
	width:210px;
	float:left; 
	text-align:center;
	margin-right:40px;
	background-color:#FFFFFF;
}

/** Top link */
#topLink{
	margin:0 auto;
	color:#FFFFFF;
	height:30px;
	background-color:#424b4a;
	width:100%;
	text-align:center;
}
#topLink a{
	color:#FFFFFF
}
#topLink a:hover{
	color:#b3b51a;
}

.topMenu{
	width:900px; 
	padding-top:5px; 
	margin: 0 auto; 
	text-align:right;
}
/** LOGO */

#logo {
	width: 250px;
	height: 100px;
	margin: 0 auto;
	float:left;
}

.topSologan{
	text-align:right;
}

.homeTxt{
	float:right;
	width:475px;
	min-height:120px;
	padding:20px;
	background-color:#323a39;
	border: solid 7px #262c2b;
}

.innerTxt{
	float:right;
	width:780px;
	min-height:300px;
	padding:30px;
	background-color:#323a39;
	border: solid 7px #262c2b;
}



/* Content */

#content {
	margin: 0 auto;
	text-align:left;
	padding: 10px 0px 0px 0px;
	width: 852px;
}

.txtColor{
	color:#b3b51a;
}
.copyrights{
	color:#333333;
}
/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/titleBG.gif) repeat-x left top;
	background-color:#f7f6f1;
}

#footer a {
	color: #961A06;
}

.clear{
	clear:both;
	padding:10px 0px 10px 0px;
}

.gap{
	padding:0px 0px 5px 0px;
}