/* CSS Document */
body {
  background: url(../img/bg.gif) repeat-x top #606060;
  font:11px Arial, Helvetica, sans-serif;
  margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	text-align: center;
	color: #333333;
}
table {
	width: 100%;
  border: 0px solid red;
  border-collapse: collapse;
}
td {
	border: 0px solid red;
  padding: 0px;
}
p,form, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1 {
  font-size: 22px;
}
h4 {
  font-size: 11px;
}
input, select, textarea {
  font:11px Arial, Helvetica, sans-serif;
  color: #000;
}
input.txt {
  border: solid 1px #D5D5D5;
  padding: 2px 10px;
  width: 161px;
}
input.day {
  border: solid 1px #D5D5D5;
  padding: 1px 0;
  text-align: center;
  width: 40px;
/*  font-size: 14px;*/
}
input.year {
  border: solid 1px #D5D5D5;
  padding: 1px 0;
  text-align: center;
  width: 60px;
  font-size: 14px;
}
h3 {
  font-size: 11px;
  padding-bottom: 7px;
}
h3 small {
  font-size: 10px;
  display: block;
}
img {
  border: 0;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/* General Classes*/ 
.clear {
  clear: both;
  height: 1px;
  display: block;
}
.left {
  float: left;
}
.right {
  float: right;
}

/* ID's */
#container {
	width: 802px;
	border: solid 0px red;
	background: transparent;
	margin: 0px auto; 
	text-align: left;
}

#header {
  width: 802px;
  height: 108px;
}
  #header h1 {
    float: left;
    padding: 11px 0 0 13px;
  }
  #header h1 a {
    background: url(../img/sologics-econcept.gif) no-repeat;
    width: 182px;
    height: 83px;
    display: block;
    text-decoration: none;
  }
  #header h1 span {
    font-size: 1px;
    visibility: hidden;
  }
  
  #header h2 span {
    font-size: 1px;
    visibility: hidden;
  }

#header h2 {
    float: right;
    padding: 57px 14px 0 0;
    color: #fff;
    font-size: 9px;
  }
  #header h2 a {
    background: url(../img/ecommerce-forum.gif) no-repeat bottom left;
    display: block;
    width: 175px;
    height: 23px;
    text-decoration: none;
  }
  #header h2 span {
    font-size: 1px;
    visibility: hidden;
  }


#nav {
  background: url(../img/gradient-01.gif) repeat-x top;
  height: 22px;
  width: 802px;
  position: relative;
}
  #nav .l {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #nav .r {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #nav ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0; 
  }
  #nav ul li {
    display: inline;
    line-height: 22px;
    padding-right: 11px;
  }
  #nav ul li a {
    color: #373736;
    text-decoration: none;
  }
  #nav ul li a:hover {
    text-decoration: underline;
  }
  
#content {
  background: url(../img/gradient.gif) repeat-x top #f2f2f2;
  padding: 0 14px 0 13px;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}

#menu {
  padding-top: 30px;
  padding-bottom: 10px;
  width: 773px;
}
  #menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; 
    width: 773px;
  }
  #menu ul li {
    display: block;
    float: left;
    height: 28px;
    padding-right: 17px;
    padding-bottom: 4px;
  }
  #menu ul li a {
    display: block;
    float: left;
    text-decoration: none;
    height: 28px;
  }
  #menu ul li#m1 a {
    background: url(../img/m1.gif) no-repeat top;
    width: 76px;
  }
  #menu ul li#m2 a {
    background: url(../img/m2.gif) no-repeat top;
    width: 157px;
  }
  #menu ul li#m3 a {
    background: url(../img/m3.gif) no-repeat top;
    width: 80px;
  }
  #menu ul li#m4 a {
    background: url(../img/m4.gif) no-repeat top;
    width: 147px;
  }
  #menu ul li#m5 a {
    background: url(../img/m5.gif) no-repeat top;
    width: 52px;
  }
  #menu ul li#m6 a {
    background: url(../img/m6a.gif) no-repeat top;
    width: 155px;
  }
  #menu ul li#m7 a {
    background: url(../img/m7.gif) no-repeat top;
    width: 88px;
  }
  #menu ul li a:hover, #menu ul li a.active {
    background-position: bottom !important;
  }
  #menu ul li a span {
    font-size: 1px;
    visibility: hidden;
  }
 
  
.head-img {
  display: block;
  padding-bottom: 18px;
}
.head-promo {
  display: block;
  padding-bottom: 18px;
}
.box {
  width: 773px;
  border-bottom: solid 1px #CBCBCB;
  padding-bottom: 14px;
}
.cols {
  padding-bottom: 50px;
  padding-top: 20px;
}
  .cols div {
    width: 240px;
    padding-right: 17px;
    float: left;
  }
  .cols a {
    color: #000;
    text-decoration: underline;
    padding-left: 10px;
  }
  .cols a:hover {
    text-decoration: none;
  }
  .cols h2 {
    font-size: 30px;
    color: #3A3939;
    padding-bottom: 5px;
  }
  .cols ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
  }
  .cols ul li {
    background: url(../img/bullet.gif) no-repeat 0 6px;
    padding-left: 10px;
    display: block;
    _height:0;
  }
  
.news {
  padding-bottom: 25px;
}
  .news h3 {
    background: url(../img/dot.gif) repeat-x center left;
    color: #CCCCCB;
    font-size: 11px;
    padding-bottom: 0px;
    margin-bottom: 7px;
    padding-left: 10px;
  }
  .news h3 span {
    background: #f2f2f2;
    color: #929292;
    width: auto;
    font-size: 11px;
    font-weight: bold;    
    padding: 0 3px;
  }
  .news h4 {
    font-size: 11px;
    padding-bottom: 7px;
  }
  .news h4 small {
    display: block;
    font-size: 10px;
  }
  .news div {
    width: 515px;
    padding-bottom: 20px;
  }

.jury {
  padding: 20px 0;
  width: 773px;
}
  .jury div {
    float: left;
    padding-right: 96px;
    width: 290px;
  }
  .jury div .clear {
    height: 30px;
  }
  .jury div .img {
    display: block;
    float: left;
    padding-right: 12px;
  }
  .jury div h6 {
    padding-bottom: 8px;
    font-size: 11px;
  }
  .jury div p {
    font-size: 11px;
  }
  
  
div.leftHalf {
  float: left;
}
div.rightHalf {
  float: left;
  padding-top: 0px;
  padding-left: 105px;
  vertical-align: bottom;
}
  div.rightHalf a {
    line-height: normal;
  }

#register {
  padding: 18px 0 30px 0;
  width: 773px;
}
  #register .col {
    width: 207px;
    float: left;
  }
  #register .col input, #register .more input {
    margin-bottom: 5px;
  }
  #register label {
    display: block;
    padding-left: 7px;
    padding-bottom: 5px;
  }
  #register label.special {
    padding-left: 0;
    line-height: 20px;
  }
  #register label.special input{
    width: 30px;
    float: left;
    margin-right: 7px;
  }
  #register label.check {
    padding-left: 0;
    padding-bottom: 20px; 
    line-height: 20px;
  }
  #register .col label.check {
    padding-bottom: 5px;
    margin-top: 18px;
    position: relative;
    left: -2px;
  }
  #register label.check input {
    display: block;
    float: left;
    margin-right: 7px;
  }
  #register textarea {
    display: block;
    border: solid 1px #D5D5D5;
    width: 510px;
    height: 100px;
    padding: 5px 7px;
    margin-bottom: 10px;
  }
  #register button {
    cursor: pointer;
    font-size: 13px;
  }

#footer {
  width: 773px;
}
  #footer .organizer img {
    display: block;
    float: left;
    padding-right: 22px;
  }
  #footer .partner img {
    display: block;
    float: left;
    padding-right: 19px;
  }
  #footer img.clear {
    float: none;
    padding-right: 0;
  }
  #footer .organizer {
    margin-bottom: 10px;
  }
  #footer .organizer h3 {
    background: url(../img/dot.gif) repeat-x center left;
    color: #CCCCCB;
    font-size: 11px;
    padding-bottom: 0px;
    margin-bottom: 7px;
    padding-left: 10px;
  }
  #footer .organizer h3 span {
    background: #f2f2f2;
    color: #929292;
    width: auto;
    font-size: 11px;
    font-weight: bold;    
    padding: 0 3px;
  }
  #footer .partner h3 {
    background: url(../img/dot.gif) repeat-x center left;
    color: #CCCCCB;
    font-size: 11px;
    padding-bottom: 0px;
    margin-bottom: 13px;
    padding-left: 10px;
  }
  #footer .partner h3 span {
    background: #f2f2f2;
    color: #929292;
    width: auto;
    font-size: 11px;
    font-weight: bold;    
    padding: 0 3px;
  }
  #footer .partner a.top img {
    margin-top: -3px;
  }

.nav1{
padding-left: 5px; padding-top: 5px; float: left;
}
.nav1 a:active,.nav1 a:link, .nav1 a:visited{
color: #373736; text-decoration: none;
}

.nav1 a:hover{
text-decoration: underline;
}


.liner{
	background: url(../img/line.gif) repeat-x top;
	height: 2px;
}

textarea, input{
background-color: #fff;
}


#message_error{
padding-top: 20px;
	color: #FF0000;
}

#more{
	padding-left: 207px;	
}

.spacer1{
display:inline;
	width: 23px;		
}


.radior{
margin:0; border:0; padding:0;

}

.labeler{
display:inline!important;
vertical-align:middle!important;
padding-bottom: 5px!important;
padding-right: 10px;
}

/* start gallery style*/
dl.links {
  display: inline;
  float: left;
  width: 190px;
  margin: 0px 13px 18px 22px;
  cursor:pointer;
  height: 190px;
}

dl.links dt{
  float: left;
  display: block;
  width: 50px;
}

dl.links dd{
  float: left;
  display: block;
  width: 150px;
  text-align: center;  
}


/* end gallery style*/
