/* @override http://localhost/yuki/html/yuki.css */

html {
	margin: 0;
}

body {
	
	font: normal 12px Arial,"Helvetica Neue", Helvetica,  Geneva, sans-serif;
	color: #666;
	margin: 0;
}

div#main {
	width: 926px;
	height: 100%;
	left: 463;
	margin-left: auto;
	margin-right: auto;
    padding: 0;
	display: block;
	position: relative;
	no-background: url(images/wwwcorp_placholder_home.png) no-repeat;
	no-border: 1px solid #000;
}

#header img {
	margin: 0px;
	clear: none;
	display: block;
	position: absolute;
	padding: 0;
	border-width: 0px;
	border-style: none;
}

a.login {
	background: url(images/wwwcorp_stone_white.png) no-repeat 100px 0;
	color: #9f9f9f;
	font-size: 12px;
	letter-spacing: 4px;
	text-decoration: none;
	float: right;
	display: block;
	padding-top: 9px;
	height: 25px;
	position: relative;
	top: 70px;
	font-weight: normal;
	font-style: normal;
	padding-right: 50px;
}

i {
	color: #333;
}
a.login:hover {
	color: #000;
	background: url(images/wwwcorp_stone_black.png) no-repeat 105px 0;
}

div#header {
	position: relative;
	width: 926px;
	height: 200px;
}

div#menu {
	width: 250px;
	display: block;
	float: left;
}

div#content {
	width: 588px;
	min-height:400px;
	float: left;
	height: auto;
	margin: 5px 5px 0 3px;
}
div#content_inner {
	width: 680px;
	height: auto;
	margin: 5px 5px 0 0;
	clear: none;
	display: inline-block;
}

div#column_wide {
	width: 520px;
	float: left;
	height: auto;
	margin: 0;
	line-height: 24px;
}

div#column_border {
	display: block;
	position: absolute;
	width: 535px;
	float: left;
	height: auto;
	margin: 0px;
	padding: 10px;
	border: 1px;
}
div#column_left {
	line-height: 24px;
	width: 264px;
	float: left;
	height: auto;
	margin: 0;
	padding-right: 30px;
	text-align: justify;
	letter-spacing: 0px;
}

label {
	display: inline-block;
	float: left;
	width: 70px;
}

textarea#info {
	width: 252px;
}

#column_left form input {
	margin-bottom: 10px;
	width: 178px;
	margin-top: 0;
}

input#Submit {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

form {
	padding: 0;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

div#column_right {
	line-height: 24px;
	width: 264px;
	float: left;
	height: auto;
	margin: 0;
	padding-right: 30px;
	text-align: justify;
}

div#footer {
	width: 916px;
	height: 17px;
	font-size: 9px;
	text-align: right;
	vertical-align: text-bottom;
	display: inline-block;
	margin-top: 10px;
}


/* MENU */
ul#sitenav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul, li
{
	margin: 0 0 0 8px;
	padding: 0;
}

ul#sitenav li
{
	no-float: left;		/* Horizontal */
	height: 54px;
	margin: 0;
	padding: 3px 0px 7px;
}

#sitenav li a {
	width: 140px;
	background: url(images/wwwcorp_stone_white.png) no-repeat 150px 0;
	color: #9f9f9f;
	font-size: 12px;
	letter-spacing: 4px;
	text-decoration: none;
	height: 30px;
	display: block;
	padding-right:62px;
	padding-top: 7px;
	float: right;
	text-align: right;
	font-weight: normal;
	font-style: normal;
}

#sitenav li a:hover
{
	background: url(images/wwwcorp_stone_black.png) no-repeat 150px 0;
	color: #000;
}

#sitenav li a.active {
	background: url(images/wwwcorp_stone_black.png) no-repeat 150px 0;
}

/* END MENU */

p {
	font-size: 11px;
	display:block;
}

h1	{
	font-size: 15px;
	margin: 0 0 15px;
	letter-spacing: 4px;
	font-weight: normal;
	font-style: normal;
}

h2	{
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	no-text-transform: uppercase;
	line-height: 11px;
}

h3	{
	font-size:9px;
	font-style:italic;
}

img {
	
	margin:0px;
	border: 0px;
	no-display: block;
}

a, a:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:focus  {
	border: 0;
	outline:0;
}
