/********************************************
   AUTHOR  	:  Erwin Aligam 
   WEBSITE 	:  http://www.styleshout.com/
   EMAIL		: 	ealigam@gmail.com
   VERSION  :  2.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0; outline: 0;
}
body {
	margin: 0; 	padding: 0;
	font: 70%/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;	
	color: #555;
	text-align: center;
	background: #f4f3f3 url(bg.jpg) repeat-x; 
}

/* links */
a { color: #339900;/*#498B48;*/ background-color: inherit; text-decoration: none; }
a:hover { color: #183048; }

a.blackhref {
 color:#555;

} 

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Arial, Sans-serif; color: #111; }
h1 { font-size: 1.7em; background: url(square_arrow.gif) no-repeat 0% .7em;}
h2 { font-size: 1.6em; color: #003366; letter-spacing: -1px; } 
h3 { font-size: 1.3em; color: #3A4849; }

p, hr, h1, h2, h3, form { margin: 10px 15px;
padding-left:10px; }

ul, ol {
	margin: 10px 15px;
	padding: 0 15px;
}
dl {
	margin: 10px 15px;
	padding: 0 15px;
}
dt {
   font-weight: bold;  
   color: #003366; 
}
dd {
   margin-left: 0;
   padding: 0 0 5px 0;
}

hr {
	height: 1px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #EBEBEB;
	margin: 0 15px 0 0; padding: 0;
	
}
hr.hidden {
	clear:both;
	visibility:hidden;	
}

/* images */
img {
	border: none;
	padding: 5px;	
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}

.float-rightcontact  { 
	float: right; 
	margin: 0px;
}

img.float-left {
  margin: 5px 15px 5px 0px;
}

.float-leftsabs  { float: left; }
.float-leftprod  { float: left; }
.float-lefticons  { float: left; }
.float-lefticonssml  { float: left; }
.float-lefticonsright  { float: left; }
.float-leftprodright  { float: left; }


img.float-leftheader {
  border:none;
  margin-left:-11px;
  margin-top:4px;
}

img.float-leftsabs {
  border:none;
  margin: 5px 10px 10px 0px;
  margin-bottom:5px;
  margin-right:24px;
}

img.float-leftprod {
  border:none;
  margin: 0px 5px 5px 2px;
  margin-bottom:0px;
  margin-right:20px;
}

img.float-leftprodright {
  border:none;
  margin: 0px 5px 5px 2px;
  margin-bottom:0px;
  margin-right:24px;
}

img.float-lefticons {
  border:none;
  margin: 5px 10px 10px 0px;
  margin-bottom:0px;
  margin-right:41px;
}

img.float-lefticonssml {
  border:none;
  margin: 5px 10px 10px 0px;
  margin-bottom:-5px;
  margin-right:61px;
}

img.float-lefticonsright {
  border:none;
  margin: 5px 10px 10px 0px;
  margin-bottom:-5px;
  margin-right:240px;
}

img.float-midsabs {
  border:none;
  margin-left: 80px;
  margin-right:24px;
}

img.float-rightsabs {
  float:right;
  border:none;
  margin: 5px 0px 10px 10px; 
  margin-left:24px; 
}

code {
  margin: 5px 0;
  padding: 1em;
  display: block;
  width: 95%;
  overflow: auto;  
  font: 500 1.1em/1.5em 'Courier New', 'Lucida Console', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  color: #333;
  border: 1px solid #EAEAEA;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}

/* form elements */
form {
  padding: 5px;
  background: #FFF;
  border: 0px solid #EAEAEA;
}
label {
  display: block;
}
fieldset {
	margin: 10px 30px;	
	padding: 10px;
}
legend {
	margin: 10px 0; 
}
input, textarea, select {
  padding: 2px;
  font: 400 12px 'Courier New', 'Lucida Console', Monospace;
  color: #333;
  background: #FFF;
  border: 1px solid #EAEAEA;
}
input.textbox { 
	margin: 0; 
	width: 200px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
}
/*input.button {
	margin: 0; 
	padding: 3px 5px; 
	font-size: 100%; 
	font-family: Arial, Tahoma, Sans-serif; 
	background: #FAFAFA url(btnbg.gif) repeat-x bottom left;
	border: 1px solid #EAEAEA;	
	font-weight: bold; 
	color: #454545;		
}*/
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
	cursor:pointer;
}
textarea {
	width:425px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #EAEAEA;
	height:150px;
	display:block;
	color:#333;
}



/***********************
	  LAYOUT
************************/

#content  {
	width: 900px !important;	
}

#header-content, #footer-content {
	width: 945px !important;	
}

/* content */
#content-wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 900px;  	
}
/*#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FAFAFA;  
	/* background: #FAFAFA url(content-bg.jpg) repeat-y center top; */
/*}*/

#icons {color: #183048; }
#iconsselect { color: #339900; }
#iconsselect:hover { color: #339900; }

#content {
	text-align: left;	
	padding: 0; 
	margin: 20px auto;			
}

#contact1 {
	float: left;
	width: 127px;
	margin-left:0px;
	padding: 0;
	background-color: inherit;
}

contactNig {
	float: left;
	width: 120px;
	margin-left:8px;
	padding: 0;
	background-color: inherit;
}

#contact4 {
	float: left;
	width: 220px;
	margin-left:8px;
	padding: 0;
	background-color: inherit;
}

#contact2 {
	float: left;
	width: 130px;
	margin-left:8px;
	padding: 0;
	background-color: inherit;
}

#contact3 {
	float: left;
	width: 330px;
	margin-left:8px;
	padding: 0;
	background-color: inherit;
}

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}


/* header */
#header {
	background: #FAFAFA url(bg.jpg) repeat-x;
	height: 140px; 	

	text-align: left;	
	/*height:155px;*/
	margin-top:-10px;
	
	/* height: 195px; */
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;	
}
#header-content h1 {	
	position: absolute;
	/*background: transparent url(logo.gif) no-repeat 0 0;*/
	margin: 0; padding: 0;	
	height:182px; width: 236px; 
	
	/* change the values of left and top to adjust the position of the slogan */
	left: 25px; top: 0px;
}
#header-content h1 span {
	position: absolute;
	left: -2000px;	
}
#header-content #slogan {
	position: absolute;	
	font: normal 11px 'Trebuchet MS',sans-serif;
	letter-spacing: 0px;
	color: #918F8E;	
	margin: 0; padding: 1px 0;
	margin-top: 8px;
	text-transform: none;
	border-top: 1px solid #555;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 95px; left: 53px;
}

/* main navigation tabs */
#header-content ul {
	position: absolute;
	list-style:none;
   margin:0; padding:0;	
	font: bold 13px Tahoma, 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 0;
	right:0 ; top: 110px;
}
#header-content li {
   display:inline;
   margin:0; padding:0;
}
#header-content a {
   float:left;
   margin:0;
   padding:0 0 0 8px;
   text-decoration:none;
	color: #ABABAB;
}
#header-content a span {
   float:left;
   display:block;
   padding:7px 25px 7px 7px;
   color: #ABABAB;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-content a span {float:none;}
/* End IE5-Mac hack */
#header-content a:hover span {
	color:#FFF;
}
#header-content a:hover {
    color: #FFF; 
}
#header-content a:hover span {
  	 color: #FFF; 
}
#header-content #current a {
   background: url(tableft.gif) no-repeat left top;  
	color: #FFF; 	
}
#header-content #current a span {
   background: url(tabright.gif) no-repeat right top;
	color: #FFF;
}

/* header links */
#header-content ul#header-links {	
	list-style: none;	
	font-size: .92em;
	position: absolute;
	background: #282222;
	border: 1px solid #2C2929;
	padding: 5px 10px 8px 10px;
	font-weight: normal;
	
	top: 0px; right: 10px;
}
#header-content ul#header-links li {
	float: left;
}
#header-content ul#header-links li a {	
	color: #A8A6A6;
	text-decoration: none;		
	display: block;
	padding: 0px 15px;		
}
#header-content ul#header-links li a:hover {
	color: #35AA32;
}

/* google ad-links */
#google-adlinks {
	position: absolute;	
	clear: both;
	text-align: center;

	/* for bg3 */
	left: 100px; top: 150px;	
}
#google-adlinks p {
	padding: 0; margin: 0;	
	color: #111;
}

/* Main Content */	
#main	{
	float:left;
	/*position: relative;*/
	width:605px;
	/*margin-right: 270px;	*/
	padding-left: 30px;
	padding-top: 5px;
	/*margin-top:-10px;*/
}
#main #column1 {
	position: relative;
	float: left;
	width: 100%;
	margin-right: -400px;
	padding-left: 20px; 
	/* padding-right: 10px; */
}
#main h1 { 
	font: bold 23px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	color: #163F53;
	padding: 8px 0 3px 25px;
	/*padding: 0 0 5px 0;
	margin: 10px 15px 15px 15px;*/
	letter-spacing: -1.3px;
	url(square_arrow.gif) no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;
}	
#main h2 {
	font: bold 19px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	color: #163F53;
	letter-spacing: -1px;
	background:url(bk_dotted.gif) repeat-x left bottom;
	padding: 0 0 5px 0;
	margin: 10px 15px 15px 15px;
} 

#main p, #main h1, #main h2, #main h3, #main blockquote, #main form {
	margin-left: 0;
}
#main form p {
	margin: 10px;
}

/* sidebar */
#sidebar {
	float: right;
	display:inherit;
	width: 245px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}
#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url(square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #339900; /*#498B48;*/
}

#sidebar h2 {
	padding: 8px 0px 3px 25px;
	background: url(square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #111; /*#498B48;*/
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:5px solid #72A545;
}


#sidebar #current {
	list-style:none;
	background-color: #339900;
	background: #f2f2f2;
	color: #339900;
	border-left:5px solid #72A545;
}

/* search */
#sidebar #search {
	background: #f2f2f2;
	margin-left: 15px;
	padding-left: 0px 0;	
	width:200px;
}
#sidebar #search img {
	vertical-align: bottom;
}
#sidebar #search .textbox {
	background: #FFF url(input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	margin-left: -15px;	
	width: 110px;
}
#sidebar #search input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}


/* footer 
#footer {
	clear: both;
	margin: 0; padding: 40px 0 30px 0;
	font-size: .95em;
	text-align: left;	
	background: url(footer-bg.jpg) repeat-x left top;
	height: 120px;
	color: #666666;
}
#footer p {
	line-height: 170%;
	margin-top: 0px;
}
#footer a img, #footer a:hover img {
	border: none;	
}
#footer-content {	
	margin: 0 auto;		
}
#footer-content a{
	color: #003366;
}
#footer-content a:hover {
	text-decoration: underline;
}
#footer-content .footer-left {
	float: left;
	width: 65%;		
	padding: 10px 0px 10px 0px
}
#footer-content .footer-right {
	float: right;
	width: 30%;	
	padding: 10px 0px 10px 0px
}
#footer-content .footer-right p {
	margin: 0; padding: 0;
}
*/
/* Product section */
#productcube {
	float: left;
	width: 125px;
	height: 200px;
	margin-right:20px;
	/*border: 1px solid #EAEAEA;*/
	margin-bottom:10px;
	background-color: inherit;	
}

#productcubereg {
	float: left;
	width: 135px;
	height: 160px;
	margin-right:15px;
	/*border: 1px solid #EAEAEA;*/
	margin-bottom:10px;
	background-color: inherit;	
}

#productcuberight {
	float: left;
	width: 125px;
	height: 200px;
	margin-right:300px;
	border: none;
	margin-bottom:10px;
	background-color: inherit;	
}
/* footer */
#footer { 
	clear: both;
	height: 40px;
	color: #CCC;
	
	background: #000;
	margin: 0;	
	font-size: 92%;			
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer #footer-left {
	width: 68%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* alignment classes */
.float-left   { float: left; }
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center }

/* display and additional classes */
.clear {  clear: both;  height: 0; }
.displaynone {	display:none; }
.block {  display: block; }
.hide { display: none; }	
.blue { color: #003366; }
.green { color: #339900; }/*#498B48; }*/
.separator { margin-right: 5px; }
.entry {	clear:both;	}
.email-add { border:none; padding: 0; margin: 0; }

/* google ads */
.google-banner-underline {
	height: 75px;
	padding: 10px 0px 3px 0px;
	background-color: #FFF;	
	background: url(thumb-hr.gif) no-repeat center bottom;
	text-align: center;
	margin-right: 15px;
}
.google-banner-white {
	height: 70px;
	padding: 5px 0px 5px 0px;		
	background-color: #FAFAFA;
	text-align: center;
	margin-right: 15px;
}
.google-top-links {
	margin: 15px 15px 5px 0;
	padding: 7px 5px;
	background: #F3F3F3;
   border: 1px solid #EAEAEA;
}

/* template list */
.template-list {
	list-style:none;
	margin:0px 0px 10px;
	padding:0px 15px 0px 0px;
}
.template-list .details {
	float: right;
	width: 56%;	
}
.template-list br{
	display:none;
}
.template-list p br{
	display:block;
}
.template-list li{
	margin: 12px 0px;
	height: 200px;
	background: url(thumb-hr.gif) no-repeat center bottom;
}
.template-list h3{
	margin: 0px;
	padding: 5px 0 0 0;
	font: bold 15px "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #498B48;
	text-transform: none;
}
.template-list img {
  border: 1px solid #E1E1E1;
  padding: 5px;
  background: #EEE;
}
.template-list img.buttons {
	padding: 0;
	border: none	
}
.template-list a img {
	text-decoration: none;
}
.template-list p.buttons {
	margin-top: 20px;
}
.template-list p.buttons a {		
	padding: 7px 10px 7px 25px;	
	font-weight: bold;	
	color: #333;		
	/* border: 1px solid #E1E1E1; */
}
.template-list .preview-button {
	background: url(preview.gif) no-repeat left center;	
}
.template-list .download-button {
	background: url(save.gif) no-repeat left center;	
}

.textbox2 {
	background: #FFF url(input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 15px;
	margin-left: 0px;	
	width: 110px;
}

.textboxdrop {
	background: #FFF url(input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 15px;
	margin-left: 0px;	
	width: 50px;
}

/* link Blocks */
.link-block {
	float:left;
	width:250px;
	margin-right:15px;
}
.link-block2 {
	float:left;
	width:250px;
}	

#labellink {
	font-weight:bold;
	color:#000000;
	margin:10px 0;
	margin-left:35px;
}

/* Resource page */
ul.section-tab {
	width: 510px; 
	min-height: 30px;
	border: 1px solid #EBEBEB;
	list-style: none;
	margin: 0;
	padding: 0;
} 
ul.section-tab  li {
	margin: 0; padding: 0;
	background: none;
	float: left;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	display: inline;
	line-height: 30px
}
ul.section-tab  li a {
	padding: 0 15px;
	display: block;
	color: #959595;
	border-right: 1px solid #EBEBEB;
}
ul.section-tab  li.selected a {
	padding: 0 15px;	
	background: #f3f3f3;
	color: #333;
}
ul.section-tab li a:hover {
	color: #498B48; text-decoration: underline;
}

#resource-list ul {
	margin:5px 0 10px 0;
	background: url(bk_dotted.gif) repeat-x left top;
	font-size: 95%;
		
	/* added by erwin */ 
	list-style: none;
	padding: 0; margin: 0;
}
#resource-list ul li {
	/* color:#74898e; */
	background:url(bk_dotted.gif) repeat-x left bottom;
}
#resource-list ul li a {
	display:block; 
	border:0;
	padding:0;
}
* html body #resource-list ul li a {
	height: 1%;
}
#resource-list ul li a:link, #resource-list ul li a:visited {
	color: #4E5F62;
	padding:3px 0 3px 0;	
}
#resource-list ul li a:hover {
	color:#e45a49;
	padding:3px 0 3px 0;	
	text-decoration: none;
}	

#resource-list ul.cat-nav {
	margin:10px 0;
	padding: 10px 0;
	background:none;
	width: 510px;
	height: 50px;
	border-top: 1px solid #EBEBEB;			
}	
#resource-list ul.cat-nav li {
	display:inline;
	float:left; 
	margin: 1px 0;		
	white-space:nowrap; 
	background: none;
	/* background:transparent url(link_go.gif) no-repeat right center; */
}		
#resource-list  ul.cat-nav li a {
	display:inline;
	color: #244800;		
}		
#resource-list  ul.cat-nav li a:link, #resource-list  ul.cat-nav li a:visited {
	padding: 3px 22px 3px 5px;
	background:transparent url(link_go.gif) no-repeat right center; 
}		
#resource-list  ul.cat-nav li a:hover  {
	color: #244800;	
	text-decoration: underline;
}

/* sitemap */
#sitemap ul {
	margin:5px 0 10px 0;
	background: url(bk_dottednew.gif) repeat-x left top;
	font-size: 95%;
	list-style: none;
	padding: 0; margin: 0 20px 0 0;
}
#sitemap ul li {
	background:url(bk_dottednew.gif) repeat-x left bottom;
}
#sitemap ul li a {
	display:block; 
	background:url(check-bullet.gif) no-repeat 0em .5em; 
	border:0;
	padding:0;
}
* html body #sitemap ul li a {
	height: 1%;
}
#sitemap ul li a:link, #sitemap ul li a:visited {
	color: #4E5F62;
	padding:3px 0 3px 25px;	
}
#sitemap ul li a:hover {
	color:#e45a49;
	padding:3px 0 3px 25px;	
	text-decoration: none;
}


.BodyFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
#tabletab {
margin-left:15px;
}

.TableFontHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #333333;
}

.bluematter{
	cursor: pointer;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-color:#DCE9D0; 
	color:#333333; 
	font-size:1.1em;
}

.techdata{
	cursor: hand;
	cursor: pointer;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 1.2em; 
	color: #3A4849;
}

.bluematter:hover{color:#447ab1;}
.techdata:hover{color:#447ab1;}

.openbluematter{ /*class added to contents of 1st demo when they are open*/
background-color:#A9D06A;
}

.faq_answer{display: none}


/*table Styles*/
table {
		border:1px solid #000;
		border-collapse:collapse;
		font-family:arial,sans-serif;
		font-weight:bold;
		font-size:80%;
	}
	
td,th{
		border:1px solid #000;
		border-collapse:collapse;
		padding:5px;
	}	
	
#fn,#dp,#ar{width:58px;}
	#fr,#to{width:138px;}
	
caption{
		background:#ccc;
		font-size:140%;
		font-weight:bold;
		border:1px solid #000;
		border-bottom:none;
		padding:5px;
		text-align:left;
	}
	
thead th{
		background:#9cf;
		text-align:left;
	}
	tbody th{
		text-align:left;
		background:#69c;
	}

tfoot td{
		text-align:right;
		font-weight:bold;
		background:#369;
	}
	tbody td{
		background:#999;	
	}
	tbody tr.odd td{
		background:#ccc;
	}