/*--------------------------------------------------------
	LEXUES Inc.
	cascading Style Sheets for Pure Picture.
	[ base css :base.css ]
	
	CopyrightiCj2007 LEXUES Inc.All Rights Reserved.
--------------------------------------------------------*/

/* ====================================================================== */
/* common */
/* ====================================================================== */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 70%;
	color: #666666;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
	background-image: url(../image/back/back.gif);
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3", sans-serif;
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
}
h1,h2,h3,h4,h5,p,b,i,u,form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
ul {
	margin: 0px; 
	padding: 0px; 
	list-style: none

}
li {
	margin: 0px; 
	padding: 0px; 
	list-style: none

}
body a:link {
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
}
body a:active {
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 850px;
	text-align: center;
	background-image: url(../image/back/wrapper_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #container {
	width: 800px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	background-color: #f8f8f8;
}
#wrapper #container #layout {
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	clear: both;	
}
/* ====================================================================== */
/* header */
/* ====================================================================== */
#header {
	width: 800px;
}
#header a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#header a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#header a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#header .corpo {
	padding-top: 10px!important;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	text-align: right;
	height: 20px;
	padding-right: 15px;
	background-color: #0073BB;
	width: 785px;
	margin: 0px;
	font-size: 1.1em!important;
	font-size: 1.3em;
}
#header #mainNav {
	clear: both;
	padding-top: 10px;
	padding-left: 0px;
}
#header #mainNav li {
	float: left;
	padding-right:0px;
}

/* ====================================================================== */
/* footer */
/* ====================================================================== */
#wrapper #container #footer {
	background-image: url(../image/top/footer_line.gif);
	height: 30px;
	clear: both;
	width: 800px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#wrapper #container #footer p {
	text-align: center;
	padding-top: 10px;
	font-size: 1.2em;
}

