/* Events Armoury CSS based layout */
/* John Stuart 2006 */

body
{
	font-size:       62.5%; /* reset 1EM to 10px */
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	background:      transparent url('images/background.gif') top left repeat;
	margin:          0;
	padding:         0;
}

#container 
{
	width: 			822px;
	min-height:		100%;
	margin: 		0 auto;
	background:     transparent url('images/containerbg.png') top left repeat-y;
}

#header
{
	margin:          0 auto;
	width:           822px;
	height:          85px;
	background:      transparent url('images/header.jpg') top left no-repeat;
}

#menu
{
	margin:          0 auto;
	width:           822px;
	height:          64px;
	background:      transparent url('images/navbar.jpg') top left no-repeat;
}

#menu ul
{
	margin:          0;
	padding:         8px 15px;
	height:          64px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #767676;	
	padding:         13px 7px 15px 7px;
	font-size:       1.2em;
	font-family:     'lucida grande', arial, sans-serif;
	text-decoration: none;
}

#menu ul li a:hover
{
	color:           #FDFDFD;
}

#insidecontent
{
	float:           left;
	padding-left:    23px;
	width:           436px;
}

#insidecontent p
{
	margin:          0;
	color:           #767676;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	text-align:		 justify;
	line-height:     170%;
}

#sidebar
{
	padding:         0 23px 10px 10px;
	float:           right;
	width:           320px;
}

#sidebar p
{
	margin:          0;
	color:           #565656;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1em;
	line-height:     170%;
}

#greybox_top
{
	margin:          15px 0 0 0;
	width:           320px;
	height:          34px;
	background:      transparent url('images/greybox_top.jpg') top left no-repeat;
}

#greybox_middle
{
	margin:          0 auto;
	padding:         0px 23px 15px 23px;
	width:           277px;
	text-align:		 justify;
	background:      transparent url('images/greybox_middle.jpg') top left repeat-y;
}

#greybox_middle p
{
	margin:          0;
	color:           #FFFFFF;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1em;
	line-height:     170%;
}

#greybox_middle a:link, #greybox_middle a:active, #greybox_middle a:visited
{
	color:           #FF9900;	
	text-decoration: none;
}

#greybox_bottom
{
	margin:          0 auto;
	width:           320px;
	height:          34px;
	background:      transparent url('images/greybox_bottom.jpg') top left no-repeat;
}

h1
{
	margin:		 0 0 6px 0;
	color:           #FF9900;
	font-family:     Helvetica, sans-serif;
	font-weight: 	 100;
	font-size:       2.1em;
}

.quotation_text
{
	color:           #777777;
	font-size:       62.5%; /* reset 1EM to 10px */
	font-family:     'lucida grande', arial, tahoma, sans-serif;
}


#orange_box_1
{
	margin:          20px auto;
	width:           320px;
	height:          71px;
	background:      transparent url('images/orangebox_supply.jpg') top left no-repeat;
}

#orange_box_2
{
	margin:          20px auto;
	width:           320px;
	height:          72px;
	background:      transparent url('images/orangebox_samples.jpg') top left no-repeat;
	link:		 directions.html;
}

#tableplace
{
	margin:          0 auto;
	width:           778px;
}

td{
	padding:		3px;	vertical-align:	center;	border:			none;
}

.text_colheadings
{
	font-size:		0.8em;	font-weight:	200;
	text-align:		center;
	color:			white;
	padding:		5px;
}

.text_tabletitle
{
	font-size:		0.8em;	font-weight:		200;
	text-align:		left;
	color:			orange;
	padding:		5px;
}

.text_description
{	
	font-size:		0.8em;	text-align:		left;
}

.text_prices
{	
	font-size:		0.8em;	text-align:		center;
	padding:		5px;

}

.text_prices:hover
{	
	color: 			orange;	
	background:		#333333;
}

.text_dimentions
{
	font-size:		0.7em;
}

.row_title
{
	background:		#333333;
}

.row_even
{
	background:		silver;
}

.row_odd
{
	background:		#969696;
}

#footer
{
	margin:          0 auto;
	width:           778px;
	height:          44px;
	background:      transparent url('images/footer.jpg') top left no-repeat;
}