/* CSS Document */

*
{
     font-family: Verdana,Arial,sans-serif;
     font-size: 11px;
     line-height: 16px;
}

* html div
{
     position: relative;
     height: 1%;
}

* div li
{
	height: 1%;
}

body
{
     position: relative;
     margin: 0px 0px 10px 0px;
     padding: 0px;
     text-align: center;
     background: #1A171B url('../images/main_background.jpg') repeat-x left top;
}

h1
{
     font-size: 16px;
     font-weight: bold;
     color: #D8000F;
}

h2
{
	font-size: 12px;
	font-weight: bold;
}

a
{
     color: #D8000F;
}

a:hover
{
     text-decoration: none;
}

span
{
     margin: 0px;
     padding: 0px;
}

#mainContainer
{
     position: relative;
     width: 724px;
     margin: 0px auto;
     background-color: #eee;
}

#contentContainer
{
     text-align: left;
     margin: 0px 0px 10px 0px;
     padding: 235px 10px 10px 227px;
}

#contentContainer p img
{
	float: left;
	margin: 4px 8px 5px 0px;
}

#photos
{
    position: relative;
	float: left;
	height: 310px;
}

#photos a
{
	display: block;
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 1px;
	background-color: #000;
	text-decoration: none;
	color: #FFF;
}

#photos a:hover
{
	background-color: #D1000E;
	color: #FFF;
}

#photos a img
{
	border: none;
	padding: 0px 0px 1px 0px;
}

.image1
{
	background: #F3F3F5 url('../images/interface_top.jpg') no-repeat left top;
}

.image2
{
	background: #F3F3F5 url('../images/top_001.jpg') no-repeat left top;
}

.image3
{
	background: #F3F3F5 url('../images/top_002.jpg') no-repeat left top;
}

.image4
{
	background: #F3F3F5 url('../images/top_003.jpg') no-repeat left top;
}

.image5
{
	background: #F3F3F5 url('../images/top_004.jpg') no-repeat left top;
}

.image6
{
	background: #F3F3F5 url('../images/top_005.jpg') no-repeat left top;
}

.image7
{
	background: #F3F3F5 url('../images/top_006.jpg') no-repeat left top;
}

.image8
{
	background: #F3F3F5 url('../images/top_007.jpg') no-repeat left top;
}

.image9
{
	background: #F3F3F5 url('../images/top_008.jpg') no-repeat left top;
}

.image10
{
	background: #F3F3F5 url('../images/top_009.jpg') no-repeat left top;
}

.image11
{
	background: #F3F3F5 url('../images/top_010.jpg') no-repeat left top;
}

.image12
{
	background: #F3F3F5 url('../images/top_011.jpg') no-repeat left top;
}

#logo
{
     position: absolute;
     height: 119px;
     margin: 0px;
     top: 100px;
     left: 10px;
     padding: 0px;
     background: transparent url('../images/B2B_logo.gif') no-repeat left top;
     z-index: 1000;
}

#logo a
{
     width: 181px;
     height: 119px;
     display: block;
}

#logo span
{
     display: none;
}

#menu
{
	position: relative;
	width: 200px;
	padding: 0px;
	list-style-type: none;
	margin: 10px 0px 10px -217px;
	/* left: 225px; */
	float: left;
	background-color: #D1000E
}

#menu li
{
	margin: 0px;
	padding: 0px;
	background: transparent url('../images/menuItemBullet2.gif') no-repeat left 5px;
}

#menu li.top
{
	background: #F5F5F7 url('../images/menu_top.gif') no-repeat left bottom;
}

#menu li.bottom
{
	background: #F5F5F7 url('../images/menu_bottom.gif') no-repeat left top;
}

#menu a
{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 2px 2px 5px 16px;
	margin: 0px;
	height: 16px;
	background: transparent url('../images/menu_divider.gif') repeat-x left bottom;
}

#menu a:hover
{
	display: block;
	background: #DA333E url('../images/menu_divider.gif') repeat-x left bottom;
}

#menu ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	color: #FFF;
	background-color: #D82632;
	border-bottom: 1px dashed #DF4D57;
}

#menu ul li
{
	position: relative;
	margin: 0px 0px 0px 18px;
	padding: 5px 0px 0px 0px;
	color: #E48C93;
	background-image: none;
}

#menu ul li a
{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-image: none;
	color: #e4afb3;
	line-height: 10px;
}

#menu ul li a:hover
{
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: transparent;
	background-image: none;
}


/* End item images */

#footer
{
     clear: both;
     margin: 0px auto;
     padding: 0px;
     height: 35px;
     background: #1A171B url('../images/footer_bg.gif') no-repeat left top;
     color: #7D7681;
}

#footer img
{
     margin: 0px 3px 0px 3px;
     padding: 0px;
     vertical-align: middle;
}

#footer p
{
	text-align: right;
     margin-right: 10px;
     font-size: 10px;
     padding-top: 11px;
}

#footer a
{
     font-size: 10px;
     color: #7D7681;
     text-decoration: none;
}

#footer a:hover
{
     color: #D9D7D9;
}
