/* CSS Document */
html, body { 
	margin: 0; 
	padding: 0;
}



body {  
	background-image:  url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 13px;
}

a:link {
	color: #f63;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, sans serif;
	color: #fff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	line-height: 0.9em;
	font-size: 15px;
}

h2 {
	margin-top: 0px;
	margin-bottom: -12px;
	font-family: Arial, sans serif;
	color: #fff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 12px;
}


#top {
	width: 800px;
	background: none;
	margin: auto;
	font-size: 14px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
}

#top a {
	color: #fff;
}

#shadow {
	width: 825px;
	margin: auto;
	background-image:url(../images/shadow.png)
}

#page-container {
	background: #fff;
	width: 805px;
	text-align: left;
	height: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/* header */

#header {
	height: 150px;
	background-image:url(../images/top.jpg);
}

#header .top {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	color: #fff;
}

#header .top a {
	color: #fff;
}

/* top navigation */

#nav {
	margin: 0; 
	padding: 0;
	height: 50px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 805px;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}
	
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow: hidden;
}

#nav a {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:50px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -50px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -100px;
	}
	
#home a  {
	width: 115px;
	background:  url(../nav/home.gif);
	}
	
#services a  {
	width: 115px;
	background:  url(../nav/services.gif);
	}
	
#products a  {
	width: 115px;
	background:  url(../nav/products.gif);
	}
	
#email a  {
	width: 115px;
	background:  url(../nav/email.gif);
	}
		
#faqs a  {
	width: 115px;
	background:  url(../nav/faqs.gif);
	}

#aboutus a  {
	width: 115px;
	background:  url(../nav/aboutus.gif);
	}

#contactus a  {
	width: 115px;
	background:  url(../nav/contactus.gif);
	}
	
/* sidebar */

#sidebar {
	width: 200px;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 10px;
	border-right: 1px #ccc dotted;
	float: left;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	font-size: 12px;
	margin-left: 10px;
	list-style: none;
}

#sidebar li a {
	color: #333;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 10px 2px 0px;
}

#sidebar li a:hover {
	color: #f63;
}

#sidebar h1 {
	font-size: 15px;
	color: #069;
	font-weight: bold;
	padding-bottom: 0px;
}

#sidebar .date{
	font-size: 15px;
	color: #f63;
	font-weight: bold;
	padding-bottom: 0px;
}

#sidebar .info{
	color: #333;
	margin-bottom: 10px;
	border-bottom: 1px #ccc dotted;
} 

/* main content */

#content {
	float: right;
	width: 570px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
}

#content p {
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
}

#content ul {
	margin: 0px;
	padding: 0px;
}


#content li {
	margin-left: 30px;
	list-style-image: url(../images/bullet.png);
	font-size: 14px;
	padding: 0;
	color: #333;
}


#content a {
	color: #f63;
	text-decoration: underline;
}

#content h1 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #f63;
	padding: 0px;
	margin: 0px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #f63;
	padding: 0px;
	margin: 0px;
}

#content h3{
	font-size: 16px;
	font-weight: bold;
	color: #069;
	padding: 0px;
	margin: 0px;
}
	

#content .box {
	width: 400px;
	background: #9cf;
	padding: 20px;
	margin-left: 60px;
}

#content .mag {
	background: transparent url(../images/mag.png) no-repeat 45px;
	line-height: 20px;
	font-size: 11px;
	text-align: center
}

/* Hit Counter */
#hitcounter {
	color: #fff;
}

#hitcounter a {
	color: #fff;
}

#hitcounter a:hover {
	color: #fff;
}

#hitcounter a:visited {
	color: #fff;
}


/* line */

.line { 
	background: url(../images/line.png) center no-repeat;
	height: 25px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

/* table design */

table {
	width: 550px;
	border-collapse: collapse;
	border: 1px dotted #ccc;
}

thead th {
	background: url(../images/thbg.jpg) no-repeat right;
	height: 30px;
	color: #069;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px 0px;
	text-align: center;
}

tbody tr {
	font-size: 16px;
	color: #444;
	text-align: center;
	padding: 20px;
	
}

tbody tr, th{
	padding: 10px;
	border: 1px dotted #ccc;
}

tbody tr.blue {
	font-size: 16px;
	color: #f63;
	background: #fff;
	text-align: center;
}

tbody tr.bigblue {
	font-size: 20px;
	color: #069;
	background: #fff;
	text-align: center;
}

tbody tr.webdesign {
	font-size: 15px;
	color: #069;
	background: #fff;
	text-align: center;
}


/* footer */

#footer {
	clear: both;
	height: 60px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}

#footer a {
	color: #333;
}

#footer a:hover{
	color: #f63;
}

#shadowbot {
	background-image:url(../images/shadowbot.png);
	background-repeat: no-repeat;
	width: 825px;
	height: 20px;
	margin: 0 auto;
}

