﻿

body{
	background-image : url(/assets/gfx/background.jpg);
	background-repeat : repeat-x;
	background-position : 0 10px;
	margin : 10px 0 0 0;
	padding : 0 0 0 0;
	text-align : center;
}

#container{
	width : 971px;
	margin : 0 auto 0 auto;
	padding : 0 0 10px 0;
	font-family : "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size : 0.85em;
	text-align : left;
}

#header{
	margin : 0 0 0 0;
	height : 110px;
	background-image : url(/assets/gfx/info-icon.gif);
	background-position : 610px;
	background-repeat : no-repeat;
	text-align : right;
	background-color : white;
}

#logo{
	margin : 26px 0 0 20px;
	float : left;
}

#contact{
	margin : 10px 16px 0 0;
}

#menuBlock{
	background-image : url(/assets/gfx/menu-bgi.jpg);
	background-repeat : repeat-x;
	height : 29px;
	clear : both;
	margin-top : 9px;
	text-align : left;
}

#contact{
	float : right;
}

#rotatingBanner{
	border: 1px solid white;
}


.clear{
	clear : both;
	height : 1px;
	overflow : hidden;
}

#contentBlock{
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	min-height : 200px;
	padding : 10px 20px 0 20px;
	background-color : white;
}

#columnOne{
	float : left;
	width : 420px;
}
#columnTwo{
	float : right;
	width : 495px;
	padding-top : 35px;
}

#columnThree{
	float : left;
	width : 605px;
}
#columnFour{
	float : right;
	width : 300px;
/*	padding-top : 35px; */
}


#blockTransition{
	background-image : url(/assets/gfx/transition.gif);
	background-repeat: no-repeat;
	height : 10px;
}

#footerBlock{
	background-image : url(/assets/gfx/footer.gif);
	background-repeat : no-repeat;
	background-position : 0% 100%;
	margin : 0 5px 0 5px;
	padding : 10px 20px 10px 20px;
	font-size : 90%;
	color : #666666;
	line-height : 16px;
}

#footerBlock UL{
	margin : 0 0 0 20px;
	padding : 0 0 0 0;	
}
#footerBlock UL LI{
	list-style-image : url(/assets/gfx/bullet-grey.png);
	line-height : 1;
	margin : 0 0 4px 0;
}


.featureBox{
	border : 1px solid #ccc;
	background-image : url(/assets/gfx/fade-grey.jpg);
	background-repeat : repeat-x;
	border-radius : 10px;
	padding : 5px 15px;
}

.featureBox UL{
	margin : 0 0 1em 20px;
	padding : 0 0 0 0;
}
