@charset "UTF-8";
/* CSS Document */
/* ----======== Reseting All Browsers ========---- */

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	background-position: bottom;
	font-family:Verdana, Geneva, sans-serif;
}
fieldset, img {
	border:0;
}
ol {
	list-style:square;
	list-style-position:inside;
	line-height:25px;
}
ul {
	margin-top:0px;
	padding-top:0px;
	list-style:url(../images/tick.gif);
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
abbr, acronym {
	border:0;
}
/*End of Master Reset*/
/*----------------------------------Hacks---------------------------------*/

.clear {
	clear:both;
	content:".";
	display:block;
	height:0px;
	visibility:hidden;
	font-size:0px;
}
.clear:after {
	clear:both;
	content:".";
	display:block;
	height:0px;
	visibility:hidden;
	font-size:0px;
}
/*----------------------------------Hacks---------------------------------*/

.f10 {
	font-size:10px;
}
.f11 {
	font-size:11px;
}
.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
.f18 {
	font-size:18px;
}
.f20 {
	font-size:20px;
}
.white {
	color:white;
}
.lblue {
	color:#29ABE2;
}
.blue {
	color:#006699;
}
.dgrey {
	color:#333300;
}
.grey {
	color:#666666;
}
.orange {
	color:#FF9900;
}
.b {
	font-weight:bold;
}
.i {
	font-style:italic;
}
.u {
	text-decoration:underline;
}
a:link, a:visited {
	color:#3399FF;
}
a:hover {
	color: #6CB6FF;
}
#container {
	width:1000px;
	margin:auto;
}
#header {
	width:1072px;
	height:134px;
}
#logo {
	width:230px;
	display:block;
	float:left;
}
#nav_wrapper {
	width:730px;
	height:113px;
	background:url(../images/title_bar.jpg) no-repeat right;
	display:block;
	float:left;
}
#nav {
	margin-top:20px;
}
#nav ul li, #nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	font-family:Verdana, Geneva, sans-serif;
	color:#FF9900;
	text-decoration:none;
	font-size:14px;
	display:inline;
	list-style:none;
	padding-left:8px;
}
#order_nav {
	text-align:right;
	padding:32px 39px 0 0;
}
#shipping_nav {
	text-align:right;
		padding:10px 10px 0 0;
}
#coolMenu,
#coolMenu ul {
    list-style: none;
}
#coolMenu {
    float: left;
}
#coolMenu > li {
    float: left;
}
#coolMenu li a {
display: block;
    height: 2em;
    line-height: 2em;
    padding: 0 1em;
    text-decoration: none;
}
#coolMenu ul {
    position: absolute;
    display: none;
z-index: 999;
}
#coolMenu ul li a {
    width: 70px;
}
#coolMenu li:hover ul {
    display: block;
	background: #FFC
}

#order_nav a, #order_nav a:link, #order_nav a:active, #order_nav a:visited {
	text-align:right;
	padding:32px 0px 0 0;
	font-family:Verdana, Geneva, sans-serif;
	color:white;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
#left_content {
	display:block;
	float:left;
	width:500px;
	margin:20px 0 0 60px;
}
#left_content2 {
	width:800px;
	margin:20px 0 0 60px;
}
#tit1 {
	display:block;
	float:left;
	width:500px;
}
#tit2 {
	display:block;
	float:left;
	width:222px;
	margin-left:30px;
}
#sample {
	background-image:url(../images/sample.jpg);
	width:517px;
	height:220px;
}
#sample2 {
	background-image:url(../images/sample2_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:800px;
	height:220px;
}
.screenshots {
	display:block;
	float: left;
	width: 148px;
	font-size:11px;
	padding:40px 0 0 11px;
}
.screenshots2 {
	display:block;
	float: left;
	width: 148px;
	font-size:11px;
	padding:10px 0 0 11px;
}
.screenshots img {
	padding-top:10px;
}
.screenshots2 img {
	padding-top:10px;
}
#right_content {
	width:400px;
	display:block;
	float:left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
#hcontent {
	width:518px;
}
#icontent {
}
#box {
	width:283px;
	background: url(../images/form_bg.jpg) repeat-x top;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
	margin:0 auto;
	width:85%;
}
form div {
	padding:5px 0;
}
input {
	width:100%;
	margin: 0 auto;
	padding:3px;
	background:#fff;
	color:#333;
	border:1px solid #cccccc;
	font-size:14px;
}
input#checkbox {
	width: auto;
	margin-top: 10px;
}
.button input {
	color:#000;
	background:none;
	cursor:pointer;
	width:auto;
	border: none;
	padding:0;
	margin:0;
	margin-top: 10px;
}
label {
	float:left;
	line-height: 150%;
	text-align:left;
	font-size:12px;
	font-weight: bold;
	color:#666666;
}
.hoverfocus {
	border:1px solid #FFCC00;
}
#checkbox {
	padding:0;
	margin:0;
	width: 100%;
}
select {
	border:1px solid #cccccc;
	width:100%;
	margin: 0 auto;
	padding:3px;
}
#response, #error {
	padding:0;
	width:85%;
	margin: 0 auto;
}
#response ul, #error ul {
	border-top:1px solid #red;
	margin:0;
	padding:0;
}
#error li, #response li {
	list-style: none;
	margin:0;
	padding:0;
	padding:5px;
}
#working {
	float:left;
	padding:0;
	background:url(loading.gif) no-repeat left center;
	margin:0;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
#okay, #oops {
	display: none;
	margin: 0 auto;
	width: 80%;
	margin-top: 10px;
	text-align: center;
}
#grass {
	width:100%;
	height:131px;
	background:url(../images/footer_border.gif) repeat-x top;
}
#green {
	background-color:#99CC00;
	width:100%;
	height:100%;
}
#footer {
	margin:auto;
	width:958px;
	padding-left:100px;
}
#contact_left {
	width:310px;
	display:block;
	float:left;
}
#contact_right {
	width:283px;
	display:block;
	float:left;
	background-image:url(../images/contact_cloud.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:400px;
}
#contact_right_thankyou {
	width:270px;
	display:block;
	float:left;
	background-image:url(../images/contact_thanks.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:400px;
}
#contact_blue {
	width:275px;
	height:87px;
	background-color:#29ABE2;
	margin-top:20px;
}
#contact_green {
	width:270px;
	height:113px;
	background-color:#B8DB4D;
	margin-top:10px;
	line-height:15px;
	padding-left:5px;
}
#contact_blue_content {
	padding:5px 0 0 5px;
}
#contact_form {
	margin-top:110px;
	margin-left:20px;
}

#order_left {
	width:537px;
	display:block;
	float:left;
}
#order_right {
	width:205px;
	margin-left:50px;
	display:block;
	float:left;
}
.ttitle {
	font-size:12px;
	color:#29ABE2;
	border-bottom:#CCC solid 1px;
}
#order_form input {
	width:300px;
}
#order_form td {
	padding-top:10px;
}
#order_form {
	margin-top:20px;
}
.buttonfloat input  {
	display:block;
	float:left;
	width:216px;
	height:34px;
	color:#000;
	background:none;
	cursor:pointer;
	width:auto;
	border: none;
	padding:0;
	margin:0;
	margin-top: 10px;
}
.buttonfloat2 input {
	display:block;
	float:left;
	width:348px;
	height:34px;
	color:#000;
	background:none;
	cursor:pointer;
	width:auto;
	border: none;
	padding:0;
	margin:0;
	margin-top: 10px;
}
#orderr {
	display:block;
	float:left;
	width:35px;
	padding:20px 0 0 20px;
}
.order_frm{ text-align:left;}
.frm{ width:220px; margin-bottom:10px;}
