/*
	Comp Tek - CSS Document
	by Kevin Mason
*/

body 	{	background-color:#000000;
			color:#CCCCCC;
/*			background-image:url(file:///C|/Documents and Settings/Kevin Mason/My Documents/Personal/Comp Tek New/Images/body_bg.png);
			background-repeat: repeat-x; */
			margin: 0px;
			padding: 0px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.8em;
		}
		
/*.ProductImages	{	border: solid 2px #FFFFFF;
					width: 200px;
					height: 200px;
					margin-top: 35px;
					margin-left: 35px;
					margin-bottom: 5px;
					padding: 2px 2px 2px 2px;
					position: relative;
				} */

A:link		{	text-decoration: none;
				color: #408ac9;
				font-weight: none;
			}
				
A:visited	{	text-decoration: none;
				color: #408ac9;
				font-weight: none;
			}

A:active	{	text-decoration: none;
				color: #408ac9;
				font-weight: none;
			}
				
A:hover 	{	text-decoration: underline;
				color: #0066b3;
				font-weight: none;
			}
			
h1			{	color:#408ac9;
				text-transform: capitalize;
				font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
				letter-spacing: 1px;
			}

h2			{ 
				color: #408ac9; 
				text-transform: capitalize;
				font: bold 1em Verdana, Arial, Helvetica, sans-serif;
				letter-spacing: -1px;
			}
			
h3			{	color:#408ac9;
				text-transform: capitalize;
				font-weight: bolder;
				font: 1.1em Verdana, Arial, Helvetica, sans-serif;
				letter-spacing: 1px;
			}

#LNAV		{	position: static;
				padding: 5px 5px 5px 30px;
				text-align: left;
				border-right-style: outset;
				border-right-width: thin;
				border-right-color: #CCCCCC;
			}	

#CONTENT	{	position: static;
				padding: 5px 5px 5px 10px;
				text-align: left;
			}	
