/*
General styles 
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, s, strong, 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-weight: inherit;
	font-style: inherit;
	font-family: inherit; 
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
	text-align: center; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin-bottom: 1em;
	line-height: 21px; 
}
a:link, a:visited, a:active {
	color: #0033ff;
	font-size: 120%;
	text-decoration: none;
	font-weight: normal; }
 a:hover {
	color: #616161;
	text-decoration: underline; } 
a.order:link, a.order:visited, a.order:active {
	padding: 3px 12px;
	background-color: #0033ff;
	font-size: 9px;
	color: #fff; }
 a.order:hover {
	background-color: #000033;
	text-decoration: none; }
h1, h2, h3, h4 {
	font-weight: normal;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	margin: 5px 0;
	color: #000; }
h1 {
	font-size: 54px;
	margin: 0 0 12px; }
h2 {
	font-size: 2.2em;
	margin-bottom: 15px; }
h3 {
	font-size: 1.75em;
	margin-bottom: 15px; }
h4 {
	font-size: 1.2em;
	margin-bottom: 15px; }
	
.caption {
    font-size: .90em;
	margin: 10px 0 30px;
	font-style: italic;
	line-height: 18px; }
	
form { margin: 0; padding: 10px; }
	 form fieldset {
		border: 1px solid #333; 
		padding: 10px;
		width: auto; }
	    form fieldset p {
		font-size: .8em;
		line-height: inherit; } 
 	form legend {
		padding: 0 2px;
		font-weight: bold; }
 	form label {
		display: inline-block;
		line-height: 1.8;
		vertical-align: top; }
 	form textarea { width: 100%; }

/*
Layout styles 
*/

#page {
   width: 100%;
   font-size: 1.2em;
   text-align: center; }

#header {
   width: 100%;
   background-color: #000;
   border-top: 1px solid #0e2161; }

   #header img {
      margin: 15px 0; }
			
#nav {
   padding: 6px 0 9px;
   background-color: #333;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff; }
   #nav ul {
      display: inline;
      border: none; }
	  #nav ul li {
	     margin: 0 30px;
		 border: none;
		 list-style: none;
		 display: inline;
		 line-height: 30px; }
		 #nav ul li a:link, #nav ul li a:visited {
		    color: #fff;
			text-decoration: none;
			font-size: 11px;
			font-weight: bolder; }
         #nav ul li a:hover, #nav ul li a.active {
		    color: #9ca998;
		    border: none; }
			 	
#maincontent {
   width: 900px;
   background-color: #f5f5f5;
   margin: 0 auto;
   text-align: left; }
   #maincontent.home {
      width: 100%;
	  background: #333 url(images/bg.v2.jpg) no-repeat center top;
	  border-bottom: 1px solid #333; }
   #maincontent.contact {
      background-color: transparent; }
	  
#mainleft {
   width: 520px;
   background-color: #fff;
   padding: 45px 15px 15px 0;
   text-align: left;
   border-right: 1px solid #cdcdcd;
   float: left; }
   
#mainbottom {
   margin-top: 75px;
   width: 100%;
   padding-top: 30px; } 
   #mainbottom div {
       float: left;
       width: 200px;
       padding: 10px; } 
   #mainbottom h2 {
       width: 75%;
	   padding-bottom: 5px;
	   border-bottom: 1px solid #cdcdcd; }
      
#mainside {
   width: 320px;
   font-size: .9em;
   text-align: left;
   float: right;
   padding: 90px 0 0 40px; }
   #mainside p {
       width: 80%; }
   #mainside a {
       color: #0033ff;
	   line-height: 14px;
	   font-weight: normal; }
   .tn {
       margin-bottom: 30px; } 
   #mainside ul {
       list-style-type: square;
	   list-style-position: inside; }
	   #mainside ul li {
           margin: 10px 0; }
		   #mainside ul li a {
               color: #333; }
		   #mainside ul li a:hover {
               color: #03f;
			   text-decoration: none; }
			
#footer {
   width: 900px;
   background-color: #fff;
   margin: 0 auto;
   padding: 45px 0 30px;
   border-top: 0px solid #eee; 
   text-align: center; }
   #footer ul {
      margin: 15px 0 0;
      clear: both; }
	  #footer ul li {
         display: inline;
         border-left: 1px solid #333; 
         margin: 0 10px 0 0;
         padding-left: 10px }
         #footer ul li a:link, #footer ul li a:visited {
            color: #333;
			text-decoration: none;
            font-size: 11px;
            font-weight: normal; }
         #footer ul li a:hover, #footer ul li a.active {
            color: #000;
            padding-bottom: 2px;
            border-bottom: 1px solid #000; }
         #footer ul li.no {
            border-left: none; }
				
				
/*
Page styles 
*/

/* Home Page */
	
#hmcontent {
   margin: 0px auto 90px;
   width: 900px; }
   #hmleft {
      margin: 200px 0 0 90px;
      float: left;
      width: 396px; }
   #hmright {
      margin: 300px 0 0px;
      float: left;
      width: 300px; }
	  
#footer.home {
      background-color: transparent;
	  color: #fff; }
	  #footer.home ul li a:link, #footer.home ul li a:visited {
            color: #fff; }
	  #footer.home ul li a:hover {
            color: #03f;
			border: none; }


 /*
Then page styles 
*/

#navigation {
	list-style: none;
	margin: 0px 0 0 0;
	float: right;
    }

    #navigation li {
	    float: left;
	    width: 30px;
	    height: 30px;
	    text-align: center;
	    margin: 0;
	    border: solid 1px #ccc;
	    line-height: 30px;
	    font-family: Arial, Helvetica, sans-serif;
	    margin: 0 0 0 5px;
        }

#navigation li a, #navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	display: block;
	height: 30px;
	color: #999;
}

#navigation li a.selected, #navigation li a.selected:link, #navigation li a.selected:visited {
	background: #999;
	color: #fff;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #999;
	color: #fff;
}

   
/*
Now pages styles 
*/
   
#scripts {
   margin: 15px auto;
   padding: 60px 45px 15px;
   width: 420px;
   border: 1px solid #333;
   text-align: center; }


/*
Contact page styles 
*/
   
#contactleft {
   margin: 70px 10px 0 0;
   width: 350px;
   float: left; }
   
#contactright {
   margin: 45px 10px 0 0;
   width: 520px;
   float: right; }

