/* Base Template CSS */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}

/* basic layout */

body {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #FFF;
 background: #000;
 line-height: 18px;
 background: #000 url(../images/bg_body.jpg) top left no-repeat;
}

a img {
 border: 0px;
 outline: 0px;
}

.center {
 width: 900px;
 margin: 0 auto 0 auto;
 margin-left: 10px;
}

.left {
 float: left;
}

.right {
 float: right;
}

.clear { 
 clear: both; 
 height: 0; 
 margin: 0;
}

#logo {
 margin: 20px 0px 0px 0px;
 float: right;
}

#flashcontent {
 border: 1px solid #545454;
 width:900px;
 height:230px;
 margin-top: 40px;
}

#header {
 height: 15px;
}

#header .center {
 position: relative;
 margin-left: 10px;
}

#content div.center {
 position: relative;
 padding: 0px 0px 0px 0px;
}

* html #content {
 position: relative;
 top: -3px;
}

#footer {
 height: 100px;
 padding-top: 15px;
 color: #000;
 margin-top: 1px;
}

/* header */

#wrapper {
 width: 900px;
 float: left;
 border: 1px solid #545454;
 margin-top: 10px;
 padding-bottom:10px;
}

#columns {
 width: 900px;
 float: left;
 margin-top:2px;
}

#wrapper .right {
 float: right;
 margin-top:0px;
 padding-top:20px;
 width: 400px;
 margin-right: 20px;
 padding-left:20px;
 /*background: transparent url(../images/bg_wrapper_right.gif) top left repeat-y;*/
}

#wrapper .right h1 {
 color: #FFFFFF;
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background: transparent url(../images/bg_h1.gif) bottom left repeat-x;
 margin-bottom:20px;
 height:23px;
 width:155px;
}

#wrapper .right h2 {
 color: #FFFFFF;
 font-size: 11px;
 margin-top: 18px;
 margin-bottom:8px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-style: italic;
}

#wrapper .left {
 float: left;
 margin-top:20px;
 width: 420px;
 padding-left:20px;
}

#wrapper .left img {
 border: 1px solid #5292B5;
}

#wrapper .left h1 {
 color: #FFFFFF;
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background: transparent url(../images/bg_h1.gif) bottom left repeat-x;
 height:23px;
 margin-bottom:20px;
 width:140px;
}

#wrapper .right p
#wrapper .left p {
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper .left h2{
 color: #FFFFFF;
 font-size: 11px;
 margin-top: 18px;
 margin-bottom:8px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-style: italic;
}

/* nav-menu */

#nav-menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
}

#nav-menu li {
 float: left;
 margin: 5px 0px 0px 8px;
}

#nav-menu li a {
 background: #202020 url(../images/bg_button.jpg) 0px 0px repeat-x;
 height: 20px;
 line-height: 2em;
 float: left;
 width: 117px;
 display: block;
 border: 1px solid #999999;
 color: #FFF;
 text-decoration: none;
 text-align: center;
}

#nav-menu li a:hover {
 background: #202020 url(../images/bg_button.jpg) 0px -20px repeat-x;
}

#nav-menu li#selected a {
 background: #202020 url(../images/bg_button.jpg) 0px -20px repeat-x;
}

/* Hide from IE5-Mac \*/

#nav-menu li a {
 float: none;
}

li#Contact-Us {
 float: right;
 margin-right:20px;
}

/* End hide */

#nav-menu {
 width:900px;
 background: transparent url(../images/bg_nav-menu.png) top left repeat-x;
 float: left;
 height: 35px;
 z-index: 1500;
 top:243px;
 position: absolute;
 left: 1px;
}

#mainimage {
 position: relative;
 z-index: 10;
 float: left;
}

/* ################# REGISTER ################ */

#columns.register { 
 width: 900px;
}

#wrapper.register { /*modify this only if want add fields in the contact form - here's the height is fixed!*/
 height: 510px;
}


#wrapper.register h3 {
 font-size: 11px;
 color:#FFFFFF;
 text-decoration: underline;
 margin-bottom: 10px;
}

#wrapper.register h3#partner {
 background: transparent url(../images/bg_h3.gif) top left no-repeat;
 padding-left:19px;
 margin-bottom: 10px;
}

/* contact form */
/*contactformvisit*/

.contactformvisit {
 float: left;
 width:380px;
 color:#808285;
 margin-top:12px;
 margin-left: 12px;
 height:280px;
}

input.topfield {
 width: 110px;
 border: 1px solid #40312D;
 height:17px;
 float: left;
 font-size:11px;
 padding: 2px 2px 0px 2px;
 margin: 2px 3px 5px 5px;
}

label.field {
 padding:0px;
 float: left;
 margin-bottom: 5px;
}

#bottominput {
 float: left; 
 width:320px;
}

#bottominput img#mandatory {
 float:left;
}

label.field img {
 margin: 0px;
 padding:0px;
 float: left;
 height: 24px;
 width: 29px;
}

input.bottomfield {
 width: 250px;
 background: transparent;
 border: 1px solid #708B9E;
 height:13px;
 float: left;
 padding: 2px 2px 0px 2px;
 font-size:11px;
 margin: 2px 8px 7px 0px;
}

.bottomfield { 
 float: left; 
 width: 110px; 
 color:#FFFFFF;
}

#secondpart h3 {
 width: 300px;
 margin-left:-30px;
 margin-top:8px;
}

#secondpart {
 postion: absolute; 
 width:400px; 
 float: left; 
 margin-top: -283px; 
 margin-left: 480px;
}

input.bt_submit {
 margin-left: 730px;
 border: 1px solid #919191;
 background: transparent url(../images/bg_register.jpg) top left no-repeat;
 color:#FFFFFF;
 width: 117px;
 height: 21px;
 font-size:12px;
 text-decoration: underline;
 text-transform:uppercase;
 cursor:pointer;
}


/* links */

a,
a:visited {
 color: #000;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: underline;
}