/* Tags */
body{
/* Background was created with stripe generator 2.0 */
/* www.stripegenerator.com */
background: url(../images/tiledbackground.png);
}
a{
color: #007ED8;
}
a:visited {
color: #007ED8;
}
textarea {overflow: auto;}
/* End Tags */
/*=====================================*/
/* Page Structure */
#container {
margin-top:15px;
}
#siteinfo {
height: 500px;
}
#footer {
height: 60px;
margin-top:10px;
padding-top: 10px;
border-top: solid 1px #989ab1;
text-align: center;
}
#logo {}
/* End Page Structure */
/*=====================================*/
/* Slide Show */
#slideshowContainer{
margin-bottom:15px;
background: url(../images/slideshow.png);
background-repeat: no-repeat;
}
#gallery{	
/* The width of the gallery */
width: 592px;
padding-top: 15px;
padding-left: 15px;
overflow: hidden;
}
#slides{
/* This is the slide area */
height: 437px;	
/* jQuery changes the width later on to the sum of the widths of all the slides. */
overflow: hidden;

}
#slides img{
border: 1px solid #A0A0A0;
}
.slide{
margin-right: 15px;
float: left;
}
#menu{
height: 50px;
text-align: center;
}
#menu a{
text-decoration: none;
}
#menu ul{
margin-left: -30px;
padding-top: 12px;
}
#menu li.currentslide{
text-decoration: underline;
font-weight: bold;
}
#menu li{
/* Every thumbnail is a li element */
display: inline;
list-style: none;
overflow: hidden;
}
/* End Slide Show */
/*=====================================*/
/* Info Boxes */
.infobox {
height: 250px;
/* Background for info boxes was created with freshgenerator 0.1 */
/* www.freshgenerator.com */
background: url(../images/infobox.png);
/*text-align: center;*/
}
.infobox hr{
margin-bottom: 0px;
display: block;
}
.arrow {
margin-bottom: 5px;
margin-top: -2px;
}
.learnmore{
color: #6E707F;
font-size: 13px;
font-style: italic;
}
.infoimage{
margin-left: 14px;
margin-top: 12px;
padding-top: 0px;
border: 1px solid #A0A0A0;
}
.infobox h1{
margin-bottom: 0px;
padding-left: 10px;
color: #162f94;
font-family: "Trebuchet MS";
font-size: 18px;
display: inline;
}
#demos{}
#products {}
#store {}
/* End Info Boxes */
/*=====================================*/
/* MISC */
#pagetitle{
margin-bottom:20px;
text-align:center;
}

.nodecoration {
text-decoration: none;
}
.mediaslideshow { 
height: 182px;
width: 590px;
margin-left: 10px;
margin-top: 32px;
border: 2px solid #A0A0A0;
overflow: hidden;
}
.mediaslideshow img {
float: left;
}
.homeslideshow {
width: 267px;
height: 221px;
margin-top: 20px;
margin-left: 17px;
overflow: hidden;
}
.homeslideshow img{
float: left;
}
/* End MISC */
/*=====================================*/
/* Products CSS */
#headerleft{
height: 248px;
}
#mediatypes{
position: relative;
left: 40px;
}
#mediatypes div{
width: 200px;
height: 25px;
margin-top: 15px;
padding-bottom: 5px;
padding-top: 3px;
border: 1px solid #A0A0A0;
background-color: #e3e4ed;
text-align: center;
font-size: 17px;
}
#mediatypes a{
text-decoration: none;
}
#mediainfocontainer{
/*helps stop blinking when switching */
min-height: 450px;
}
.selected{
text-decoration: underline !important; 
}
.mediainfo{
font-size: 14px;
}
.mediainfo img{
border: 2px solid #A0A0A0;
margin: 11px;
}
.mediainfo h5{
text-align: center;
}
/* End Products */
/*=====================================*/
/* Contact */
.contactspace{
margin-bottom: 15px;
}
#contacttable td{
padding-right:12px;
padding-top:3px;
padding-bottom:3px;
}
#contactFormTable td{
padding:3px;
}
.accenttext{
display:block;
margin-top:10px;
}
#contactform{}
#contactform h1, #contactform h4{
margin-bottom: 7px;
}
#contactform .error{
font-size: 12px;
font-style: italic;
color: red;
}
/* End Contact */
/*=====================================*/
/* References */
#customerquotes{}
#references h5{
margin-bottom:0px;
margin-top:10px;
}
/* End References */
/*=====================================*/
/* RFP */
.rfpTable td{
padding: 2px;
text-align:left;
}

/* End RFP */
/*=====================================*/
/* Demos */
.secretSauce{
margin: 0;
padding: 0;
float: left;
font: bold 13px;
width: 420px;
border: 1px solid black;
border-width: 1px 0;
background: url(../images/buttonNormal.png) center repeat-x;
}
.secretSauce li{
display: inline;
}
.secretSauce li a{
float: left;
color: black;
padding: 10px 11px 1px 10px;
text-decoration: none;
border-right: 1px solid black;
}
.secretSauce li a:visited{
}
.secretSauce li a:hover{
background: url(../images/buttonOver.png) center repeat-x;
}
