/* CSS Document */
Body
{
background-color: #FFFFFF;
font-family: Tahoma, Verdana, Arial, "Sans serif";
font-size: 12px;
color: #666666;
margin: 0px 0px 0px 0px;
}
h1
{
font-size: 18px;
padding: 10px 0px 0px 0px;
margin: 0px;
}
h2
{
font-size: 14px;
padding: 0px 0px 10px 0px;
margin: 0px;
}
h2.subs
{
font-size: 16px;
padding: 0px 0px 5px 0px;
border-bottom: 1px solid #666666;
margin: 0px 0px 10px 0px;
}
a
{
color: #336699;
font-weight: bold;
text-decoration: none;
}
a:hover
{
color: #336699;
font-weight: bold;
text-decoration: underline;
}
a.news
{
background-image: url(../images/b_arrow.gif);
background-repeat: no-repeat;
padding-left: 7px;
display: block;
padding-bottom: 4px;
}
a.news:hover
{
background-image: url(../images/b_arrow.gif);
background-repeat: no-repeat;
padding-left: 7px;
display: block;
}
#main
{
margin-left: 20px;
}
#greybar
{
background-color: #CCCCCC;
height: 10px;
}
.brand
{
margin: 15px 0px 20px 25px;
}
.navblock
{
background-color: #EAEAEA;
height: 40px;
}
.link
{
padding: 15px 3px 10px 7px;
}
.subnav
{
background-image:url(../images/sub-nav-bg.png);
background-repeat:repeat-x;
height: 216px;
vertical-align: top;
padding: 10px;
}
.subnavblock
{
width: 250px;
}
.login
{
padding: 15px 10px 10px 7px;
}
.download
{
margin: 20px 0px 0px 0px;
}
.stripe
{
background-image: url(../images/bg_strip.gif);
background-repeat: repeat-x;
height: 2px;
margin: 5px 0px 10px 0px;
}
.lil_case_logo
{
padding-right: 5px;
}
.newsitem
{
margin: 0px 0px 10px 0px;
}
.bottomnav
{
margin: 10px 0px 20px 0px;
border-top: 1px solid #cccccc;
padding-top: 10px;
font-size: 11px;
}


#gallery_list {
 list-style-type: none;
 width: 740px;
 margin: 0;
 padding: 0;
}

#gallery_list li  {
text-align: center;
 float: left;
 padding: 0;
 margin: 0;
}

#gallery_list a {
 display: block;
 width: 150px;
 height: 100px;
 border: 1px solid #666666;
 margin: 10px 10px 10px 0px;
 background: #fff url(../images/spinner.gif) no-repeat center center;
 text-indent: -1000px;
	
}
input.contact
{
width: 400px;
height: 25px;
border: 1px solid #999999;
margin: 4px 0 10px 0px;
display: block;
font-family: Tahoma, Verdana, Arial, "Sans serif";
font-size: 12px;
}
textarea.contact
{
width: 400px;
height: 100px;
font-family: Tahoma, Verdana, Arial, "Sans serif";
font-size: 12px;
border: 1px solid #999999;
margin: 4px 0 10px 0px;
display: block;
}