*{
	margin: 0;
	padding: 0;
	border: 0;
	text-align:left;
}

body{
	font:14px tahoma;
	background:url('../images/bg.jpg') no-repeat #000000 top center;
	line-height:20px;
	margin-bottom:15px;
	text-align:center;
	color:#000000;
}

h1{
	font-size:50px;
	font-family:"Century Gothic";
	font-weight:normal;
	line-height:55px;
	color:#f47321;
}

h2{
	font-size:30px;
	font-family:"Century Gothic";
	font-weight:normal;
	line-height:35px;
	color:#f47321;
}

h3{
	font-size:20px;
	font-family:"Century Gothic";
	font-weight:normal;
	line-height:25px;
	color:#000000;
}

a:link {
	font-size:14px;
	text-decoration:underline;
	color:#f47321;
}

a:visited {
	font-size:14px;
	text-decoration:underline;
	color:#f47321;
}

a:hover {
	font-size:14px;
	text-decoration:none;
	color:#f47321;
}

ol{
	margin-left:65px;
}

ul{
	list-style-image:url(../images/arrow.jpg);
	margin-left:65px;
}

li{
	text-align:left;
	padding-left:5px;
	padding-bottom:5px;
}

p{
	margin-bottom:20px;
}

hr{
	height:1px;
	line-height:0px;
	background-color:#cecdcd;
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}

td{
	line-height:normal;
}

.hoverborder{
	border:#00008c solid 2px;
}

.hoverborder:hover{
	border-color:#f05329;
}

/* Layout */

.page{
	width:100%;
	height:100%;
	text-align:center;
}

.container{
	width:960px;
	text-align:left;
	margin:0 auto;
	height:100%
}

.top{
	width:960px;
	height:167px;
	background:url(../images/bg_top.png);
	float:left;
}

.logo{
	width:159px;
	margin-left:143px;
	margin-top:90px;
	float:left;
}

.menu{
	width:658px;
	margin-top:68px;
	float:left;
}

.main{
	width:960px;
	background:url(../images/bg_main.png) repeat-y;
	float:left;
}

.content{
	width:836px;
	margin-left:62px;
	float:left;
}

.footer{
	width:960px;
	height:100px;
	background:url(../images/bg_footer.png) no-repeat;
	float:left;
}

.footercontent{
	width:960px;
	margin-top:25px;
	text-align:center;
	color:#676767;
	float:left;
}

/* Menu Links */

a.menulink:link {
	font-size:16px;
	font-family:"Century Gothic";
	text-decoration:none;
	margin-right:35px;
	color:#ffffff;
}

a.menulink:visited {
	font-size:16px;
	font-family:"Century Gothic";
	text-decoration:none;
	margin-right:35px;
	color:#ffffff;
}

a.menulink:hover {
	font-size:16px;
	font-family:"Century Gothic";
	text-decoration:none;
	margin-right:35px;
	color:#f47321;
}


/* Footer Links */

a.footerlink:link {
	font-size:14px;
	text-decoration:none;
	color:#c8c8c8;
}

a.footerlink:visited {
	font-size:14px;
	text-decoration:none;
	color:#c8c8c8;
}

a.footerlink:hover {
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
}
.hide-extra{
	/* This div is used to hide the facebook like counter */
	overflow:hidden;
	width:46px;
	float: right;
	position:relative;
}

/* Product Pages */

.prdctmenu{
	width:826px;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #cecdcd;
	float:left;
}
