﻿html, body
{
    height: 100%;
    margin: 0;
    font-family: Verdana,arial;
    font-size: small;
    color: #222222;
}

a, a:visited, a:active, a:hover
{
    text-decoration: none;
}

.menu_div
{
    padding: 7px 5px 3px 25px;
}
.menu_div a, a:visited, a:active, a:hover
{
    color: white;
}

.menu_div_selected
{
    width: 100px;
    padding: 7px 5px 3px 25px;
    border-bottom: 1px white solid;
}
.menu_div_selected a
{
    color: White;
    font-weight: bold;
}


#leftpanel
{
    float: left;
    margin: 0px;
    height: 100%;
    width: 300px;
    padding: 20px 0px 0px 0px;
}
#rightpanel
{
    margin: 10px;
    float: left;
    width: 650px;
    min-height:600px;
}
#header
{
    height: 150px;
}
#content
{
    height:100%;
    width: 600px;
    padding: 0px 0px 10px 0px;
}
#footer
{
    padding: 10px;
    float:left;
    height: 100%;
    vertical-align: bottom;
    text-align:left;
    font-size:xx-small;
}
#site_side_background
{
    background-image: url(../images/site_shadow.jpg);
    background-position: center;
    background-repeat: repeat-y;
    width: 1050px;
    min-height: 100%;
    margin: 0 auto 0 auto;
}

#site_bottom_background
{
    background-image: url(../images/bottom_shadow.jpg);
    width: 1050px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto 0 auto;
}

#site
{
    width: 1000px;
    min-height: 600px;
    margin: 0 auto 0 auto;
    background-image: url(../images/site_background_new.jpg);
    background-repeat: no-repeat;
}
.welcome_box
{
    padding:10px;
    border:solid 1px #7BC1E3;
}



.button
{
    cursor: pointer;
    border: outset 1px #ccc;
    width: 75px;
    background: #dcdcdc;
    color: #666;
    font-weight: bold;
    padding: 2px 2px;
    background: url(../images/btnbg.gif) repeat-x left top;
    text-align: center;
}
#features table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #7BC1E3;
	border-collapse: collapse;
	clear: both;
}
#features td.featuregroup
{
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #7BC1E3;
	border: solid 1px #7BC1E3;
	color:White;
	font-weight:bold;
}
#features td
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #7BC1E3;
	color: #222222;
	vertical-align:top;
}
#pricing table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #7BC1E3;
	border-collapse: collapse;
	clear: both;
}
#pricing td.pricinggroup
{
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #7BC1E3;
	border: solid 1px #7BC1E3;
	color:White;
	font-weight:bold;
}
#pricing td
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #7BC1E3;
	color: #222222;
	vertical-align:top;
}
.screenshot_table
{
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	clear: both;
}
.screenshot_table td
{

	border-bottom: solid 1px #7BC1E3;

}

/* lightbox start */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* lightbox end */