body {
    margin:0px;
    padding:0px;
    filter:none;
    font-family:arial;
}

ul {
    margin:0px;
    padding:0px;
}

ul li ul {
	padding-left:5px;
}

#sideNav ul li ul li {
	border-bottom:0px solid #EBECE7;
}

#sideNav ul li ul li a {
	font-size: 0.6em;
}

li {
    list-style:none;
}

a {
	color: #9A9A9A;
    outline:none;
}

.clear {
    clear:both;
}

.hr {
    background:#ebece7;
    border-left: solid 1px #d28c58;
    border-right: solid 1px #d28c58;
    height:1px;
    margin:10px 0px 10px 0px;
}
.hr hr {
    display:none;
    
}

form {
    margin:0px;
    padding:0px;
}

input {
    border:none;
    background:none;
}

#search div.txt {
    padding:2px 5px 0px 5px;
    background: url(../images/input_search.png) no-repeat;
    width:167px;
    height:23px;
    position: absolute;
    z-index:5;
    left:10px
}

#wrapper {
    width:1000px;
}

#logo-upper {
    font-size:25px;
    display:block;
    background:url(../images/logo-upper.png) no-repeat;
    height:100px;
    width:190px;
    position:absolute;
    top:50px;
    left:100px;
}

#logo-lower {
    font-size:25px;
    display:block;
    background:url(../images/logo-lower.png) no-repeat;
    height:100px;
    width:190px;
    position:absolute;
    top:260px;
    left:30px;
}

#swish {
    background: url(../images/swish.png) no-repeat;
    width:309px;
    height:350px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
}

#header {
    border-top:solid 10px #e7e7e7;
    border-bottom:solid 10px #f8f8f8;
}

#navigation {
    width:429px;
    position:absolute;
    left:560px;
    top:30px;
}
ul#topNav {
    display:block;
    top:10px;
}

#topNav li {
    float:left;
}

#topNav li {
    text-decoration:none;   
}

#banner {
    margin-top:110px;
    background: url(../images/banner.jpg) no-repeat;
    width:986px;
    height:112px;
}

#search {
    background: url(../images/bg_search.png) no-repeat;
    width:288px;
    height:33px;
    margin-left:100px;
    padding-top:5px;
}

#search .container {
    position:relative;
    z-index:10;
    margin:0px 0px 0px 20px;
}

#topNav a {
    display:block;
    text-indent:-9999px;
    height:23px;
    background:url(../images/topNav_text.gif) no-repeat;
}



#navHome a {
    width:85px;
}
#navAbout a {
    width: 109px;
    background-position: -85px;
}
#navProducts a {
    width: 108px;
    background-position: -194px;
}
#navContact a {
    width: 127px;
    background-position: -302px;
}

#contentContainer {
    position:relative;
    width:1px;
    background:#ebece7;
    border-top: solid 1px #d28c58;
    border-bottom: solid 1px #d28c58;
    margin-left:370px;
    z-index:120;
    margin-top:40px;
}

#rightContainer {
    position:relative;
    float:right;
    width:550px;
    margin-right:-550px;
}

#leftContainer {
    position:relative;
    float:left;
    width:200px;
    margin-left:-200px;
}

#content {
    padding-left:30px;
    color:#5d5d5d;
    font-size:12px;
}

#content h4, #content h3, #content h2, #content h1 {
    color:#769bb8;
}

#content .subTitle {
    color:#4e748e;
    font-weight:bold;
}

#content .infoPara {
    font-weight:bold;
}

#content ul {
    margin:0 0 0 20px;
	padding:0;
}

#content ul li {
    list-style:disc;
}

#content img {
    margin-right: 4px;
}

#sideNav li {
    border-bottom:solid 1px #ebece7;
}

#sideNav a {
    display:block;
    height:25px;
    line-height:28px;
    text-indent:10px;
    text-decoration:none;
    color:#4e748e;
    font-weight:bold;
    font-size:12px;
}

#sideNav a:hover {
    color:#000;
}

#sideNav .active {
    color:#000;
}

#footer {
    padding:10px;
    font-size:10px;
    color:#9a9a9a;
    margin-left:100px;
}
input.search {
    background: #000 url(../images/button_search.jpg) no-repeat;
    width:50px;
    height:23px;
    border:none;
    cursor:pointer;
    outline:none;
    position:absolute;
    left:180px;
}

#newsTicker {
    font-size:11px;
    color:#769bb8;
}