@charset "utf-8";
/* CSS Document */
/* INDEX:

1. Reset
-1.1 Defaults - Reset
-1.2 Hyperlinks
2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation


/* CSS Reset - reset styles for compatibility with all browsers*/
body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:top;
	background: transparent;

}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }

/* 1.2 Defaults */
body {
	color:#666666;
}

/* Hyperlinks */

a:link, a:visited, a:hover  { font: 12px Helvetica, Arial, sans-serif; text-decoration:none; }

/* rounded corners */
.rounded_bottom {
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-left-radius:4px;
  -webkit-border-bottom-right-radius:4px;
} 	

.rounded_all {
   -moz-border-radius:4px;
  -webkit-border-radius:4px;
} 


.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden;}
/* Headers */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline; border:none !important;}

h2 {
	color: #000;
	font-size:32px;
	padding: 10px 0px;
	text-transform: uppercase;
	word-spacing: 4px;
}
#content_c h2 span{ color: #e23b30;font-size:32px;margin-left:8px;}
h3 { color: #fff; font-size:12px; padding: 10px 0px 0px 0px;}
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */

.col_left { float: left; }
.col_right { float: right; }
.col_full  { margin: 0 auto;text-align:left;width: 950px; }


#wrapper   {
	         background: url(../images/home_bk.jpg) no-repeat;
		     height: 707px;
                }
	#header {
		      padding:1px; /* resolve  uncolapsing margins */
			  height:340px;
	          }
#container {
			   overflow:hidden;
			}	
			
			#container p {padding:10px 0;}
			
			#content_a {color:#fff;margin-left:40px;width: 180px;  }
				 #content_a p { font-size:14px;line-height:20px; }
			#content_b {color:#c2c6cf;font-size:13px;line-height:20px;margin-left:70px;width:180px; }
			     #content_b p { font-size:13px;}
				 #content_b p a img{ vertical-align: middle; font-size:13px; display: inline;}
				 #content_b p a, #content_b p a:hover, #content_b p a:visited {
					color:#C2C6CF;
					font-size: 13px;
				 }
				 #content_b h3 { font-size:16px;}
			#content_c {color:#000;margin-right:40px;width:380px; }
			     #content_c p { font-size:14px;line-height:20px; }
				 #content_c span {color:#e23b30; font-size:22px;line-height:20px; }
	
/* 2.2 Navigation */
	#dnn_LogoPlace {
		background: url(../images/top_nav_bk_product.png) left bottom repeat-y ;
		height:268px;
		margin:23px 0 0 40px;
		width:228px;
	}
	
		#logo { background: transparent url(ikaSystems/images/logo.gif) 20px 25px no-repeat; 
				height:62px;
			  }
	
		#dnn_LogoPlace ul{
		  padding:5px 10px 10px 10px;
		}
		
			#dnn_LogoPlace ul li{	
			  padding: 4px;
			} 
			
				#dnn_LogoPlace ul li a:link, a:visited{
				  color:#000;
				  font-size: 15px;
				  /*padding-left: 10px;*/
				} 
				
				#dnn_LogoPlace ul li a:hover{
				  color:#e23b30;
				} 
				
				#dnn_LogoPlace ul li a.active{
				  background: transparent url(ikasystems../images/nav_bullet.png) left center no-repeat !important;
				  color:#e23b30;
				} 
.active
{
      background: transparent url(ikasystems../images/nav_bullet.png) left center no-repeat;
	  color:#e23b30;
} 
