/*
	King King B2B Web site style sheet
*/

body {
	margin : 0;
	padding : 0;
	font-family : "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size : 12px;
	background : #000000;
	color : #cccccc;
	}
a {
	color : #D91111;
	}
a:hover {
	color : #FB9494;
	}
body#assets {
	background : #000000 url("/images/bg_assets.jpg") no-repeat left top;
	}
#container {
	border-top : 10px solid #D91111;
	}
#login #content {
	width : 600px;
	position : absolute;
	top : 100px;
	left : 50%;
	margin-left : -300px;
	}
#form-wrapper {
	border : 1px solid #D91111;
	height : 265px;
	background : url("/images/bg_login.jpg") no-repeat left top;
	}
#login h1 {
	margin : 0 0 6px 0;
    padding: 22px 0 0 0;
    overflow: hidden;
    height: 0px !important;
    height /**/:22px;
	background : url("/images/login_logo.gif") no-repeat left top;
	}
#frmLogin {
	margin : 65px 0 0 365px;
	padding : 0;
	}
#form-wrapper .alert {
	float : left;
	margin : 120px 0 0 30px;
	color : #ffffff;
	font-weight : bold;
	}
#form-wrapper .label {
	font-size : 11px;
	text-transform : uppercase;
	margin-bottom : 2px;
	}
#txtPassword {
	margin-bottom : 12px;
	}
#assets #content {
	width : 750px;
	position : absolute;
	top : 300px;
	left : 52px;
	}
.delimiter {
	padding : 0 4px;
	}
h2 {
	margin : 0;
	padding : 0;
	}
h3 {
	color : #ffffff;
	font-size : 19px;
	padding : 0 0 6px 0;
	margin : 0 0 20px 0;
	border-bottom : 1px solid #cccccc;
	}
h4 {
	color : #ffffff;
	margin : 0;
	padding : 0;
	font-size : 16px;
	}
#primarylogo {
	display : block;
	margin : 0 0 20px 0;
	}
#masthead {
	margin : 0 0 30px -17px;
	padding : 0 0 0 10px;
	border-left : 7px solid #D91111;
	}
p {
	margin : 0 0 20px 0;
	}
#assets ul {
	margin : 0 0 20px 32px;
	padding : 0;
	}
#masthead h2 {
    padding : 22px 0 0 0;
    overflow : hidden;
    height : 0px !important;
    height /**/:22px;
	margin : 0 0 4px 0;
	background : url("/images/presskit.gif") no-repeat left top;
	}
#footer {
	font-size : 11px;
	color : #656565;
	padding : 6px 0 20px 0;
	margin : 36px 0 0 0;
	border-top : 1px dashed #656565;
	}
