/*#Global#*/
BODY {
	background:url(../App_Themes/Rendamax/Images/bg.gif) repeat-x;
	font-family:Trebuchet MS;
	font-size:12px;
	margin:0;
	padding:0;
	height: 100%;
}
* {
    margin:0;
    padding:0;
}
a {
 text-decoration:underline;
color:#002d57;
}
a:hover {
    text-decoration:none;
}
/*#Container#*/
#container {
    margin:auto;
    width:960px;
}
/*#Header#*/
#header {
    width:960px;
    color:#96a9ba;
    top:0;
    position:relative;
    height:103px;
}
    #header h1 {
        text-indent:-3000px;
        background:url(../App_Themes/Rendamax/Images/logo.gif) no-repeat;
        display:block;
        width:272px;
        height:103px;
    }
     #header h1 a {
        display:block;
        width:272px;
        height:103px;
        cursor:pointer;
    }
    div.languageSelection {
        width:200px;
        position:absolute;
        top:70px;
        right:0;
    }
    div.topMenu {
        width:200px;
        position:absolute;
        top:10px;
        right:0;
        text-align:right;
    }
    div.topMenu a{
      color:#96a9ba;
      text-decoration:none;
    }
    div.topMenu a:hover {
      text-decoration:underline;
    }
/*#Visual#*/
#visual {
    width:960px;
    display:block;
    height:210px;
    position:relative;
    background:url(../App_Themes/Rendamax/Images/bgVisual.jpg) no-repeat;
}
#visual #img {
	position:absolute;
	right:0;
	width:460px;
}
#visual #txt{
	position:absolute;
	left:0;
	width:380px;
	padding:45px;
padding-top:30px;
	text-align:justify;
}
#visual #txt h3{
	color:#FFF;
font-size:21px;
}
/*#Menu#*/
#menu {
    margin-top:50px;
    float:left;
    width:272px;
}
#menuElem {
    list-style:none;
}
#menuElem li  {
    padding-left:43px;
    height:30px;
}
#menuElem li a {
    font-size:13px;
    color:#002d57;
    font-weight:bold;
    text-decoration:none;
    padding:3px;
}
#menuElem li a:hover {
    background:#69839c;
    color:#FFF;
}
/*#Content#*/
#content {
    margin-top:50px;
    float:left;
    width:688px;
    color:#002d57;
     min-height:500px;
    height:auto !important;
    height:500px;
}
#content p {
    margin-bottom:15px;
}
#content ul {
    margin-left:15px;
}
#content h2 {
    text-transform:uppercase;
    font-size:20px;
    margin-bottom:20px;
}
/*#Footer#*/
#footer {
    margin-top:20px;
    background:#002d57;
    color:#69839c;
    text-indent:70px;
    line-height:25px;
    display:block;
}
#footer a {
    color:#69839c;
}
#footer div.footerContainer {
    margin:auto;
    width:960px;
}
/*#SalesLocations#*/
#salesLocations img {
   float:left;
   padding-right:5px;
}
#salesLocations .country {
    font-size:13px;
    font-weight:bold;
    line-height:24px;
}
#salesLocations .spacer {
   display:block;
   height:20px;
}
#salesLocations hr {
   color:#69839c;
   margin-bottom:10px;
}
a.linkTop {
    background:url(../App_Themes/Rendamax/Images/topLink.gif);
    display:block;
    width:15px;
    height:15px;
    float:right;
}
#locationSelector {
    display:block;
    margin-top:5px;
    margin-bottom:30px;
    
}
#locationSelector select {
    font-family:Trebuchet MS;
	font-size:12px;
	width:250px;
}
/*#Forms#*/
.FormButton {
    background:#153e6e;
    border:0;
    color:#FFF;
    font-weight:bold;
    padding:5px;
    cursor:pointer;
}