ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}
ul{
    list-style:none;
}

a img{
    border:0;
}

body{
    font-family: 'calibri', sans-serif;
    font-size:16px;
	margin: 0 auto;
}

a.nav:link {color: #888; text-decoration: none; }
a.nav:visited {color: #888; text-decoration: none; }
a.nav:hover {color: #fff; text-decoration: none; }
a.nav:active {color: #888; }

a.signup:link {color: #33aa22; text-decoration: none; }
a.signup:visited {color: #33aa22; text-decoration: none; }
a.signup:hover {color: #fff; text-decoration: none; }
a.signup:active {color: #33aa22; }

a.active:link {color: #fff; text-decoration: none; }
a.active:visited {color: #fff; text-decoration: none; }
a.active:hover {color: #fff; text-decoration: none; }
a.active:active {color: #fff; }

#content{
    width:100%;
	margin: 0 auto;
	text-align: left;
    background-color:#fff;
}

#logobar{
	height:90px;
	background: #222;
	margin:0 auto;
	border-bottom: solid 1px #fff;
}

#logobarcontent{
    font-family: 'calibri', sans-serif; 
    font-size:16px;
    color:#888;
	width:85%;
	padding-top:35px;
    padding-bottom:20px;
    margin:0 auto;

}

#mainimagecontent{
    background-image:url('StockWide3.png');
    background-repeat:no-repeat;
    background-size:100%;
    width:100%;
    height:450px;
    color:#fff;
    margin:0 auto;
}

#homepagesignup{
    background:#ff4411;
    width:100%;
    height:30px;    
    margin:0 auto;
    text-align:center;
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
}

#titletext{
	font-family: 'calibri', sans-serif;
    font-size:25px;
	color:#222;
	padding:0;
	margin:0;
	text-align: left;
}

#subtitletext{
	font-family: 'calibri', sans-serif;
    font-size:16px;
	color:#fff;
	padding:0px;
	text-align: left;
}

#maincontent{
	height:350px;
	font-family: 'calibri', sans-serif;
    font-size:15px;
	color:#fff;
	padding:10px;
	text-align: center;
}

#contentbackground{
	width:100%;
	background-color:#eeefff;
	margin:0;
	border-top: solid 1px #fff;
}


#contenttitlebar{
	width:75%;
	height:40px;
	background:none;
	margin:30px auto;
    padding-bottom:40px;
}


#contentbar_subtitletext{
	font-family: 'calibri', sans-serif;
    font-size:35px;
	color:#222;
	text-align: center;
}

#contentarea{
	width:85%;
	height:100%;
	background:none;
	margin:0 auto;
    padding-bottom:50px;
}


#contentareatext{
	font-family: 'calibri', sans-serif;
    font-size:14px;
	color:#444;
	padding:20px;
    line-height:175%;
	text-align: left;
}

#contentareatextheader{
    font-family: 'calibri', sans-serif;
    font-size:20px;
    text-decoration: none;
	color:#222;
	padding:0;
    line-height:150%;
	text-align: left;
}

#header{
    font-family: 'calibri', sans-serif;
    font-size:30px;
    text-decoration: bold;
    color:#222;
	padding-top:10px;
	text-align: center;
}

#subheader{
    font-family: 'calibri', sans-serif;
    font-size:15px;
    text-decoration: italic;
    color:#666;
	text-align: center;
}

#iconbar{
	width:100%;
	background-color:#fff;
	border-top:solid 1px #000;
}

#iconbarcontent{
	width:65%;
	max-height:110px;
	min-height:110px;
	padding-top:25px;
	padding-bottom:30px;
	margin:0px auto;
	font-family: 'calibri', sans-serif;
    font-size:15px;
	color:#fff;
	text-align: center;
}

#numberstyle{
    font-family: 'calibri', sans-serif;
    font-size:35px;
    text-decoration: bold;
    color:#fff;
    background:#222;
    line-height:100%;
	padding:10px;
	text-align: left;
}

#boxshape{
    height:100px;
    width:100px;
    background:#fff;
    overflow:hidden;
    border:1px solid #aaa;
    border-radius:5px;
}

#pricingbox{
    height:400px;
    width:300px;
    background:#ddd;
    font-size:20px;
    padding:10px;
    border:0;
    border-radius:2px;
}

#contactusbox{
    height:100%;
    width:800px;
    background:#ff4411;
    font-size:20px;
    padding:10px;
    border:0;
    border-radius:2px;
    margin:0 auto;
}

#signupbox{
    height:200px;
    width:500px;
    background:url('TransparentSquare.png');
    background-repeat:repeat;
    margin:0 auto;
}

#footerbar{
	height:50px;
	background: #222;
	margin-top:0;
}

#footerbarcontent{
	width:75%;
	padding-top:0;
	margin:0 auto;
	font-family: 'calibri', sans-serif;
    font-size:15px;
	color:#fff;
	text-align: center;
}


