	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 970px;
	 }

body	{
	background: #000 url(img/bg.gif);
	font: 12px/1.3 helvetica, arial, verdana, sans-serif;
	color: #222;
	margin: 0;
	}
	
	/*	Typography	*/
	
h1	{
	text-indent: -9999px;
	display: block;	
	width: 970px;
	height: 118px;
	background: transparent url(img/ca.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 17px;
	color: #996;
	margin: 0 0 10px 0;
	}

h4	{
	font-size: 13px;
	color: #000;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #666;
	}

hr	{
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: #fff;
	}
	
strong	{
	color: #000;
	}	
	
input {
	font: 12px/1.3 helvetica, arial, verdana, sans-serif;
	color: #996; 
	}
	
	/*   Basic Layout Divisions	*/
	


#wrapper	{
	background: #fff;
	width: 970px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 0;
	}
	
#sidebar 	{
	float: left;
	width: 210px;
	margin: 0;
	padding: 20px;
	}
	
#content 	{
	float: left;
	width: 658px;
	margin: 20px 0;
	padding: 10px 30px;
	border-left: 1px dotted #ccc;
	}
	
#footer	{
	clear: both;
	width: 930px;
	margin: 0;
	padding: 30px 20px 15px 20px;
	text-align: center;
	color: #996;
	}

	/*	Main Navigation	*/

#menu	{
	width: 970px;
	height: 53px;
	margin: 0;
	padding: 0;
	}

#menu div	{
	float: left;
	/*	Fix for Ghetto IE 6 word wrap below	*/
    font-size: 0px;
	}

#menu div a {
	display: block;
	padding: 0;
	border: 0;
 	color: #000;
 	height: 53px;
	margin: 0;
	text-indent: -9999px;
	text-decoration: none;
	}
	
#menu div ul	{
	list-style: none;
	border: 1px solid #666;
	margin: -3px 0 0 0;
	padding: 0;
	width: 130px;
	background: #e7e7e7;
	}	

#menu div li	{
	margin: 0;
	padding: 0;
	font-size: 12px;
	border-bottom: 1px dotted #666;
	}	

#menu div li a:link	{
	padding: 5px;
	margin: 0;
	width: 120px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #e7e7e7;
	text-indent: 0;
	}
	
#menu div li a:visited	{
	padding: 5px;
	margin: 0;
	width: 120px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #e7e7e7;
	text-indent: 0;
	}
	
#menu div li a:hover	{
	padding: 5px;
	margin: 0;
	width: 120px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background: #996;
	text-indent: 0;
	}
		
#home a {background: transparent url(img/menu/home.gif) top left no-repeat; width: 115px;}
#home a:hover {background: transparent url(img/menu/home.gif) 0 -53px no-repeat;}

#message a {background: transparent url(img/menu/message.gif) top left no-repeat; width: 134px;}
#message a:hover {background: transparent url(img/menu/message.gif) 0 -53px no-repeat;}

#image a {background: transparent url(img/menu/image.gif) top left no-repeat; width: 111px;}
#image a:hover {background: transparent url(img/menu/image.gif) 0 -53px no-repeat;}

#delivery a {background: transparent url(img/menu/delivery.gif) top left no-repeat; width: 143px;}
#delivery a:hover {background: transparent url(img/menu/delivery.gif) 0 -53px no-repeat;}

#success a {background: transparent url(img/menu/success.gif) top left no-repeat; width: 188px;}
#success a:hover {background: transparent url(img/menu/success.gif) 0 -53px no-repeat;}

#contact a {background: transparent url(img/menu/contact.gif) top left no-repeat; width: 144px;}
#contact a:hover {background: transparent url(img/menu/contact.gif) 0 -53px no-repeat;}

#clients a {background: transparent url(img/menu/clients.gif) top left no-repeat; width: 135px;}
#clients a:hover {background: transparent url(img/menu/clients.gif) 0 -53px no-repeat;}

#blog a {background: transparent url(img/menu/blog.gif) top left no-repeat; width: 135px;}
#blog a:hover {background: transparent url(img/menu/blog.gif) 0 -53px no-repeat;}

	/*   Links 	*/

a:link	{
	color: #000;
	font-weight: bold;
	}
	
a:visited	{
	color: #222;
	font-weight: bold;
	}
	
a:hover	{
	color: #933;
	font-weight: bold;
	}
