html,body { 
	width:auto;
	margin:auto;
	padding:0;
	height:100%;
}
	
#container {
	font-family: Calibri;
	background: #FFFFFF;
	color: #555555;
	width:auto;
	min-height:100%;
	height:100%;
	height:auto !important;
	margin:0 auto -5.7em;
}

#usergroup{
	font-variant:normal;
	font-size:120%;
	text-transform:none;
}

	
.searchsubmit {
	background: #FFFFFF url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #0B87D9 1px 1px;
	font-variant:small-caps;
    margin: 0;
	padding: 5px;
	border: 1px solid #2BC2F7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.searchsubmit:hover {
	background: #FFFFFF url(images/button.png);
	color: white;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #0B87D9 1px 1px;
	font-variant:small-caps;
    margin: 0;
	padding: 5px;
	border: 1px solid white;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
	
.searchsubmitRelease {
	background: black;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	/*text-shadow: #0B87D9 1px 1px;*/
	font-variant:small-caps;
    margin: 0;
	padding: 5px;
	/*border: 1px solid #2BC2F7;*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}
    
.searchsubmit:hover{
    background-color:White;
}
	
#cattitle {
	
	border-bottom: solid;
	border-width:2px;
	/*padding: 1% 1% 1% 2%;
	/*-moz-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;	
	border-radius: 8px 8px 0px 0px;
    background: rgb(0,0,0); /* Old browsers */
    /*background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 52%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(52%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 52%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 52%); /* Opera11.10+ */
    /*background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 52%); /* IE10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=1 ); /* IE6-9 */
    /*background: linear-gradient(left, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 52%); /* W3C */
	color:black;}
	
.container{
	background:white;
	}
    
.maincontent {
	min-height:300px;
	height:auto;
	height:100%;
	float:left;
	padding-left: 0%;
	padding-bottom: 0%;
    margin:0 0% 0 10%;	
	width: 75%;
	}
	
.maincontentRelease {
	clear:both;
	min-height:300px;
	height:100%;
	float:left;
	padding-bottom: 2%;
    margin: 0% 1% 0% 2%;
	font-family:Segoe UI,Arial,Verdana;
	font-size:90%;
	width: 96.5%;}

ul {
	list-style-type:none;
	margin: 0;
	padding:0;
	}
A.use:link {color:white; text-decoration:underline;}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
/*A:hover {font-weight:bold; color: blue;}*/
	
	
#search {
	float:right;
	clear:both;
	padding-right:1%;
}


#searchRelease {
	clear:both;
	float:left;
	padding-top:1%;
	padding-left:1%;
}

.header {
	padding-bottom:0%;
	border-radius: 8px;
	border-style: solid solid solid solid;
	border-width:1px;
	padding: 0% 1% 0% 0%;
	background-color:gray;
	}

.rounded_STYLE{
	min-height:160px;
	width:100%;
    margin:auto;
    /*-webkit-border-radius: RADIUS;
    -moz-border-radius: RADIUS;
	border-radius: 0px;
	border-style: solid solid solid solid;
	border-width:1px; */
	/*padding: 0% 1% 1% 2%;*/
    background: rgb(35,83,138); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(35,83,138,1) 0%, rgba(167,207,223,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,83,138,1)), color-stop(100%,rgba(167,207,223,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(35,83,138,1) 0%,rgba(167,207,223,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(35,83,138,1) 0%,rgba(167,207,223,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(35,83,138,1) 0%,rgba(167,207,223,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#a7cfdf',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(35,83,138,1) 0%,rgba(167,207,223,1) 100%); /* W3C */}
	
.rounded_STYLE_Release{
	height:150px;
	width:auto;
    margin:auto;
    /*-webkit-border-radius: RADIUS;    
    -moz-border-radius: RADIUS;       
	border-radius: 0px;
	border-style: solid solid solid solid;
	border-width:1px; */
	padding: 0% 1% 1% 2%;
	background: rgb(89,106,114); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(89,106,114,1) 11%, rgba(206,220,231,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,rgba(89,106,114,1)), color-stop(99%,rgba(206,220,231,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(89,106,114,1) 11%,rgba(206,220,231,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(89,106,114,1) 11%,rgba(206,220,231,1) 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(89,106,114,1) 11%,rgba(206,220,231,1) 99%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#596a72', endColorstr='#cedce7',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(89,106,114,1) 11%,rgba(206,220,231,1) 99%); /* W3C */
	}
	
.footer { 
	clear: both; 
	overflow: hidden;
	color: #FFFFFF;
	font-size: 67%;
	text-transform: uppercase;
	border-radius: 8px;
	border-style: solid solid solid solid;
	border-width:1px;
	padding: 1% 1% 1% 2%;
	background-color:gray;
    margin:-1% -1% 0% -1%;
    background: rgb(167,207,223); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
	}
	
.footerRelease {
	font-family:Segoe UI,Arial,Verdana;
	height:6.5em;
	width:100%;
	clear: both; 
	overflow: hidden;
	font-size: 67%;
	text-transform: uppercase;
	border-top:solid;
	border-width:1px;
	padding: 1% 0% 0% 0%;
	background-color:gray;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	}

.category {
	font-weight:bold;
	}
    
.headertext{
    color:White;
    font-family: Arial,Verdana;
    font-size: 50px;
}
    
.form {
	font-weight:bold;
	font-size: 15px;
	font-family: Verdana;
	}

.table {
	font-weight:bold;
	font-size: 13px;
	font-family: Verdana;
	}
	
a img { border:0 }
	
ul#css3menu1,ul#css3menu1 ul{
	margin:0 auto;
    padding-left:0%;
	width:100%;
	list-style:none;
	background-color:#000;
	background-image:url("mainbk.png");
	background-repeat:repeat;
	border-width:0px;
	border-style:solid;
	border-color:#999999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:0px;}
	
ul#css3menu1 ul{
	display:none;
	position:absolute;
	left:0;top:100%;
	-moz-box-shadow:0.7px 0.7px 1px #777777;
	-webkit-box-shadow:0.7px 0.7px 1px #777777;
	box-shadow:0.7px 0.7px 1px #777777;
    background-color:#333; /* Drop down Color: #333*/
	background-image:none;
	border-width:1px;
    width:200px;
	border-style:solid;
	border-color:#5A5E60;}

	
ul#css3menu1 li:hover>*{
	display:block;}
	
ul#css3menu1 li:hover{
	visibility:visible;
	position:relative;}
	
ul#css3menu1 ul ul{ /* No */
	display:block;
	position:absolute;
	left:100%;
	top:0;}
	
ul#css3menu1{

	display:block;
	font-size:0;
	float:left;}
	
ul#css3menu1 li{
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;}
	
ul#css3menu1>li,ul#css3menu1 li{
	visibility:visible;
	margin:0 0 0 1px;}
	
ul#css3menu1 ul>li{
	margin:1px 0 0;}
	
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
	
ul#css3menu1 a,ul#css3menu1 a.pressed{
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font:bold 12px Arial;
	color:#cccccc;
	cursor:default;}
	
ul#css3menu1 ul li{
	float:none;
	margin:9px 9px 9px;}
	
ul#css3menu1 ul a{
	text-align:left;
	padding:8px 0 0 0;
	background-color:#333;
	background-image:none;
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#262626;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	font:13px Arial;
	color:#cccccc;
	text-decoration:none;}
	
ul#css3menu1 li:hover>a{    /*no*/
	background-color:#00c4ff;
	border-style:none;
	font:bold 12px Arial;
	color:#ffffff;
	text-decoration:none;
	background-image:url("mainbk.png");
	background-position:0 100px;}
	
ul#css3menu1 img{
	border:none;
	vertical-align:middle;
	margin-right:10px;}
	
ul#css3menu1 img.over{
	display:none;}
	
ul#css3menu1 li:hover > a img.def{
	display:none;}
	
ul#css3menu1 li:hover > a img.over{
	display:inline;}
	
ul#css3menu1 li a.pressed img.over{
	display:inline;}
	
ul#css3menu1 li a.pressed img.def{
	display:none;}
	
ul#css3menu1 span{
	display:block;
	overflow:visible;
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:0px;}
	
ul#css3menu1 a{

	padding:10px;
	background-color:#333;
	background-image:url("mainbk.png");
	background-repeat:repeat;
	background-position:0 200px;
	border-width:0px;
	border-style:none;
	border-color:;
	color:#cccccc;
	text-decoration:none;}

	
ul#css3menu1 li:hover>a,ul#css3menu1 li>a.pressed{
	background-color:#00c4ff;
	background-image:url("mainbk.png");
	background-position:0 100px;
	border-style:none;
	color:#ffffff;text-decoration:none;}
	
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li>a.pressed{
	background-color:#333;
	background-image:none;
	border-style:solid;
	border-color:#262626;
	font:13px Arial;
	color:#1F80AE;
	text-decoration:none;}
	
ul#css3menu1 li.topfirst>a{
	height:16px;
	line-height:16px;
	border-radius:0px 0 0 0px;
	-moz-border-radius:0px 0 0 0px;
	-webkit-border-radius:0px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	text-shadow:#000000 0px -1px 1px;}
	
ul#css3menu1 li.topfirst:hover>a,ul#css3menu1 li.topfirst>a.pressed{
	line-height:16px;
	text-shadow:#3d3d3d 0px -1px 1px;}
	
ul#css3menu1 li.topmenu>a{
	height:16px;
	line-height:16px;
	text-shadow:#000000 0px -1px 1px;}
    
	
ul#css3menu1 li.topmenu:hover>a,ul#css3menu1 li.topmenu>a.pressed{
	line-height:16px;
	text-shadow:#3d3d3d 0px -1px 1px;
}
  
	
ul#css3menu1 li.toplast>a{
	height:16px;
	line-height:16px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	text-shadow:#000000 0px -1px 1px;}
	
ul#css3menu1 li.toplast:hover>a,ul#css3menu1 li.toplast>a.pressed{
	line-height:16px;
	text-shadow:#3d3d3d 0px -1px 1px;
	}

ul#css3menu1 ._>li>a{
	padding:0;}
    
	
ul#css3menu1 li.subfirst>a{
    border-width:0;
	border-style:none;
	padding:0;}
	
ul#css3menu1 li.subfirst:hover>a,ul#css3menu1 li.subfirst>a.pressed{
	border-style:none;}
	

    
.faqHeader{
	margin:-1% -3% 0% -2%;
	-webkit-border-radius: RADIUS;    /* for Safari */
	-moz-border-radius: RADIUS;       /* for Firefox */
	border-radius: 8px;
	border-style: solid solid solid solid;
	border-width:1px;
	padding: 1% 1% 1% 2%;
	background: rgb(63,76,107); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(63,76,107,1) 34%, rgba(96,108,136,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,rgba(63,76,107,1)), color-stop(100%,rgba(96,108,136,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(63,76,107,1) 34%,rgba(96,108,136,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(63,76,107,1) 34%,rgba(96,108,136,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(63,76,107,1) 34%,rgba(96,108,136,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#606c88',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(63,76,107,1) 34%,rgba(96,108,136,1) 100%); /* W3C */}

.headtext{
    color:White;
    font-family: Arial;
    font-size: 65px;
    font-variant: small-caps;}


.releaseTable{
	border:1px solid black;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.ReleaseTable2{
    border-color: black;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
}

th{
	font-size:130%;
}
td{
bottom-border:1px
}
	
h3.gr {
border-bottom:10px solid #CC0000;
color:white;
float:left;
font-family:Impact,Arial,Verdana;
font-size:500%;
font-weight:100;
margin:0pt;
text-transform:small-caps;
}

h3.gr2 {
color:white;
float:left;
font-family:Impact,Arial,Verdana;
font-size:200%;
font-weight:100;
margin:25px 0pt;
position:relative;
text-transform:small-caps;
}

h3.gr4 {
color:white;
float:left;
font-family:Impact,Arial,Verdana;
font-size:450%;
font-weight:100;
margin:25px 0pt;
position:relative;
text-transform:small-caps;
}

#Pricingform{
	margin:0% 12% 0% 12%;
}

#total{
	float:right;
	padding-bottom:3%;
	font-weight:bold;
	font-size:150%;
}
.invalid{
	color:black;
	border-top:2px solid red;
	border-bottom:2px solid red;
	background-color:#FF9999;
	font-size:90%;
	margin:0% 12% 0% 12%;
}

.descriptionBox{
	background-color:#fff6bf;
	border-top:1px solid #ffd324;
	border-bottom:1px solid #ffd324;
	padding:14px;
}

.required{
	color:red;
}

.TryResponse{
	position:fixed;
	right:0%;
	top:10%;
	background-color:RGB(144,0,0);
	height:140px;
	width:90px;
	padding:5px;
	font-size:200%;
	color:white;
	text-align:center;
	font-weight:bold;
		border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.TryResponse:hover{
	position:fixed;
	right:0%;
	top:10%;
	background-color:white;
	height:140px;
	width:100px;
	padding:5px;
	font-size:200%;
	color:white;
	text-align:center;
	font-weight:bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-box-shadow: 10px 10px 10px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 0px 0px 10px #888;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 13%;
	width: 70%;
	height: 50%;
	padding: 16px;
	border: 5px solid gray;
	background-color: white;
	z-index:1002;
	overflow: auto;
}