/* Project: SAV Innovations
URL: http://www.savinnovations.comz/
Date: August 2009
Author: Red Kite Creative
Author URL: http://www.redkitecreative.com */

/**************************************
  Override default styling rules
**************************************/
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

:link, :visited { text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, * {
	margin: 0; padding:0; }
a img, :link img, :visited img { border: none; }
/* normalize font-size for all headers */
h1, h2, h3, h4 { font-size: 100%; }
img, fieldset { display: block; border: none; }
/* To prevent jumping */
html { min-height: 100%; margin-bottom: 1px; }
/**************************************
  Default rules
**************************************/
h1, h2, h3, h4 {
	margin-bottom: 0.4em;
	padding: 0;	
	line-height: 120%;
	font-weight: bold;
	color: #333;
	background-color: transparent;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 140%;	
}
h3 {;
	font-size: 130%;
}
h4 {
	font-size: 1.4em;
}
p {
	margin: 0;
	padding-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.55em;
	color: #474747;
	background-color: transparent;	
}
a, a:link, a:visited {
	color: #1D335C;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #325AA0;
	background-color: transparent;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	outline: none;
}
ul li {
	margin: 0;
}
acronym {
	border-bottom: 1px dotted #333;
}
/**************************************
  Overall layout rules
**************************************/
body {
	position: relative;
	font-size: 76%;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #333;
	background-color: transparent;
	background-image: url(../images/body-bg.jpg);
	background-position: top left;
	background-repeat: repeat;
}
#inside {
	height: 414px;
	background: url(../images/body-inside-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#wrapper {
	position: relative;
	top: 30px;
	margin: 0 auto 30px;
	width: 740px;
	color: #333;
	background-color: transparent;	
	border: 1px solid #949494;
}
body#home #wrapper {
	height: 740px;
}
#header {
	position: relative;
	height: 355px;
	background-image: url(../images/header-bg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#logo-link {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 60px;
	background-color: transparent;
	width: 255px;
}
#tagline {
	position: absolute;
	top: 255px;
	left: 465px;
	padding: 0.6em;
	line-height: 21px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #CED5E5;
	border: 1px solid #AEAEAE;
}
/************************************************
  Main content rules
************************************************/
#content { 
	margin: 0;
	padding: 0;
	width: 740px;	
	min-height: 390px;
	background-image: url(../images/content-bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
#main { 
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 500px;
	color: #333;
	background-color: transparent;
}
#main .padding {
	padding: 0.6em 1em 1em 1em;
}
ul.left {
   float: left;
   margin: 0.5em 1em 1.5em 2em;
   padding: 0;
	width: 180px; 
   list-style-position: inside;
   list-style-type: disc;
}
ul.right {
   float: left;
   width: 180px; 
   margin: 0.5em 1em 1.5em 0;
   padding: 0;
   list-style-position: inside;
   list-style-type: disc;
}
ul.bullet-list {
	margin: 0 1em 1.5em 3em;
	list-style: outside;
	list-style-type: disc;
}
ul.bullet-list li, ol li, ul.right li, ul.left li {
	padding: 0 0 0.5em 0;
	line-height: 1.2em;
	font-size: 110%;
	list-style-type: disc;
}
ul.bullet-list li ul {
	list-style-type: disc;	
	padding: 0.5em 0 0 0.5em;	
}
ul.bullet-list li ul li {
	padding-bottom: 0.2em;
}
/************************************************
 Sidebar rules
************************************************/
#sidebar {
	float: right;	
	margin: 0;
	padding: 0;
	width: 240px;
	color: #333;
	background-color: transparent;
}
#sidebar .padding {
	padding: 0.8em;
}
/**************************************
  Footer rules
**************************************/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 740px;
}
#footer p {
	float: right;
	padding: 3px 0 20px 0;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	background-color: transparent;	
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #515151;
	background-color: transparent;
	text-decoration: underline;
}
/************************************************
  Navigation
************************************************/
#nav-container{  
   margin: 0 auto;   
   width: 740px;  
   height: 28px;  
}  
ul#navbar{  
   width: 740px;  
   height: 56px;  
   margin: 0 auto;  
   list-style: none;  
}  
ul#navbar li{  
   display: inline;  
}  
ul#navbar li a{  
   height: 28px;  
   float: left;  
   text-indent: -9999px;  
}  
ul#navbar li#navbar-home a{  
   width: 90px;  
   background: url(../images/menu-sprite.jpg) no-repeat 0px 0px;  
}  
ul#navbar li#navbar-home a:hover{  
   background-position: 0px -28px;  
}  
ul#navbar li#navbar-about a{  
   width: 120px;  
   background: url(../images/menu-sprite.jpg) no-repeat -90px 0px;
}  
ul#navbar li#navbar-about a:hover{  
   background-position: -90px -28px;  
} 
ul#navbar li#navbar-services a{  
   width: 114px;  
   background: url(../images/menu-sprite.jpg) no-repeat -210px 0px;  
}  
ul#navbar li#navbar-services a:hover{  
   background-position: -210px -28px;  
} 
ul#navbar li#navbar-downloads a{  
   width: 132px;  
   background: url(../images/menu-sprite.jpg) no-repeat -324px 0px; 
}
ul#navbar li#navbar-downloads a:hover{  
   background-position: -324px -28px;  
} 
ul#navbar li#navbar-faq a{  
   width: 88px;  
   background: url(../images/menu-sprite.jpg) no-repeat -456px 0px;
}  
ul#navbar li#navbar-faq a:hover{  
   background-position: -456px -28px;  
} 
ul#navbar li#navbar-blog a{  
   width: 77px;  
   background: url(../images/menu-sprite.jpg) no-repeat -544px 0px;
}
ul#navbar li#navbar-blog a:hover{  
   background-position: -544px -28px;  
} 
ul#navbar li#navbar-contact a{  
   width: 119px;  
   background: url(../images/menu-sprite.jpg) no-repeat -621px 0px;  
}
ul#navbar li#navbar-contact a:hover{  
   background-position: -621px -28px;  
} 


/**************************************
  Contact form rules (Aneko Studios)
**************************************/
#formbox {
	margin: 5px 10px 0 0;
	padding: 5px 15px 0 15px;
	width: 540px;
}
div#formbox form fieldset { 
	margin: 10px 0 15px 0; 
	padding: 10px; 
	border: 1px solid #9F9F9F; 
}
div#formbox form legend { 
	padding: 0 4px;
	font-weight: bold; 
	font-size: 1.2em;
	color: #474747; 
}
p.legend { 
	margin-bottom: 1em; 
}
div#formbox form fieldset div { 
	padding: 0.25em 0; 
}
.form_field {
	padding-bottom: 5px;
	font-size: 1.1em;
}
.form_field input {
	font-size: 13px;
	height: 16px;	
}
.form_field select option {
	padding-left: 4px;
}
p.fieldname {		
	margin: 10px 0 0 0;
	padding-right: 10px;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	background-color: transparent;
}
.fieldname {
	position: relative;
	display: block;
	float: left;
	margin-right: 6px;
	font-size: 13px;
	text-align: right;	
	width: 160px;
}
div.formbox div.controlset fieldname, 
div.formbox div.controlset input { 
	display: inline; 
	float: none; 
}	
.required {
	color: Red;
	background-color: transparent;
	font-weight: bold;
}
input.form  {	
	margin-top: -15px;
	padding: 2px 4px 0 2px;
	font-size: 1em;
}
/*input.button {			
	font-size: 12px;
	width: 60px;
	font-weight: bold;
	color: #3F3F3F;
	background-color: #C2C2C2;
}*/
.button {
	margin: 0;
	padding-top: 0;
}
div.form_checkboxes {
	margin-left: 168px;
	padding: 0 2px 4px 5px;
	font-size: 1em;
}
.checkbox {
	vertical-align: middle;
	height: 1em;
}
ul.error {			
	margin-top: 10px;
	color: #C00000;
	background-color: transparent;
	font-size: 1.1em;
}
ul.error li {			
	margin-left: 15px;
	font-size: 1em;
}
.thankyou {
	margin: 0 auto;
	padding-top: 0;
	width: 425px; 
	vertical-align: top;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/************************************************
  Miscellaneous rules
************************************************/
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
.img-right {
	float: right;
	margin: 0 0 5px 10px;
}
.img-left {
	float: left;
	margin: 0 10px 0 0;
	padding-bottom: 10px;
}
.clearfix:after {
	content:".";
	display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
