@charset "UTF-8";
/* CSS Document */
* {
margin:0;
padding:0;
} 

html {
	height: 100%;
}

body {
background:url(bg.jpg) repeat-x top left #000;
margin-left:0;
margin-top:0;
margin-right:0;
margin-bottom:0;
height: 100%;
}

#wrapper {
width:960px;
height:auto !important;
min-height:100%;
padding-bottom:-45px;
margin-right:auto;
margin-left:auto;
}

/* --------------------------------------- HEADER HERE */
#header {
width:960px;
height:488px;
padding-bottom:15px;
}

#mainmenu {
width:960px;
height:80px;
margin-left:auto;
margin-right:auto;
}

#logo {
float:left;
margin-top:8px;
height:85px;
width:216px;
background: url(../interface/logo.png) no-repeat;
}

#nav {
float:right;
height:90px;
width:500px;
}

#banner {
width:960px;
height:380px;
margin-top:35px;
background: url(../interface/index-bg0102.jpg) no-repeat #333;
}

* html #banner {
margin-top:19px;
}

#banner02 {
width:960px;
height:380px;
background: url(../interface/index-bg0202.jpg) no-repeat #333;
margin-top:35px;
}

* html #banner02 {
margin-top:19px;
}

#banner03 {
width:960px;
height:380px;
background:#333;
margin-top:35px;
background: url(../interface/index-bg0302.jpg) no-repeat #333;
}

* html #banner03 {
margin-top:19px;
}

#banner04 {
width:960px;
height:380px;
background:#333;
margin-top:35px;
background: url(../interface/index-bg0402.jpg) no-repeat #333;
}

* html #banner04 {
margin-top:19px;
}

/* --------------------------------------- CONTENT HERE */
#content {
width:960px;
height:600px;
margin-top:18px;
margin-bottom:100px;
border-top: solid #333333 1px;
border-bottom: solid #333333 1px;
}

* html #content {
margin-top:10px;
}

#contentabout {
width:960px;
height:635px;
margin-top:18px;
margin-bottom:100px;
border-top: solid #333333 1px;
border-bottom: solid #333333 1px;
}

* html #contentabout {
margin-top:10px;
}

#contentportfolio {
width:960px;
height:380px;
margin-top:18px;
margin-bottom:45px;
border-top: solid #333333 1px;
border-bottom: solid #333333 1px;
}

* html #contentportfolio {
margin-top:10px;
}

/* --------------------------------------- FOOTER HERE */
#footer {
border-top:solid #333333 1px;
width:100%;
height:45px;
background-color:#0b0b0b;
position:relative;
}

.push {
	height:45px;
}

#footercenter {
width:960px;
height:12px;
margin-left:auto;
margin-right:auto;
margin-top:25px;
}

#footerleft {
font-family:Arial, Helvetica, sans-serif;
font-weight:lighter;
color:#383838;
font-size:11px;
float:left;
display:inline;
}

#footerright {
font-family:Arial, Helvetica, sans-serif;
color:#383838;
font-size:11px;
float:right;
display:inline;
}

#footerright a {
color:#383838;
font-size:11px;
text-decoration:none;
}

#footerright a:hover {
color:#666;
}
