/* Logisto Layout Document */
/* border: #FFFFFF solid 1px; */
body, td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color: #FFFFFF;		
}

body
{
	background-color: #433F3E;
	background-image: url(../_img/Background.jpg);
	background-repeat: repeat-x;	
	margin:0px;
	padding:0px;
}

h1
{
	font-size: 28px;
	color: #F9940E;
	font-weight: normal;
}

h2
{
	font-size: 16px;
	color: #F9940E;
	font-weight: normal;
}

h3
{
	font-size: 14px;
	color: #F9940E;
	font-weight: normal;
}

ul
{
	list-style-image: url(../_img/bullet.gif);
}

li
{ 	
	padding-bottom: 5px; 
	margin-bottom: 10px;
	padding-left: 5px;
}


div.clearAll
{
	clear: both;
}

div.header
{		
	height:122px;
	width:930px;	
	margin:0px auto 0px auto;
	padding:0px;
	text-align:left; 	
}

div.header span.logo
{
	float: left;
	padding-top: 27px;	
	padding-left: 30px;	
}

div.header span.simplyBrilliant
{
	float: right;
	padding-right: 20px;
	text-align: right; 	
}

div.menu
{		
	background-image: url(../_img/MenuTile.jpg);
	background-repeat: repeat-x;
	clear: both;
	height:60px;
	width:930px;
	margin:0px auto 0px auto;
	text-align: left; 	
}

div.menu span.menuLeft
{
	float: left;
	text-align: left;
	width:25px;	
}

div.menu span.menuContent
{
	float: left;
	padding-top: 14px;	
	/*width: 800px;	*/
}

div.menu span.menuRight
{
	float: right;
	text-align: left;
	width:25px;
	margin:0px;
	padding:0px;
}

div.content
{	
	clear: both;
	width:930px;
	display:block;	
	margin:0px auto 0px auto;
}

div.bodyContent
{	
	clear: both;
	width: 930px;
	display:block;	
	margin:0px auto 0px auto;
}

span.centerColumn
{
	float: left;
	text-align:left;	
	padding-left:35px;
	width: 850px;
	min-height: 300px;
}

span.leftColumn
{
	float: left;
	text-align:left;	
	padding-left:35px;
	width: 500px;
}

span.leftColumnWide
{
	float: left;
	text-align:left;	
	padding-left:35px;
	width: 600px;
}

span.rightColumn
{
	float: right;
	text-align:right;	
	padding-right:25px;	
}


span.caseStudyItem
{	
	margin: 20px;
}

div.footer
{	
	clear: both;
	/*
	background-image: url(../_img/Reflection.jpg);
	background-repeat: no-repeat;*/
	width:930px;
	min-height:101px;
	padding-top: 20px;	
	display:block;	
	margin:0px auto 0px auto;
}

div.footer span.footerMenu
{	
	float: left;	
	padding-left: 25px;	
}

div.footer span.footerMenuItemMargin
{
	padding: 8px;
}

div.footer span.footerAOrdyssBrandCompany
{
	float: right;
	text-align:right;	
	padding-right:25px;
	width: 200px;
}


/*
	Form elements
*/

.contactFormTitle
{
	text-align: right;
	padding-right: 5px;
}

input.contactFormTextField, textarea.contactFormTextField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	padding: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background: #55514F;
	border: 1px solid #787574;
	background-image: url(../_img/inputBackground.gif);
	background-repeat: no-repeat;	
}

textarea.contactFormTextField
{
	width: 300px;
}

input.contactFormTextField
{
	width: 200px;
}
	

input.contactFormCheckbox
{
	padding: 0px;
	margin: 0px;
}

/*
	Hyperlink elements
*/


a.cookie
{
	font-weight: normal;
}

a.cookie:link 
{
	color: #FFFFFF;	
}

a.cookie:visited {
	color: #FFFFFF;	
}
a.cookie:active {
	color: #FFFFFF;	
}
a.cookie:link {
	color: #FFFFFF;	
}
a.cookie:hover {
	color: #FFFFFF;	
}

a
{
	font-weight:bold;	
}

a:visited {
	color: #FD9E2A;
	text-decoration: none;
}
a:active {
	color: #FD9E2A;
	text-decoration: none;
}
a:link {
	color: #FD9E2A;
	text-decoration: none;
}
a:hover {
	color:#FFF;	
}

.menuItem
{
	padding: 0px;
}

a.footerMenuItem
{
	font-weight:normal;
}

a.footerMenuItem:visited 
{
	color:#FFFFFF;	
}

a.footerMenuItem:active 
{
	color:#FFFFFF;	
}

a.footerMenuItem:link 
{
	color:#FFFFFF;	
}

a.footerMenuItem:hover 
{
	color: #FD9E2A;
}