/* CSS reset */

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, caption, tbody, tfoot, thead, tr, th, td {	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
}

ol, ul, li{
	list-style: none;
}

/***************************************************
 these tags below have to be declared as block level elements
for browsers to render them (E.g - bloody IE!)
****************************************************/

header, nav, footer, section {
	display: block;		
}

/**********************/

body {
	background-color:#020725;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

a:link {
    text-decoration: none;
    color: #0000FF;
}

a:visited {
    text-decoration: none;
    color: #0000FF;
}

a:hover {
    text-decoration: underline;
    color: #0000FF;
}

a:active {
    text-decoration: underline;
    color: #0000FF;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background-color:#EEEEEE;		
}

header {
	width: 980px;
	height: 100px; 
	background-image:url(../images/header-img.jpg);
	margin:0 auto 0 auto;	
}


nav {
	float: right;
	width: 980px;
	height: 62px;
	margin:0 auto 0 auto;
	padding-bottom:20px;
	background-image:url(../images/nav-bg.jpg);
	text-align: center;
}


nav li {
	display: block;
	float: left;
	margin-top: -5px;
	font-size: 17px;
	text-transform: capitalize;	
}

nav li a {
	text-decoration: none;
	margin-left: 23px;
	padding-right: 23px;
	color:#06C;	
	font-weight: bold;
}

nav li a:hover { 
     color: #284869; 
	 font-weight: bold;
	 }

blockquote {
	
	float: left;
	margin: 15px 0 0 25px;
	width: 375px;
	padding: 45px 45px 35px 90px;
	background:url('images/quotes.png') no-repeat 20px 20px rgba(178,178,169,0.2);
	min-height:90px;
	
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

blockquote, h1 {
	
	font-family: Century Gothic, "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: none;
	color: #999;	
}

blockquote, h2 {
	
	font-family: Century Gothic, "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: none;
	color: #999;
}

blockquote, h3 {
	
	font-family: Century Gothic, "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: none;
	color: #999;	
}

blockquote, h4 {
	
	font-family: Century Gothic, "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: none;
	color: #000;	
}

aside {
	border:5px solid #FFF;
	border-radius:10px;
	-moz-border-radius: 10px;
    -webkit-box-shadow:  3px 5px 10px 1px rgba(1, 1, 1, .4);
    box-shadow:  3px 5px 10px 1px rgba(1, 1, 1, .4);
	background-color:#284869;
	float: right;
	height: auto;
	width: 343px;
	margin: 0px 30px 30px 0;
	padding:10px;
}

aside2 {
	border:5px solid #FFF;
	border-radius:10px;
	-moz-border-radius: 10px;
    -webkit-box-shadow:  3px 5px 10px 1px rgba(1, 1, 1, .4);
    box-shadow:  3px 5px 10px 1px rgba(1, 1, 1, .4);
	background-color:#284869;
	float: left;
	height: auto;
	width: 495px;
	margin: 0px 30px 30px 0;
	padding:10px;
}

boxedcontent {
	border:5px solid #FFF;
	border-radius:10px;
	-moz-border-radius: 10px;
    -webkit-box-shadow:  3px 5px 10px 1px rgba(1, 1, 1, .4);
    box-shadow:  3px 5px 10px 1px rgba(1, 1, 1, .4);
	background-color:#284869;
	float: right;
	height: auto;
	width: auto;
	margin: 0px 30px 30px 0;
	padding:10px;
}

boxedcontentwide {
	border:5px solid #FFF;
	border-radius:10px;
	-moz-border-radius: 10px;
    -webkit-box-shadow:  3px 5px 10px 1px rgba(1, 1, 1, .4);
    box-shadow:  3px 5px 10px 1px rgba(1, 1, 1, .4);
	background-color:#284869;
	float: left;
	height: auto;
	width: 700px;
	margin: 0px 30px 30px 0;
	padding:10px;
}

ul {
   list-style-type: none;
   padding-left: 14px;
   margin: 0px;
}

ul li {
   list-style-type:square;
   padding-left: 5px;
}

#featured-product{
	border:5px solid #FFF;		
	border-radius:10px;
	-moz-border-radius: 10px;
	background-color:#284869;
	float: left;
	height: 100px;
	width: 210px;
	margin: 0px 20px 10px 0px;
	padding:10px;
    -webkit-box-shadow:  3px 5px 10px 1px rgba(1, 1, 1, .4);
    box-shadow:  3px 5px 10px 1px rgba(1, 1, 1, .4);
}

#vertical-scroll {  
   height: 100px;  
   width: 200px;  
   overflow: scroll;  
}

#blank{
	border:5px solid #FFF;
	border-radius:10px;
	-moz-border-radius: 10px;
	background-color:#284869;
	float: left;
	height: 100px;
	width: 210px;
	margin: 0px 0px 10px 0px;
	padding:10px;
	-webkit-box-shadow:  3px 5px 10px 1px rgba(1, 1, 1, .4);
    box-shadow:  3px 5px 10px 1px rgba(1, 1, 1, .4);
}

section {
	float:left;
	height: auto;
	width: 500px;
	margin: 0px 0 30px 30px; 
}

sectionwide {
	float:left;
	height: auto;
	width: 920px;
	margin: 0px 0 30px 30px; 
}

p{
	text-align:justify;
}


footer {
	
	background-color:#FFF;
	padding: 5px 30px 5px 30px;
	width: 920px;
	height: 100px;
	clear: both;
}

