/****************************************************************************************************/
/* Main bulldogwireline.com stylesheet. For everyone viewing in windows larger than 910px in width. */
/* Properties beginning with "_" are hacks that only IE will read                                   */
/****************************************************************************************************/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/sitebgTile.gif) top center;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 80%;
	letter-spacing: 0.02em;
	color: #ffffff;
}
	body a img {border: none;}

#container {
	width: 826px; /* Wider than the background image for alignment purposes */
	height: 100%;
	background: url(../images/mainbgTile.gif) repeat-y top left;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header {
	width: 826px;
	height: 237px;
	background: url(../images/headerbg.jpg) no-repeat top left;
}
	#header h1 {display: none;}
	
#bulldog {
	float: left;
	width: 330px;
 	height: 240px;
	margin: 0;
	padding: 0;
}

#nav {
	float: right;
	height: 26px;
	margin: -115px 48px 0 0;
	padding: 0;
	_margin: -115px 0 0 0;
	_padding: 0 48px 0 0;
	overflow: hidden;
}
	#nav ul 			{list-style: none; text-indent: -9999px; font-size: 0.01em;}
	#nav ul li 			{display: inline; padding: 0; margin: 0;}
	#nav a 				{float: left; padding: 0; margin: 0;}
	#nav a#home 		{display: block; width: 49px; height: 26px; background: url(../images/home.gif) no-repeat;}
	#nav a#history 	{display: block; width: 81px; height: 26px; background: url(../images/history.gif) no-repeat;}
	#nav a#employment 	{display: block; width: 111px; height: 26px; background: url(../images/employment.gif) no-repeat;}
	#nav a#equipment 	{display: block; width: 99px; height: 26px; background: url(../images/equipment.gif) no-repeat;}
	#nav a#contact 		{display: block; width: 89px; height: 26px; background: url(../images/contact.gif) no-repeat;}

#sidebar {
	width: 180px;
	margin: 10px 0 0 50px;
	_margin-left: 25px;
	padding: 0 10px 0 10px;
	float: left;
	text-align: center;
}
	#sidebar h2 		{font-size: 1.3em; line-height: 1em; border-bottom: 1px solid #ffffff; margin: 20px 20px 10px 20px; padding:0 0 5px 0;}
	#sidebar ul 		{list-style: none; margin: 0; padding: 0;}
	#sidebar ul li 		{margin: 0; padding: 0 0 10px 0;}
	#sidebar ul li a 	{color: #ffffff;}

#content {
	width: 490px;
	margin: -40px 48px 0 0;
	_margin-right: 24px;
	float: right;
}
	#content h2 {width: 100%; height: 35px; margin: 10px 0 0 0; padding: 2px 20px 0 0; float: right; background: url(../images/mainHeadlinebg.jpg) no-repeat top right; _font-size: 1.5em; text-align: right;}
	#content h3 {font-size: 1.3em; margin: 10px 0 0 0;}
	#content p {_margin-left: 40px; padding: 0 15px 0 15px; _padding: 0; text-indent: 10px;}
	#content ul {list-style: none;}
	#content ul.imageList {margin: 0; padding: 0;}
	#content ul.imageList li {margin: 20px 4px 0 0; padding: 0; float: left; width: 156px; text-align: center;}
	#content ul.imageList li a img {padding: 2px; border: 1px solid #ffffff;}
	#content fieldset.seperation {margin: 30px 20px 10px 0; padding: 30px 0 0 0; border: none; border-top: 1px solid #b9591d;}
	#content input {margin: -10px 0 0 0; background: #a15627; border: 2px solid #b9591d; color: #ffffff;}
	#content input.button {margin: 10px 42px 20px 0; border: 1px solid #b9591d; color: #ffffff; background: none; float: right;}
	#content textarea {width: 90%; background: #a15627; border: 2px solid #b9591d; color: #ffffff;}

#equipmentFlash {
	float: right;
	width: 100%;
	height: 440px;
	margin: 0 -5px 0 0;
	_margin: 0 -25px 0 0;
}

#siteFoot {
	width: 774px;
	height: 16px;
	background: url(../images/siteFoot.jpg) no-repeat top left;
	margin: 0 auto 0 auto;
}

span#phone {
	font-size: 1.3em;
}

.clear {
	margin: 0;
	clear: both;
}

.center {
	text-align: center;
}

