﻿/*
      Created by MyBigSpace
      For more information feel free to contact us!  Woot!
      www.mybigspace.net
	  	  
*/


/*  Font Style  */	  	  

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #10506C;
	font-weight: normal;
	text-indent: 7px;
	line-height: 40px;
	text-align: left;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #10506c;
	text-transform: capitalize;
	font-weight: normal;
	padding-top: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-left: 8px;
}
a.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #10506c;
	font-weight: normal;
	padding-top: 20px;
}
a.title:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #10506c;
	text-transform: capitalize;
	font-weight: normal;
	padding-top: 20px;
	text-decoration: none;
}
.tutorial1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
}
.articles {
	text-align: center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #10506C;
}
a.bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
a.bar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.style1 {
	border-width: 0px;
}
.header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	text-decoration: none;
}
.header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
/*  Body Elements  */	

#wrapper {
	border: 2px solid #000000;
	margin: 10px auto 10px auto;
	width: 900px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
/*  Hagerty Header         */
#header_left {
	width: 650px;
	height: 93px;
	margin: 10px 0px 0px 80px;
	font-size: 9px;
	color: #808080;
	float: left;
}
#header_right {
	width: 80px;
	height: 93px;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	float: left;
}

/*  Navigation Bar          */
#navigation {
	float: left;
	width: 735px;
	padding: 0px;
	height: 35px;
	margin: 0px 0px 1px 80px;
}
/*  Content Bar          */
#bar {
	float: left;
	width: 735px;
	height: 170px;
	margin: 0px 0px 1px 80px;
	background-image: url('images/main_image.gif');
	background-repeat: no-repeat;
}
#leftmiddle {
	color: #333;
	background: #FFFFFF;
	height: 275px;
	width: 735px;
	margin: 0px 0px 0px 80px;
	float: left;
}
#product_one {
	float: left;
	width: 224px;
	text-align: center;
	height: 275px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
}
#product_two {
	float: left;
	width: 300px;
	text-align: center;
	height: 275px;
	border-top-style: solid;
	border-top-width: 1px;
}
#product_three {
	float: left;
	width: 200px;
	text-align: center;
	height: 275px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
}
#break {
	width: 735px;
	clear: both;
	background: #000000;
	margin: 0px 0px 1px 80px;
	height: 1px;
}
#footer {
	border-width: 0px;
	width: 737px;
	clear: both;
	color: #FFFFFF;
	background: #999999;
	margin: 0px 0px 10px 80px;
	height: 25px;
}

