* {
	margin:0;
	padding:0;
	text-decoration:none;
}

html {
	height:100%;
}

body {
	height:100%;
	font-family:Tahoma,sans-serif;
	font-size:13px;
}
a img {
    border:none;
}

#container {
	min-height:100%;
	position:relative;
	background:url(/images/bgbody.png) top center no-repeat;
}

#header {
	padding-top:30px;
    height:100px;
    width:850px;
    margin: 0 auto;
}

#header_left {
	width:180px;
	height:100px;
	padding-left:20px;
	float:left;
}

#header_middle {
	width:315px;
	height:100px;
	float:left;
}
#header_middle ul { padding-left:114px; list-style:none; }
#header_middle li { display:inline; }
#header_middle li a {
	display:block;
	width:62px;
	height:100px;
	float:left;
	margin-right:5px;
}
#header_middle .windows a { background:url(/images/windows1.png) no-repeat; }
#header_middle .windows a:hover { background:url(/images/windows2.png) no-repeat; }
#header_middle .apple a { background:url(/images/apple1.png) no-repeat; }
#header_middle .apple a:hover { background:url(/images/apple2.png) no-repeat; }
#header_middle .linux a { background:url(/images/linux1.png) no-repeat; }
#header_middle .linux a:hover { background:url(/images/linux2.png) no-repeat; }


#header_right {
	width:315px;
	height:70px;
	float:left;
	text-align:right;
	line-height:20px;
	padding-top:30px;
}

#header_slideshow {
	width:850px;
	height:150px;
}

#splash {
	width:850px;
	margin:0 auto;
	height:150px;
	padding:10px 0px 10px 0px;
}
#splash_left { width:200px; height:130px; float:left; }
#splash_left img { border:1px solid #CCCCCC; }
#splash_right { width:610px; height:130px; float:left; padding-left:20px; color:#FFFFFF; }
#splash_right h2 { color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; font-weight:normal; margin-bottom:15px; }


#page-wrapper {
    margin: 0 auto;
    overflow:auto;
}

#page {
	width:850px;
	margin:0 auto;
	overflow:auto;
	padding-bottom:100px;
}

#sidebar {
    float:left;
    width:200px;
	margin-right:20px;
}

#sidemenu { width:200px; }
#sidemenu ul { list-style:none; }
#sidemenu li { display:inline; }
#sidemenu li a {
	display:block;
	width:190px;
	line-height:30px;
	background:url(/images/bgsidemenulia.png) no-repeat;
	text-align:right;
	float:left;
	margin-top:1px;
	padding-right:10px;
	color:#333333;
	text-decoration:none;
}
#sidemenu li a:hover { background:url(/images/bgsidemenuliahover.png) no-repeat; color:#000;}
#sidemenu ul li ul li a { background:url(/images/bgsidemenuliasub.png) no-repeat; }
#sidemenu ul li ul  li a:hover { background:url(/images/bgsidemenuliasubhover.png) no-repeat; }

#sidemenu ul li ul li ul { background:none; background-color:#d9d9de; }
#sidemenu ul li ul li ul li { background:none; background-color:#d9d9de; }
#sidemenu ul li ul li ul li a { background:none; background-color:#d9d9de; line-height:20px; margin:0; font-size:12px;}
#sidemenu ul li ul li ul li a:hover { background:none; background-color:#d9d9de;}



#content {
    float:left;
    width:610px;
	padding:0 20px 10px 0;

}

#content h1 { margin-bottom:20px; font-size:22px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; }
#content p { margin-bottom:10px; }
#content a { font-weight:bold; color:#333333; text-decoration:none; }
#content a:hover { text-decoration:underline; }

#content ul {
    padding: 5px 0  10px 20px;
}

#footer-wrapper {
    clear:both;
  	position:absolute;
	bottom:0;
    width:100%;
	background:url(/images/bgfooter.png) top center no-repeat;
}
#footer {
    width:850px;
    margin:0 auto;
    height:60px;
    line-height:30px;
	color:#FFFFFF;
	font-size:11px;
	padding-bottom:10px;
}
#footer a { font-weight:bold; color:#FFFFFF; }

#contactlink {
    display:block;
    float:right;
    width:50px;
    height:50px;
    margin: 0 0 0 10px;
}

