@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, span, applet, object, iframe, h3, h4, h5, h6,
blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, img,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, hgroup, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'ComfortaaRegular', 'Lucida Grande', Helvetica, Arial, San-serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}

body {
	margin: 0 auto;
	background: #FFFFFF url(../imgs/bg_body.jpg) repeat-x fixed;
	font-family: 'ComfortaaRegular','Lucida Grande', Helvetica, Arial, San-serif;
}

/* Text Styles Begins */

h1 {
	font-family: 'ComfortaaRegular', 'Lucida Grande', Helvetica, Arial, San-serif;
	font-size: 20px;
	text-align: left;
	color: #000;
	padding: 10px 40px 0px 40px;
}

h2 {
	font-family: 'ComfortaaRegular', 'Lucida Grande', Helvetica, Arial, San-serif;
	font-size: 17px;
	padding: 10px 40px 0px 40px;
	color: #000;
}

h3 {
	font-family: 'ComfortaaRegular', 'Lucida Grande', Helvetica, Arial, San-serif;
	font-size: 19px;
	text-align: right;
	color: #000;
	margin: 20px 20px 0 0px;
}

p {
	font-family: 'Lucida Grande', Helvetica, Arial, san-serif; 
	font-size: 15px; 
	color: #000;
	padding: 0px 40px;
}	

p.sidetext {
	font-family: 'ComfortaaRegular', 'Lucida Grande', Helvetica, Arial, san-serif;
	font-size: 16px; 
	color: #000;
	padding: 0;
}	

a {
	font-family: 'ComfortaaRegular', 'Lucida Grande', Helvetica, Arial, san-serif;
	font-size: 15px;
	color: #000;
	outline:none;}

/* Text Styles Ends */

/* Custom Menu Begins */

#nav {
      background: url(../imgs/menu.png);
      height: 35px;
      width: 800px;
      margin: 10px 0 10px 0px;
}

#nav span {
     display: none;
}

#nav li {
	list-style-type: none;
	float: left;
}

#nav a {
	height: 35px;
	display: block;
}

#tab1 { width: 81px; }
#tab2 { width: 114px; }
#tab3 { width: 94px; }
#tab4 { width: 133px; }
#tab5 { width: 75px; }
#tab6 { width: 98px; }
#tab7 { width: 75px; }
#tab8 { width: 130px; }

/* Hover State */

#tab1 a:hover {background: url(../imgs/menu.png) 0px -35px no-repeat;}
#tab2 a:hover {background: url(../imgs/menu.png) -81px -35px no-repeat;}
#tab3 a:hover {background: url(../imgs/menu.png) -195px -35px no-repeat;}
#tab4 a:hover {background: url(../imgs/menu.png) -289px -35px no-repeat;}
#tab5 a:hover {background: url(../imgs/menu.png) -422px -35px no-repeat;}
#tab6 a:hover {background: url(../imgs/menu.png) -497px -35px no-repeat;}
#tab7 a:hover {background: url(../imgs/menu.png) -595px -35px no-repeat;}
#tab8 a:hover {background: url(../imgs/menu.png) -670px -35px no-repeat;}

/* Selected State */

#tab1 a.selected {background: url(../imgs/menu.png) 0px -70px no-repeat;}
#tab2 a.selected {background: url(../imgs/menu.png) -81px -70px no-repeat;}
#tab3 a.selected {background: url(../imgs/menu.png) -195px -70px no-repeat;}
#tab4 a.selected {background: url(../imgs/menu.png) -289px -70px no-repeat;}
#tab5 a.selected {background: url(../imgs/menu.png) -422px -70px no-repeat;}
#tab6 a.selected {background: url(../imgs/menu.png) -497px -70px no-repeat;}
#tab7 a.selected {background: url(../imgs/menu.png) -595px -70px no-repeat;}
#tab8 a.selected {background: url(../imgs/menu.png) -670px -70px no-repeat;}

/* iGetter SubNav */

#menulinks {
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 800px;
	height: 100%;
	text-align: center;
	font-family: 'ComfortaaRegular', 'Lucida Grande', Helvetica, Arial, san-serif; 
	font-size: 17px; 
	color: #000;
}

/* Custom Menu Ends */

/* Layout Begins */

#container {
	margin: 0 auto;
	width: 800px;
}

#header {
	background: #ccc;
	width: 800px;
	height: 70px;
	margin: 10px 0px 10px;
	background: url(../imgs/header.jpg) no-repeat;
}

#content-container {
	
	float: left;
	width: 800px;
}

#content {
	clear: left;
	float: left;
	width: 80%;
	height: 810px;
	background: url(../imgs/bg_home_content.jpg) no-repeat;
	border: 2px solid #999;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

#contentlong {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #999;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	font-family: 'ComfortaaRegular', 'Lucida Grande', Helvetica, Arial, San-serif;
	font-size: 14px;
}

/* Layout Ends*/

/* Sidebar Begins*/

#sidebar {
	clear: right;
	float: right;
	width: 140px;
	height: 100%;
	padding: 0px;
	display: inline;
	text-align: center;
	font-family: 'ComfortaaRegular', 'Lucida Grande', Helvetica, Arial, san-serif; 
	font-size: 16px; 
	color: #000;
}

.sidebarbox {
	margin-botton: 10px;
}

.sidebarbox img {
	margin-bottom: 5px;
}

.sidebarbox-inline {
	float: left;
	margin: 0px 20px 0 0;
	width: 155px;
	height: 300px;
}

.sidebarbox-inline img {
	margin: 10px 0 0 10px;
}

/* Sidebar Ends */

/* Layout, Pictures, Misc Begins */

/* Gallery Begins */

#gallery {
	width: 565px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 10px;
}

#gallery ul {
	list-style: none;
}
	
#gallery ul li {
	display: inline; 
	position: relative; 
	margin: 0 auto;
}

#gallery ul li img {
	margin: 0 auto;
	behavior: url("iepngfix.htc")
}

/* Gallery Ends */

/* Table Begins */

table {
	position: relative;
	top: 0px;
	border-spacing: 0;
}

.downloads {
	font-family: 'ComfortaaRegular', 'Lucida Grande', Helvetica, Arial, san-serif;
	width:350px;
}

.downloads td, .downloads th {
	font-size:1em;
	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
}

.downloads th {
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#A7C942;
	color:#fff;
}

.downloads tr.alt td {
	color:#000;
	background-color:#E0F0FF;
}

/* Table Ends */

/* Contact Form Begins */

div.box {
	width:500px;
	height:690px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	font-family: 'ComfortaaRegular', Helvetica, Arial, san-serif;	
	font-size:17px;
	z-index: 10;
}

div.box label {
	width:100%;
	height: 30px;
	display: block;
	margin-bottom: 20px

}

div.box label span {
	width:100px;
	padding:0px 10px 0 0;
	float: left;
	display: block;
	margin-top: 7px;
	color: #000;
	font-family: 'ComfortaaRegular', Helvetica, Arial, san-serif;
	font-size: 19px;
	text-align: right;
}

div.box label select {
	margin-top: 6px;
	width: 165px;
	font-size: 17px;
}

div.box .input_text {
	padding: 7px 10px;
	width:360px;
	height: 20px;
	border: 1px solid #999;
	background: url(../imgs/form_input_grad.jpg) no-repeat;
	font-family: 'Lucida Grande', Helvetica, Arial, san-serif;
	color:#000;
	font-size:17px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

div.box .message {
	padding:7px 7px;
	max-width:367px;
	min-width:367px;
	max-height:350px;
	min-height:350px;
	border: 1px solid #999;
	background: url(../imgs/form_msg_grad.jpg) no-repeat;
	color:#000;
	font-size:17px;
	overflow:auto;
	font-family: 'Lucida Grande', Helvetica, Arial, san-serif;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

div.box .button {
	position: absolute;
	top: 630px;
	left: 415px;
	margin: 0 0 10px 0;
	padding: 2px 5px;
	width: 80px;
	background:#fff;
	border: 1px solid #999;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	font-size: 17px;
	font-family: 'ComfortaaRegular', Helvetica, Arial, san-serif;
}

div.box .button:hover {
	margin: 0 0 10px 0;
	padding: 2px 5px;
	width: 80px;
	background:#fff;
	border: 1px solid #999;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	font-size: 17px;
	font-family: 'ComfortaaRegular', Helvetica, Arial, san-serif;
	cursor:pointer;
}

div.box  .textbox {
	position: absolute;
	top: 635px;
	left: 110px;
	height: 20px;
	width: 200px;
	font-family: 'ComfortaaRegular', Helvetica, Arial, san-serif; 
	font-size: 17px; 
	color: #000;
}
div.box  .textbox2 {
	position: absolute;
	top: 690px;
	left: 110px;
	height: 20px;
	width: 200px;
	font-family: 'ComfortaaRegular', Helvetica, Arial, san-serif; 
	font-size: 17px; 
	color: #000;
}
/* Contact Form Ends */

/* Layout, Pictures Misc...*/

.mac {
	margin: 20px 10px;
	width: 350px;
	float: right;
}

.windows {
	margin: 20px 10px;
	width: 350px;
	float: left;
}

.picturecenter {
	margin: 0 auto;
	width: 125px;
	margin-bottom: 17px;
}

.cnetdownload {
	margin: 0 auto;
	margin-top: 17px;
	width: 150px;
}

.picturebig {
	margin: 0 auto;
	width: 500px;
	text-align: center;
}

.pictureleft {
	float: left;
	margin: 0px 20px 20px 40px;
}

.pictureleft p {
	text-align: left;
}

.pictureright {
	float: right;
	margin: 0px 40px 20px 20px;
}

.pictureright p {
	text-align: center;
}

.picturereviews {
	float: left;
	margin: 20px 40px 10px 40px;
	width: 150px;
}

.downloadtext {
	clear: both;
	width: 100%;
}

img.icons {
	vertical-align: middle;
}

img { behavior: url(iepngfix.htc) }

#error-container {
	width: 400px;
	height: 200px;
	position: relative;
	top: 250px;
	margin: 0 auto;
	text-align: center;
}

#error-image {
	width: 400px;
	position: relative;
	margin: 0 auto;
}
/* Layout, Pictures, Misc Ends */

/* Footer Begins */

#footer {
	clear: both;
	padding: 20px 0;
	font-family: 'ComfortaaRegular', 'Lucida Grande', Helvetica, Arial, san-serif; 
	font-size: 17px; 
	color: #000;
	text-align: center;
	width: 80%;
	height: 100px;
}

#footer2	{
	clear:both;
	margin: 0 auto;
	padding: 20px 0;
	font-family: 'ComfortaaRegular', 'Lucida Grande', Helvetica, Arial, san-serif; 
	font-size: 17px; 
	color: #000;
	text-align: center;
	width: 642px;
	height: 100px;
}

/* Footer Ends */