

form, input {	
	padding: 0px;
	margin: 0px;
}

body {
    /*background-image: url(body_home_bg.gif);*/
    background-repeat: repeat-x;
    background-attachment: scroll;
	padding: 0px;
	margin: 0px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: /*84%*/76%; 
	color: #333;

	background: #464646; /* 666 */
	padding-bottom: 20px;
}

h1, h2, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, dd, fieldset, address { 
	margin: 0 0; 	
}

marquee{
	background-color: #000; 
	color: #fff; 
	font-weight: bold; 
	padding: 3px;
}

marquee a{
	color: #ffff00;
}


dl {
}

dd {
	padding-bottom: 1em;
}

a {
	color: black; /*#C9D7E1;*/
}
a:hover {
	color: #B42C98;
}

.productBoxShot{
	float: left;
}



#downloadOrBuy {
	float: right;
	padding: 0;
	margin: 0;
}



/************/
#buttons {
	text-align: center;
	color: white;
	background: white;
	padding: 1em;
	margin: 0;
	border: 1px dashed #778;
	font: bold 1em Verdana, sans-serif;
	margin-left: .5em;
}

#buttons li {
	
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#buttons a {
	display: block;
	text-decoration: none;
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 0em;
	color: white;
	background: #29519C; /* #39c;*/
	border-width: 1px;
	border-style: solid;
	border-color: #5bd #035 #068 #6cf;
	
	padding: 0.25em 0.5em 0.4em 0.75em;
}

#buttons a#current { border-color: #5bd #035 #068 #f30; }

#buttons a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#buttons a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 8em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#buttons a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#buttons a:hover, #buttons a#current:hover
{
background: #28b;
border-color: #069 #6cf #5bd #069;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#buttons a:active, #buttons a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 0.4em 0.35em 0.25em 0.9em;
}

/************/

.rowHeader { background-color: #069; 
			 border-top: #000000 1px solid; 
			 border-bottom: #000000 1px solid; 
			 font: normal 14px Arial,Helvetica,sans-serif; 
			 color: #FFFFFF; }


#maincontent a {
	color: black;
	text-decoration: none;
}

#productmenu a {
	color: black;
	text-decoration: none;
}

#productmenu a:hover {
	color: yellow;
}



#smallproductmenu { 
	margin-left: 2em;
	margin-right: 2em;
	padding-bottom: .4em;		
}
#smallproductmenu a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#smallproductmenu a:hover {
	color: #B42C98;
}

Strong {
	font-weight: bold;
}

#outer{
	width: 900px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: transparent url(border_gradient.gif) repeat-y;
}


#container{
	width: 860px;	
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

#header {
	margin-top: 0px;
	width: 850px;
	position: relative;
	background: transparent;
	height: 130px;

}
#header a:hover {
	cursor: pointer;
}

#logo{
	background: transparent url(head_logo.gif) no-repeat 0 0;
	position: absolute;
	left: 15px;
	top: 10px;
	width: 167px;
	height: 120px;
}

#tagline {
	font: bold italic 14pt Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	color: #036;
	margin: 0;
	/*padding-top: 2em;	*/

	width: 600px;
	top: 60px;
	right: 60px;
	position: absolute;
}

#isv {
	/*margin: 10px 10px 15px 10px;*/
	position: relative;
	padding: 10px; 
	margin: 10px;
	height: 70px;
	background: #C9D7E1; /*#FEECA9;*/
	background: transparent url(isv_bg.gif) repeat-x;
	color: white;
	border-right: 1px solid #20577B;
	border-bottom: 1px solid #20577B;
}
#isv h2{
	font-family: sans-serif; 
}
#isv p {
	/*padding-top: 1em;*/
	font-size: 1.2em;
}
#isv a {
	color: #BBE7FD;
}

#tabsbar {
	position:relative;
	background: #E9EBF1;
	font: bold italic 10px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	border-left: 1px solid #778;
	border-right: 1px solid #778;
	border-bottom: 1px solid #778;
	padding: 14px 0 0 0;
	margin:0;
	border: 1px solid green;
}

#maincontent {
    /*background: transparent url(content_bg.gif) repeat-y;*/
/*	border: 3px solid #778;*/
	margin: 0;
	padding: 0;
	padding-left: 10px; /* only adding padding here to fix ie bug */
}


#maincontent h2.product {
	font-family: sans-serif;
}

#maincontentcommon {	
	position: relative;
	margin-left: 2em;
	margin-right: 2em;
	border-top: 1px dashed #778;
	padding-top: 1em;
}
#maincontentcommon .content {
	margin-right: 220px;
	list-style-position: inside;
}
#maincontentcommon h3 {
	margin-top: .7em;
	margin-bottom: .5em;
}

.productBoxShot {
	margin: .5em;
}

#maincontentcommon p, h2, ul {
	padding-bottom: 1em;
}
#maincontentcommon ul { padding-top: 1em; }

#productmenu{
	position: absolute;
	top: 1em;
	right: 2em;
	width: 180px;
	/*background: #E098D1;
	border-bottom: 1px solid #B178A5;
	border-right: 1px solid #B178A5;*/
}
#productmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#productmenu li {
	padding: 2px;
	font-weight: bold;
	font-size: 1.2em;
}
#productmenu a {
	display: block;
	padding: 3px 5px 3px 5px;
	width: 180px;
	background-color: #EA95D9;
	border-bottom: 1px solid #B178A5;
	border-right: 1px solid #B178A5;
}
#productmenu a:hover {
	/*border-left: 5px solid #*/
}
#productmenu a span {
	display: none;
}
#productmenu a:hover span {
	display: block;
	position: absolute;
	width: auto;
	background: transparent;
	font-size: .8em;
	color: white;
	z-index: 2;
}
#productmenu.tornado a:hover span { top: 214px; }
#productmenu.webbooster a:hover span { top: 180px; }
#productmenu.vortex a:hover span { top: 210px; }
#productmenu.vortex11 a:hover span { top: 265px; }

#detail {
	margin: 2px;
	height: 60px;
	background: #C9D7E1; /*#FEECA9;*/
	background: transparent url(isv_bg.gif) repeat-x;
	color: white;
	border-right: 1px solid #20577B;
	border-bottom: 1px solid #20577B;	
	width: 190px;
}

#product1 {
	float: left;
	width: 262px;
	height: 220px;
	margin-left: 0px;
	background: #EA96A4;
	padding: 5px;
	background: #E098D1;
	border-bottom: 1px solid #B178A5;
	border-right: 1px solid #B178A5;
}

.rssproducts{
	position: relative;
	float: right;
	top: 203px;
	z-index: 1;
}

#product1 img {
	position: relative;

}

#product2 {
	float: left;
	width: 262px;
	height: 220px;	
	padding: 5px;
	margin-left: 10px;
	background: #E098D1;
	border-bottom: 1px solid #B178A5;
	border-right: 1px solid #B178A5;
		
	/*background: #E6E7E2;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}

#product3 {
	float: left;
	padding: 5px;	
	margin-left: 10px;
	width: 262px;
	height: 220px;	
	background: #E098D1;
	border-bottom: 1px solid #B178A5;
	border-right: 1px solid #B178A5;
}

#footer {
	/*background-image: url(footer_bg.gif);*/
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 10px;
	clear: both;
}

#footerMenu {
	text-align: center;
	padding-top: 1em;
	padding-bottom: .4em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	font-family: Arial,Sans-Serif;
 
}

#footerMenu a {
	color: #036;
	text-decoration: none;	
	font-size: .9em;
}

#footerMenu ul {

	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#footerMenu li {
	display: inline;
	padding-right: 80px;
	padding-left: 80px;
}


#footerMenu a:hover {
	text-decoration: underline;
}
/*
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
	
}
*/

#copyright {

	font-size: .9em;
	font-style: italic;
	text-align: center;
	padding: .5em 0 .5em 0;	
	background: black;
	color: white;
}

/* preview screenshot */
.preview {
  border: 2px solid black;
}

