﻿/*  

This style sheet contains all basic styling for the site 

*/


* {
	margin:0; 
	padding:0;
} 

html {
	height:100%; 
	font-size:100.01%;
} 

body
{
	text-align: center;
	font: 100.01%/110% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	background-image: url(../images/jomoulds_bg.jpg);
	background-repeat: no-repeat;
/*
	background-position: top center;
	width:1024px;
	margin:0 auto;
*/
} 

body * {
	text-align:left;
}

/*
	Credit to Mike Foskett for this nice intro: http://www.websemantics.co.uk
*/




/* General Link Specification */

a, a:link {
	text-decoration:none;
	color:#91ab37;
	background-color: transparent;
}

a:visited {
	text-decoration:none;
	color:#afbe82;
}

a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#93aa58;
	background-color: transparent;

}



img {
	border:none;
}

hr { 
	display:none;
}



#container {
	width:850px;
	height:584px;
	margin-top:60px;
	float:left;
}

/* the header */


#header {
	height:120px;
	background-color:#fff;
}

#claim {
	height:65px;
	background-color:#fff;

}

/* the navigation */
#navigation {
	background-color:#fff;
	height:44px;
	width:850px;
}

#navi_pos{
	padding: 10px 0 0 100px;
}


ul #navi_bar {
	list-style:none;
	display:inline;
	
}



#navi_bar li{
	list-style:none;
	display:inline;
	float:left;
	padding:0;
	margin:0;

}


/* content area */


div #content {
	width: 620px;
	background-color:#fff;
	float:right;

}


#content #firstrow {
	height:20px;
	background-image: url(../images/first_row_bg.gif);
	background-repeat: no-repeat;
	background-position:50px 0;
}

#content #secondrow {
	height:265px;
}

#contentdisplay {
	height:265px;
	width:550px;
	overflow:auto;
	background-color:#fff;
	margin-left:50px;
}

#content #thirdrow {
	height:72px;
	background-image: url(../images/third_row_bg.gif);
	background-repeat: no-repeat;
	background-position:50px bottom;}
	
/* footer navi */
	
#thirdrow ul{
	float:right;
	margin-right:50px;
	margin-top:40px;
	list-style:none;
	display:inline;
	font-size:0.6em;
}

#thirdrow ul li{
	list-style:none;
	display:inline;
	padding:0;
	margin:0;

}

#thirdrow ul li a{
	color:#000;
}
	
#thirdrow ul li a:hover{
	text-decoration:underline;
}


/* the styles for the actual content */

#contentdisplay h1 {
	font-size:1.2em;
	font-family: Georgia, serif;
	font-weight:normal;
	padding: 0 0 0.8em 0;
}


#contentdisplay h2, #contentdisplay h3 {
	font-size:1.0em;
	font-family: Georgia, serif;
	font-weight:bold;
	padding: 0 0 0.6em 0;
}

#contentdisplay p {
	font-size:0.7em;
	padding: 0 0 0.6em 0;
}

#contentdisplay .georgia {
	font-family: Georgia, serif;
}

#contentdisplay div.image_text
 {
	width:490px;
	float:left;
	padding:0 0 1.2em 0;
}

.image_content {
	width: 90px;
	overflow:hidden;
	float:left;
}

.text_content {
	width: 369px;
	float:right;
	margin-right:10px;
}

.text_content_wide {
	width:490px;
	margin-right:10px;
	margin:0 0 0.6em 0;
}
