/**

Version 0.1

Copyright (C) 2005-2006 by - AVA CAD/CAM Ltd

URL http://www.avacadcam.com

Author: Ian Kennerley
Email: kennerley@avacadcam.com

**/

/* This file manages the asthetic layout */



body 
{
	text-align: center;
	margin: 0;
	margin-top: 0;
	background-color: #FFFFFF ;
}



#wrapper 
{
	position: relative;
	width: 974px;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	text-align:left;
	z-index: 1;
	
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
}



#top_shadow 
{
	position: absolute;
	left: -16px;
	top: 0px;
	width: 1007px;
	height: 120px;
	z-index: -1;
}


/* top section - search , about us, contact us register , login */
#top_a 
{
	height: 33px;
	width: 974px;
	padding: 0;
	margin: 0;
	line-height: 33px;
}

#top_a_left 
{
	float: left;
	margin-left: 10px;
	display: inline;
}

#top_a_right 
{
	float: right;
	margin-right: 20px;
}


/* Image montage header - NOTE: should make this fade out to colour on rhs to allow for tiled stretching in wider browsers */
#branding_header 
{
	width: 975px;
	height: 125px;
	margin: 0;
	padding: 0;
}

/* Horizontal bar underneath montage header to be used for horizontal navigation if vertical navigation is dropped */
/*
#top_nav 
{
	height: 33px;
	width: 780px;
	margin: 0;
	padding: 0;
}
*/
#top_shelf 
{
	border-top: 10px solid #E4E9AB;
	width: 974px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#top_shelf_left 
{
	float: left;
	width: 236px;
	padding: 0 5px 0px 5px;
	margin-left: 10px;
	display:inline;
}

* html body #top_shelf_left 
{
	width: 246px;
}

#top_shelf_center 
{
	float: left;
	width: 236px;
	padding: 0 5px 0px 5px;
	margin-left: 10px;
}



* html body #top_shelf_center 
{
	width: 246px;
}



#top_shelf_right {

float: left;

width: 236px;

padding: 0 5px 0px 5px;

margin-left: 10px;

}



* html body #top_shelf_right {

width: 246px;

}



#top_seperator {

background: url(../images/top_seperator_bg.gif) no-repeat;

width: 974px;

height: 20px;

}



#content_wrap 
{
	width: 974px;
	overflow: auto;
}
/*
	position: absolute;
	left: -16px;
	top: 0px;
	width: 1008px;
	height: 120px;
	z-index: -1;
*/


#sidebar 
{
	float: left;
	width: /* 197*/ 240px;
	margin-left: 20px;
	padding: 0 5px 0px 5px;
	margin-top: 0px; /* reduce this to -5px and raise over divider of html_bg.png - problems with not being able to apply z-ndex unless 	position: absolute; */
	display: inline;
}
#sidebar-bottom
{
	float: left;
	width: /* 197*/ 240px;
	margin-left: 20px;
	padding: 0 5px 5px 5px;
	margin-top: 0px; /* reduce this to -5px and raise over divider of html_bg.png - problems with not being able to apply z-ndex unless 	position: absolute; */
	display: inline;
}


* html body #sidebar 
{
width: 197px;

}

/* for side picture */
#sidebar-right
{
	float: left;
	width: /* 197*/ 240px;
	margin-left: 20px;
	padding: 50px 5px 5px 5px;
	margin-top: 50px; /* reduce this to -5px and raise over divider of html_bg.png - problems with not being able to apply z-ndex unless 	position: absolute; */
	display: inline;
}


#sidebar-a 
{
	float: right;
	width: 200px;
	margin-left: 11px;
	padding: 5px;
}

html>body #sidebar-a 
{
	float: right;
	width: 210px;
	margin-left: 11px;
	padding: 5px;
}



* html body #pathway {

width: 549px;

}




/* for side picture */
#sidebar-right
{
	float: left;
	width: /* 197*/ 240px;
	margin-left: 20px;
	padding: 50px 5px 5px 5px;
	margin-top: 50px; /* reduce this to -5px and raise over divider of html_bg.png - problems with not being able to apply z-ndex unless 	position: absolute; */
	display: inline;
}

#bottom_seperator 
{
	background: #fff url(../images/bottom_seperator_bg.gif) no-repeat;
	width: 974px;
	margin: 0 auto;
	height: 6px;
}



#footer  
{
	background: url(../images/footer_bg.png) repeat-x;
	border-top: 2px solid white;
	width: 973px;
	height: 49px;
	margin: 0 auto;
	clear:both;
	padding-top: 22px;

	border-bottom: 1px solid #B5B5B5;
}


#row1
{
	margin-left: 0;
	margin-top:0px;
	background-color:#FFFFFF;
}

#row2
{
	margin-left: 0px;
	margin-top: 20px;
}
#summary
{ 
	background:#FFFFFF;
	xheight:162px;
	xwidth: 242px;

	margin-right: 5px;
	margin-bottom: 30px;
}
.col1, .col2, .col3
{
	width:215px; 
	float:left;
}
.moduletable
{
	padding-left: 20px;
}
