/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #252525;
	font-family: Verdana, Arial, Sans-serif ;
	color: #363636;
	font-size: 12px;
	line-height: 20px
	} 

#headerwrap {
		background: url('images/bg-header.gif') top left repeat-x;
		width: 100%;
		height: 140px;
	}

#header {
	width: 984px;
	height: 140px;
	}	
	
#tagline {
	width: 964px;
	padding: 0 10px 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	line-height: 20px;
	height: 25px
	}	

#logo {
	width: 375px;
	padding: 17px 0 25px 0;
	float: left
	}
	
.clear {
	clear: both
	}	

#mainnav {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00ffff;
	line-height: 24px;
	text-align: right;
	float: right;
	padding-top: 50px;
	padding-right: 10px;
	}	

#mainnav a:link, #mainnav a:visited, #mainnav:active {
	color: #00ffff;
	text-decoration: none;
	}

#mainnav a:hover, #mainnav a:visited:hover {
	text-decoration: underline;
	color: #fff799;
	}

#content_wrapper {
	background: url('images/bg-wallpaper.gif') top center repeat-x;
	width: 100%;
	padding: 0;
	}
		
#bannercontent {
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align:right
	}
	
#bannercontent b {
	color: #00ffff
	}	
	
.heading-home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 36px;
	color: #ec175c
	}	

#maincontent {
	width: 964px;
	background: #ebebeb;
	padding: 10px;
	text-align: left;
	margin-top: 0px
	}
	
#maincontent a:link, #maincontent a:visited, #maincontent a:active {
	color: #3366cc;
	text-decoration: underline
	}

#maincontent a:hover, #maincontent a:visited:hover {
	color: #339933;
	text-decoration: none
	}
	
#shadow {
	background: url('images/shadow-down.gif') top center no-repeat;
	height: 10px
	}	
	
#bottomcontent {
	background: #fff;
	border: 1px solid #ccc;
	
	}	
	
#twitter_div ul {
	margin: 0;
	padding: 0;
	list-style: none
	}
	
#twitter_div ul li {
	padding: 8px 0;
	border-bottom: 1px dashed #ccc
	}

#footer {
	width: 800px;
	color: #fff;
	padding: 10px;
	}
	
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: underline
	}

#footer a:hover, #footer a:visited:hover {
	color: #ccc;
	text-decoration: none
	}
	
.heading {
	font-size: 20px;
	color: #0066cc;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px
	}
	
.heading2 {
	font-size: 18px;
	color: #0066cc;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase
	}
	
.subheading2 {
	font-size: 14px;
	color: #0066cc;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Sans-serif 
	}
	
.heading3	{
	font-size: 18px;
	color: #ed145b;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase
	}
	
	
.subheading {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Sans-serif 
	}	
	
#order a:link, #order a:active, #order a:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	padding: 10px;
	background: #990033;
	border: 1px solid #ffcc33
	}

#order a:hover, #order a:visited:hover {
	text-decoration: none;
	color: #ffffff;
	background: #ffcc33;
	border: 1px solid #990033
	}


