* {
	margin: 0;
	padding: 0;
}
body, html { height:100%}
html {
 background: url(/img/design/bg-body-sky.jpg) top right repeat-x #1a1a1a;
}



body {
	#background: url(/img/design/bg-body.jpg) top center no-repeat #1a1a1a ;
        background: url(/img/design/bg-body.jpg) top right no-repeat;
        font-family: Tahoma;
	font-size:12px;
	color:#cccccc
	}
a {
	color:#FFFFFF;
	outline: none;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}

/* End of of styles for the demonstration */
p {margin: 0}
img {
	border: none;
	}
input {vertical-align: middle}
img { border:0 none; vertical-align:middle}
table, tr, td, th {
	border:0 none;
	border-collapse:collapse;
	}
input, textarea, select {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
	}
		

.clear { clear:both; font-size:0px; overflow:hidden}
.float-l { float:left}
.float-r { float:right}
.align-center { text-align:center}	
.align-left { text-align:left}	
.align-right { text-align: right}	

#wrapper {
	background:url(/img/design/bg-wp.gif) left top repeat;
        width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
.wrapper {
	width:980px;
	margin:0 auto;
	}

/* Header
-----------------------------------------------------------------------------*/
#header {
	background:#000000;
	border-bottom:1px solid #3c3c3c;
	}
#header .header {
	background:url(/img/design/bg-head.gif) left top repeat-x #272727;
	min-height:30px;
	height:auto!important;
	height:30px
	}


.top-panel {
	padding:20px 0
	}
#logo {
	background:url(/img/design/strategy-first.png) left 7px no-repeat;
	width:337px;
	height:68px;
	float:left
	}
#logo a {
	display:block;
	width:337px;
	height:68px;
	text-decoration:none
	}
		
/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 110px;
	}

.content {
	background:#e6e6e6;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	
	behavior: url(/css/ie-css3.htc);
	
	padding:40px 10px 12px 10px;
	position:relative;
	z-index:9;
	
	}

.padd-10 {
	padding:10px 0 0 0
	}


.left-side {
	width:561px;
	float:left
	}
.right-side {
	width:389px;
	float:right
	}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -100px auto 0;
	width: 100%;
	min-width: 1000px;
	height: 50px;
	background: url(/img/design/bg-foot.gif) left top repeat-x #0d0d0d;
	padding:25px 0;
	color:#a6a6a6;
	text-align:center
	}
#footer .footer {
	width:980px;
	margin:0 auto
	}
#footer .copyright {
	padding:10px 0 10px 8px;
	float:left
	}
#footer a {
	color:#a6a6a6;
	text-decoration:none
	}

.footer-menu {
	padding:10px 0
	}
#footer a {
	padding:0 8px;
	border-left:1px solid #a6a6a6;
	}
#footer a.first-link {
	border:0 none
	}




