﻿
/*

	FRAMEWORK; Site-Specific Framework Styles
	-------------------------------------------------------------------------
	Author: Michael Argentini; magic@mezzocode.com
	05/18/2008

*/

body
{
	background-color: #A58E73;
}

	.Left
	{
		float: left;
	}
	
	.Right
	{
		float: right;
	}
	
	.OuterShell
	{
		position: relative;
		display: block;
		margin: 0px auto 0px auto;
		width: 873px;
		min-height: 500px;
		background-image: url(../images/GranTurk-Equipment-Title.jpg);
		background-repeat: repeat-y;
	}

		.InnerShell
		{
			display: block;
			padding: 188px 15px 0px 15px;
			background-image: url(../images/GranTurk-Equipment-Heading-Logo.jpg);
			background-repeat: no-repeat;
		}
	
	.Footer
	{
		position: relative;
		height: 50px;
		margin: 0px auto 0px auto;
		padding: 12px 17px 15px 17px;
		width: 839px;
		background-image: url(../images/bg-home-footer.jpg);
		background-repeat: no-repeat;
		clear: both;
		display: block;

		font-weight: bold;
		color: #e4ded5;
		font-size: 13px;
		line-height: 16px;
	}
	


/*

	FRAMEWORK AREA; Framework Area Styles
	-------------------------------------------------------------------------
	Author: Michael Argentini; magic@mezzocode.com
	05/18/2008

*/

	.MenuBar
	{
		position: absolute;
		display: block;
		top: 53px;
		left: 320px;
		width: 600px;
		z-index: 999;
	}
	
	.GreenBar
	{
		position: absolute;
		display: block;
		top: 123px;
		left: 15px;
		width: 843px;
		
		font-weight: bold;
		color: White;
		font-size: 13px;
		line-height: 16px;
		text-align: center;
		text-transform: uppercase;
	}

	
	.LogoBar
	{
		position: absolute;
		display: block;
		top: 153px;
		left: 15px;
		width: 843px;
	}
	.CoStars
	{
		float:left;
		display:block;
		width:300px;
		height:35px;
		background-color:Transparent;
		text-decoration:none;
		border-width:0;
		border-style:none;
	}
	.GSA
	{
		float:left;
		display:block;
		margin-left:175px;
		width:165px;
		height:100px;
		background-color:Transparent;
		text-decoration:none;
		border-width:0;
		border-style:none;
	}

	.BlackBar
	{
		float: right;
/*
		position: absolute;
		display: block;
		top: 149px;
		left: 685px;
*/
		width: 173px;
		
		color: #999999;
		font-size: 13px;
		line-height: 16px;
		text-align: center;
	}

		.BlackBar .Text strong, .BlackBar .Text b
		{
			color: White !important;
		}

		.BlackBar .Text
		{
			padding: 10px;
		}

		.BlackBar .SideBarImages
		{
			width: 173px;
			height: 316px;
			overflow: hidden;
			padding-bottom: 15px;
		}

