/*=========== General style ===========*/
/*================================================*/
*{

vertical-align:top;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
behavior: url(iepngfix.htc);
}



html, body {
margin: 0px auto;
padding: 0 0 0 0;
background: url(images/background.png) repeat-x top;
height: 100%;
behavior: url(iepngfix.htc);
}
	

/*=========== Link style ===========*/
/*================================================*/
a {
text-decoration:underline;

color:#0000FF;}

a:visited {

text-decoration:underline;
color:#0000FF;}

a:hover {
text-decoration:none;

color:#0000FF;}


/*=========== Headings, font ===========*/
/*================================================*/
h1{ 
font-weight:bold;
font-size:24px;
}

h2{
font-weight:normal;
font-size:18px;}

h3{
font-weight:normal;
font-size:12px;
color:#FFF;
}
h4{ 
font-weight:bold;
font-size:18px;
}
horizontal{
weight:1px;
color:#FFF;
}





/*=========== Layout ===========*/
/*================================================*/
#Content{
margin:0px auto;

width:818px;
height:100%;
vertical-align:top;
}

#Mouse{
margin:0px auto;
width:120px;
padding:0 0 0 740px;
}


#HeaderContainer {
margin: 0 0 0 0;
padding: 0 0 0 0;
height:150px;
width:818px;
Overflow:Hidden;
background: url(images/background-top.png) repeat-x bottom;
behavior: url(iepngfix.htc);
}



#logo {
float:left;
height:150px;
width:221px;
}

#Menu {
margin: 0 0 0 0;
float:right;
width:597px;
height:150px;
}

#FlashContainer {
background: url(images/background-middle.png) ;
behavior: url(iepngfix.htc);
width:818px;
height:210px;
}

#ContentMain {
width:818px;
padding:0 0 0 0;
background: url(images/background-middle.png) repeat-y;
behavior: url(iepngfix.htc);
overflow:hidden;
}

#ContentMain2 {
width:818px;
padding:0 0 20px 0;
background: url(images/background-middle.png) repeat-y;
behavior: url(iepngfix.htc);
overflow:hidden;
}


#ContentText {
width:760px;
padding: 0 0 0 9px;
margin: 0 0 20px 20px;
height:100%;
}
#IndexBottom {
width:450px;
text-align:left;
padding: 0 0 0 0px;
margin: 0 0 0 0px;
height:100%;
float:right;
}
#ContentText2 {
width:760px;
padding: 0 0 0 9px;
margin: 0 0 0 20px;
height:100%;
float:left;
}
#ContentLeft {
width:400px;
padding: 0 0 20px 9px;
margin: 0 0 0 20px;
height:175px;
float:left;

}

#ContentLeftContact {
width:360px;
padding: 0 0 0 9px;
margin: 0 0 0 20px;

float:left;

}

#ContentStep1Left {
padding: 0 0 0 9px;
width:320px;
margin: 0 0 0 20px;
height:631px;
float:left;

}



#ContentRight {
padding: 0 0 20px 0;
margin: 0 20px 0 0;
width:350px;
height:175px;
float:right;
overflow:hidden
}

#ContentStep1Right {
padding: 10px 9px 0 0;
margin: 0 20px 0 0;
width:400px;
height:631px;
float:right;

}


#RedBreak {
width:100%;
min-height:4px;
background-color:#EE0000;
}





#ContentBreak {
width:818px;
height:26px;
background: url(images/background-join.png);
behavior: url(iepngfix.htc);
}

#RedBoxLeft {
width:25px;
height:175px;
background: url(images/redbox-leftt.png) left;
behavior: url(iepngfix.htc);
float:left;
}

#RedBoxRight {
margin:20px 0 0 0;
padding:0 45px 0 0;
width:356px;
height:171px;
background: url(images/contactbackground.png);
behavior: url(iepngfix.htc);
background-repeat:no-repeat;
float:right;
}


#Bottom {
width:818px;
height:161px;
background: url(images/bottom.png) ;
behavior: url(iepngfix.htc);
overflow:hidden
}

#BottomContainer {
width:818px;
height:161px;
padding:10px 0 0 13px;
}

#Footer {
width:818px;
height:100px;
padding:20px 0 40px 0;
}

#ProductContainer {
float:right;
width:485px;
height:100%;
padding: 20px 9px 20px 0 ;
margin: 0 0px 0 0;

}

#SideTab {
float:left;
width:289px;
height:100%;
padding: 0 0 0 9px;
margin: 0 0 0 20px;

}

#SideTabContent {
width:260px;
height:300px;
padding: 0 0 0 0;
margin: 0 0 0 0;
background: url(images/sideback.png) ;
behavior: url(iepngfix.htc);
background-repeat:no-repeat;
}

#SideTabForm {
width:200px;
height:100%;
padding: 110px 0 0 15px;
margin: 0 0 0 0;
}

#SideTabButton {
width:209px;
height:60px;
padding: 22px 0 0 5px;
margin: 0 0 0 0;

}


#Product {
border:1px solid #E6E8F5;
float:left;
font-size:14px;
height:150px;
margin:1px;
padding:6px 2px 6px 4px;
width:150px;
}


/*=========== Header, Logo ===========*/
/*================================================*/
#header img {
float:left;
clear:left;
width:200px;
border:none;
}



/*=========== forms ===========*/
/*================================================*/






input:focus, textarea:focus{
background-color:#FFFF66;

}

input.btn, input.btn:focus{
border:1px solid #888;
border-top-color:#bbb;
border-left-color:#bbb;
background-color:#F9F9F9;
padding:2px;
font-size:1em;}

input.btn:active{
border:1px solid #bbb;
border-top-color:#888;
border-left-color:#888;}

input.radio{
border:none;
height:auto;
margin:0px 3px;}

input.checkbox{
border:none;
padding:0;
margin:0}

textarea.required, input.required{
background-color:#FFFF99;
color:#333333}









label,inputs {
	display: block;
	width: 210px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 70px;
	padding-right: 10px;
}

.submit {
	background: url(images/submit.gif) no-repeat top;
	behavior: url(iepngfix.htc);
	cursor: pointer;
	border: 0;
	height: 26px;
	width: 96px;
}




img.b
{
	position:absolute;
	behavior: url(iepngfix.htc);
	z-index:10;
}
img.x
{
	position:absolute;
	behavior: url(iepngfix.htc);
	z-index:1;
}






/*=========== Blog ===========*/
/*================================================*/


/* Header
----------------------------------------------- */
@media all {
  #header {
margin:0px auto;

width:818px;
height:100%;
vertical-align:top;
overflow:hidden;
    }
  }
@media handheld {
  #header {
    width:818px;
    }
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

/* Content
----------------------------------------------- */
@media all {
  #content {
    width:818px;
    margin:0 0 0 0 ;
    padding:0 0 0 0;
    text-align:left;
	
    }
  #main {
    width:449px;
	padding: 0 9px 20px 0px;
	margin: 0 20px 0 0;
    float:right;
    }
  #sidebar {
    width:260px;
	padding: 0 0 20px 9px;
	margin: 0 0 0 20px;
    float:left;
    }
  }




/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:2px solid #666;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 0 0 ;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;

  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}


#SideTabContentTwitter {
    width:260px;
    height:159px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
   /* background: url(images/sidebacktwitter.png) ;*/
    behavior: url(iepngfix.htc);
    background-repeat:no-repeat;
}



/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }






