/***********************************************************
            STYLESHEET FOR: Dastek Dynamometers UK Website     
                DESIGNED BY: Dastek Uk Ltd
             COPYRIGHT: Dastek Uk Ltd - 2007 
***********************************************************/

body    {
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		background: #000000;
		margin: 0px;
		}

p       {
		margin: 0px;
		padding: 0px;
		color: #858585;
		text-align: left;
		}
		
a 		{
		font-family: Trebuchet MS;
		font-size: 15px;
		color: #636261;
		}
		
a:visited {
		color: #636261;
		text-decoration: none;
		}
		
a:hover {
		color: #FACD35;
		text-decoration: underline;
		}
		
body,td,th {
		color: #636261;
		}
		
a:link {
		color: #636261;
		text-decoration: none;
		}
		
a:active {
		text-decoration: none;
		color: #FACD35;
		}

/*****************************************************
		LAYOUT - HEAD AND BG
******************************************************/

#main 		{
			position: relative;
			width: 100%;
			margin: 0px;
			}

			
#header_index	{
			margin: 0px;
			width: 100%;
			height: 60px;
			}
			
#header_flash	{
			margin: 0px;
			width: 100%;
			height: 175px;
			}			
			
#header	{
			margin: 0px;
			width: 100%;
			top: 175px;
			height: 60px;
			}
/*****************************************************
		LAYOUT - REST
******************************************************/
#nav_buttons_index 	{
				position: absolute;
				width: 570px;
				foat: left;
				padding: 0px;
				left: 11.5%;
				top: 19px;
				height: 15px;
		 		}

#nav_buttons 	{
				position: absolute;
				width: 570px;
				foat: left;
				padding: 0px;
				left: 12%;
				top: 194px;
				height: 15px;
		 		}

#flash_holder	{
	position: absolute;
	width: 100%;
	padding: 0px;
	top: 235px;
	height: 500px;
				}
				
#flash_right  {
	position: absolute;
	width: 280px;
	float: right;
	padding:10px;
	top: 235px;
	left: 820px;
	height: 500px;
				}
				
#navigation  	{
	position: absolute;
	width: 380px;
	float: left;
	padding: 10px;
	top: 235px;
	left: 130px;
	
		 		}

#content_right  {
	position: absolute;
	width: 280px;
	float: right;
	padding:10px;
	top: 235px;
	left: 820px;

				}
						
#content_left   {
	position: absolute;
	width: 280px;
	float: left;
	padding: 10px;
	left: 523px;
	top: 235px;

				}
				
#full_text	{
	position: absolute;
	width: 580px;
	float: left;
	padding: 10px;
	top: 235px;
	left: 523px;
	
		 		}
	
				
#footer_index	{
				position: relative; 
				width: 100%;
				top: 556px;
				padding: 0px;
				left: 0px;
				}

#footer			{
				position: relative;
				width: 100%;
				top: 740px;
				bottom: 0px;
				padding: 0px;
				left: 0px;
				}
				
#menu_table		{
	width: 280px;
	tr bgcolor: #000000;
	}
				
/*****************************************************
		LAYOUT - FORM
******************************************************/				
label		{
	display: block;
			}

fieldset	{
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #858585;
			}
			
legend		{
	margin-left: 1em;
	padding: 0;
	color: #858585;
	font-weight: bold;
			}
			
fieldset ol	{
	padding: 1em 1em 0 1em;
	list-style: none;
			}
			
fieldset li	{
	padding-bottom: 10px;
			}
			
fieldset.submit	{
	border-style: none;
	background-color: none;
				}
				

