body {
		margin: 0px;
		padding: 0px;
		background-color: #fff;
		color: #036;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		overflow: scroll;
	}
	
	h1 {
		margin: 0px 0px 5px 0px;
		padding: 0px;
		color: #690;
		font-size: large;
		font-weight: normal;
		padding-left: 0px;
		text-align: left;
		clear: both;
	}
	
	#container {
		width: 950px;
		margin: auto;
		padding: 0px;
		overflow: hidden;
		background-image:url(images/template/container_bg.jpg);
		background-repeat: repeat-y;
	}

	#container_inner {
		width: 930px;
		margin-left: 10px;
		padding: 0px;
		overflow: auto;
	}
	
	#header {
		width: 930px;
		margin: 0px;
		padding: 0px;
		overflow: auto;
		background-image: url(images/template/header_bg.jpg);
		background-repeat: repeat-x;
		clear: both;
	}
	
	#header_top {
		width: 930px;
		height: 80px;
		margin: 0px;
		padding: 0px;
		overflow: auto;
		background-image: url(images/template/header_bg_2.jpg);
		background-repeat: no-repeat;
		clear: both;
	}
	
	#menu {
		width: 930px;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		overflow: auto;
		background-color: #C0C9D7;
		background-image: url(images/template/menu_bg.jpg);
		background-repeat: repeat-x;
		border-bottom: solid 1px #8295B0;
	}
	
	#menu ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		font-size: 11pt;
	}
	
	#menu li {
		margin: 0px;
		padding: 7px 17px 7px 17px;
		float: left;
		border-right: solid 1px #B3BECF;
		list-style-type: none;
	}
	
	#menu a {
		margin: 0px;
		padding: 0px;
		text-decoration: none;
	}
	
	#menu a:hover {
		color: #690;
	}
	
	#menu ul li.current {
		margin: 0px;
		padding: 7px 17px 7px 17px;
		float: left;
		border-right: solid 1px #B3BECF;
		list-style-type: none;
		background-image: url(images/template/menu_on_bg.jpg);
		background-repeat: repeat-x;
		background-color: #75A504;
		overflow: auto;
	}
	
	#menu ul li.current a {
		color: #fff;
	}
	
	a.anchor {
		margin: 0px;
		padding: 0px;
		display: none;
	}
	
	#content_container {
		width: 930px;
		margin: 0px;
		padding: 0px;
		overflow: auto;
		background-image: url(images/template/menu_shadow.png);
		background-repeat: repeat-x;
		clear: both;
	}
	
	#content_split_container {
		width: 930px;
		margin: 0px;
		padding: 0px;
		overflow: auto;
		background-image: url(images/template/content_split_bg.gif);
		background-repeat: repeat-y;
		clear: both;
	}
	
	#content_left {
		margin: 0px;
		padding: 0px;
		width: 665px;
		float: left;
	}
	
	#content_right {
		margin: 0px;
		padding: 0px;
		width: 265px;
		float: left;
		background-image: url(images/template/menu_shadow.png);
		background-repeat: repeat-x;
	}
	
	#content {
		margin: 30px 40px 30px 40px;
		padding: 0px;
		overflow: auto;
		clear: both;
	}

	#content_right_inner {
		margin: 10px;
		padding: 0px;
		overflow: auto;
		clear: both;
	}
	
	#footer {
		width: 930px;
		margin: 0px;
		padding: 0px;
		border-top: solid 1px #8295B0;
		overflow: auto;
		clear: both;
	}
	
	#container_shadow {
		width: 930px;
		margin: 0px auto 0px auto;
		width: 950px;
		background-image: url(images/template/footer_shadow.jpg);
		background-repeat: no-repeat;
		height: 9px;
		clear: both;
	}
		
	#lefth {
		font-size: large;
		margin: 0px;
		padding: 0px 0px 6px 0px;
		text-align: left;
		width: 217px;
		float: left;
	}
	
	#righth {
		font-size: large;
		clear: both;
	}
	
	h2 {
		margin: 0px 0px 5px 0px;
		padding: 0px;
		text-align: left;
		font-size: 12pt;
		color: #690;
		font-weight: normal;
	}
	
	h3 {
		margin-top: 0px;
		margin-bottom: 5px;
		color: #690;
		font-weight: normal;
	}
	
	.h2link a {
		color: #690;
		font-weight: normal;
	}

	p {
		/*text-align: justify;*/
		text-align: left;	}
	
	.nodisplay {
		display: none;
		
	}
	
	a {
		color: #369;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	a.plainlink {
		color: #369;
	}
	
	a img {
		border: none;
	}
	
	a.importantlink {
		color: #036;
		font-style: italic;
		padding-top: 3px;
	}
				
	.ddsubmenu {
		z-index: 100;
		padding-top: 0px;
		position: fixed;
		margin-left: 190px;
		background-color: #FF0000;
	}
	
	#navpath {
		width: 860px;
		margin: auto;
		text-align: right;
		color: #369;
	}
	
	#navpath a {
		text-decoration: none;
		/*color: #369;*/
	}
	
	#navpathhome {
		padding: 0px 10px 0px 10px;
		margin-top: 10px;
	}
				
	#infobar {
		width: 860px;
		clear: both;
		background-color: #ccc;
		margin: 10px 0px 10px 0px;
		padding: 4px 0px 6px 0px;
		font-size: large;
		font-weight: bold;
		letter-spacing: 1px;
		text-align: center;
		color: #369;
	}
	#infobar h1 {
		font-size: large;
		letter-spacing: 1px;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}

	#sitesubmenu {
		clear: both;
	}
	
	.subsection {
		width: 20%;
		float: left;
		margin: 0px;
		list-style-image: url(images/template/bullet.png);
	}
	
	.subsection li {
		padding: 0px;
		margin: 0px 0px 10px 0px;
	}
	
	.subsection li a {
		color: #369;
	}
	
	.subsection li a.currentmsa, .subsection li a.current, .pagemenu .current  {
	}
	
	.subsectionpages {
		list-style-type: none;
		margin: 0px 0px -4px -10px;
		padding: 0px 0px 0px 0px;
		font-size: small;
		font-weight: normal;
	}
	
	.currentpage {
		background-color: #FFC9BF;
	}
	
	#currentpagelink {
		color: #369;
	}
	
	#subsection li ul.subsectionpages li {
		border-bottom: none;
	}
	
	.subsectionpages li a {
		border: none;
		margin-left: 15px;
	}
	
	.pagemenu {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
			
	#footer {
		width: 930px;
		clear: both;
		margin: auto;
		padding: 5px 0px 5px 0px;
		overflow: auto;
		text-align: center;
	}
	
	.footercountry {
		width: 80px;
		margin-left: 5px;
		margin-right: 5px;
		cursor: pointer;
		color: #369;
		font-size: 9pt;
	}
	
	.countrybox {
		z-index: 500;
		background-image: url(images/template/country_box_bg.png);
		background-repeat: no-repeat;
		width: 314px;
		height: 207px;
		display: none;
		position: fixed;
		left: 50%;
		top: 200px;
		margin-left: -107px;
	}
		
	#content p , .contentblock, .contentblockedit, .consultantcontentblock {
		margin: 0px 0px 20px 0px;
		padding: 0px;	
		text-align: justify;
	}
	
	.contentblock {
		clear: both;	
		overflow:auto;
	}
	
	.consultantcontentblock {
		overflow: visible;
	}
	
	.contentblockedit {
		border: dashed 1px #ccc;
		overflow: visible;
		margin-bottom: 10px;
	}
	
	.plainlist, .plainlistcompact {
		list-style-type: none;
		margin: 0px;
		padding: 0px;	
	}
	
	.plainlist li {
		margin: 0px 0px 20px 0px;
		padding: 0px;	
	}
	
	.plainlistcompact li {
		margin: 0px 0px 5px 0px;
		padding: 0px;	
	}
	
	.highlightedtextblock {
		color: #C00;
		/*text-align: justify;*/
		text-align: left;	}
	
	.divider {
		width: 100%;
		border-top: solid 1px #ccc;
		margin: 0px;	
		padding: 0px;
		clear:left;		
	}
	
	.vdivider {
		width: 10px;
		border-left: solid 1px #ccc;
		margin: 0px 10px 0px 0px;	
		padding: 0px;
		float: left;
	}
	
	#globaladminbar, #adminbar {
		width: 980px;
		margin: auto;
		padding: 5px 5px 3px 5px;
		clear: both;
		text-align: left;
		border-style: outset;
		border-width: 2px;
		background-color: #ccc;
		margin-bottom: 0px;	
		color: #ccc;
		overflow: auto;
	}
	#globaladminbar img {
		vertical-align:middle;
	}
	
	#globaladminbar a, #adminbar a, #globaladminbar strong, #adminbar strong {
		color: #369;
	}
	
	#globaladminbar a.plainlink, #globaladminbar a.plainlink:hover, #adminbar a.plainlink, #adminbar a.plainlink:hover {
		/*background-color: #ddd;
		color: #369;
		border: none;
		padding: 0px;
		margin: 0px;*/
		color: #000;
	}
	
	a.adminlink {
		color: red;
		font-weight: bold;
		text-align: right;
	}
	
	.contentadminbuttons {
		width: 100%;
		clear: both;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	.adminbuttons a {
		color: #F00;
	}
	
	.adminbutton, .contentadminbuttons img {
		margin-right: 2px;
		margin-bottom: 0px;
	}	
	
	.adminformlabel {
		width: 180px;
		text-align: right;
		float:left;
		margin-right: 10px;
		font-weight: bold;
	}
	
	.adminforminput {
		float:left;
	}
	
	.imgfloatleft {
		float: left;
		margin-right: 10px;		
		margin-bottom: 0px;		
	}
		
	.imgfloatright {
		float: right;
		margin-left: 10px;
		margin-bottom: 0px;		
	}	
	
.imgfloatleftnoborder {
	float:left;
	margin: 0px 8px 0px 0px;
	border: none;
}
.imgfloatrightnoborder {
	float:right;
	margin: 0px 0px 0px 8px;
	border: none;
}
.contentimg, .imgfloatleft, .imgfloatright, .galleryphoto, .summaryphoto {
	border: solid 1px #999;
}

.imgnoborder {
	border: none;
}		

.downloadlink {
	margin-top:3px;
	font-weight: bold;
	clear:both;
}


form.basket {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: right;
	width: 100px;
}

	#shopinnerleft {
		float: left;
		width: 25%;
		margin-top: 30px;
	}
	
	#shopinnerright {
		float: right;
		width: 74%;
		border-left: solid 1px #BFCCD9;
	}
	
	#shopinnerrightinner {
		margin-left: 20px;
	}
	
li.shopitem {
	width: 100%;
	margin: 0px 0px 15px 0px;
	clear: left;
}

li.shopcat {
	font-size: medium;
	font-weight: bold;
}

li.shopcaton {
	font-size: medium;
	font-weight: bold;
}

li.shopcat a, li.shopcaton a {
	text-decoration: none;
}

#navicons {
	width: 190px;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	clear: right;
}

legend {
	color: #C00;
	font-weight: bold;
	font-size: medium;
}

.formitem {
	width: 100%;
	clear:left;
}

.formitemsubmit input {
	width: auto;
	clear:left;
}

.formlabel {
	float:left;
	clear:left;
	width: 25%;
	color: #C00;
}

.forminput {
	float:left;
	width: 70%;
}

.forminput input, .forminput textarea {
	width: 100%;
}

ul.bulleted {
	list-style-image: url(images/template/bullet.png);
	margin-left: 0px;
	padding-left: 15px;
}

ul.bulleted li {
	margin-bottom: 10px;
}

.categorysquares {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

.categorysquares li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float:left;
	width: 110px;
	height: 150px;
	text-align: center;
}

.sitemap ul {
	list-style-type: none;
	margin: 20px 0px 20px 50px;
}

.mslink {
	font-size: large;
	font-weight: bold;
	margin: 20px 20px 00px 0px;
}

.noclear {
	clear: none;
}

h2 .noclear {
	clear: none;
	margin-bottom:0px;
}

#contactform {
	clear:left;
}

#basketlayout {
	border: solid 1px #666;
	width: 100%;
}

#basketlayout th {
	font-size: x-small;
	background-color: #369;
	color: #369;
}

#basketlayout td, .adate {
	font-size: x-small;
	color: #999;
}

#basketlayout tr {
	background-color: #eee;
	margin: 0px;
	padding: 0px;
	border:none;
}

	.datatable, .datatable2 {
		background-color: #fff;
		width: 100%;
		clear: both;
	}
	
	.datatable2 tr th {
		border: none;
		background-color: #ddd;
		padding: 3px;
		text-align: right;
		width: 25%;
	}
	
	.datatable tr th {
		border: none;
		background-color: #ddd;
		padding: 3px;
		font-size: x-small;
		font-family:Arial, Helvetica, sans-serif;
	}

	.datatable tr td, .datatable2 tr td {
		border: none;
		background-color: #fff;
		padding: 3px;
	}
	
	.datatable tr.alt td {
		border: none;
		background-color: #eee;
		padding: 3px;
	}
	
	.datatable tr.heading td {
		border: none;
		background-color: #ccc;
		font-weight: bold;
		padding: 3px;
	}
	
	.datatable tr.subheading td {
		font-weight: bold;
	}
	
	.datatable2	th {
		border: none;
		background-color: #ddd;
		padding: 3px;
		text-align: right;
	}


.biglinks {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.biglinks li {
	margin: 0px;
	padding: 0px;
}

.biglinks li a {
	font-size: medium;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#headerprefix {
	clear: both;
	width: 860px;
	margin: 10px auto 0px auto;
	height: 100px;
}

li.pagelink {
	font-size: x-small;
}

.featuredChildmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.featuredChildmenu li {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.subsectionmenu {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.boxedChildmenu li {
	float: left;
	font-size: medium;
	font-weight: bold;
	width: 225px;
	margin:0 5px 20px;
	text-align: center;
}

.boxedChildmenu li a {
	color: #369;
	vertical-align: middle;
}

.galleryphoto {
	width: 225px;
	height: 168px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.summaryphoto {
	float: left;
	margin: 0px 6px 12px 0px;
	padding: 0px;
	border: none;
}

#ddul {
	z-index: 100;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	}
	
#ddul li {
	position: relative;
	overflow: auto;
	}
#ddul li ul {
	z-index: 101;
	margin: 0px;
	padding: 0px;
	width: 180px;
	font-size: small;
	position: static;
	margin-top:-15px;
	margin-left: 190px;
	list-style-type: none;
	background-color: #fff;
	display: none;
	}
#ddul li a {
	display: block;
	}
#ddul li {
	/*height: 1%*/
	}
#dd ul li a {
	/*height: 1%*/
	}
.drop a:hover{
	/*background: #611804;
	color: #369;*/
	}
#ddul li ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 170px;
	clear: left;
	text-align: left;
	}
#ddul li ul li a {
	margin: 0px;
	padding: 3px;
	}
#ddul li:hover ul {
	display: block;
	}
#ddul li.over ul {
	display: block;
	}
#ddul li.link {
	display: block;
	}
#ddul li ul li a:hover, .ddlink:hover {
	background-color: #fff;
	/*color: #333;*/
	color: #999;
	}
	
.semitranscontainer {
	padding: 5px;
	background-image: url(images/template/semi_trans_blue.png);
	}
.semitransinner {
	clear: both;
	padding: 5px;
	margin: 0px;
	background-color: #fff;
	border: solid 1px #036;
	}

#boardmember {
	clear: both;
	margin-bottom:15px;
	text-align: justify;	
}

.boardmemberphotocontainer {
	/*width: 178px;
	height: 225px;
	clear: both;*/
	float: left;
	width: 59px;
	height: 75px;
	margin-right: 5px;
	border: solid 1px #ccc;
	background-repeat: no-repeat;
	background-position: center;
}

.boardmemberphoto{
	clear: both;
	width: 178px;
	margin:0px;
	border: solid 1px #ccc;
}

#partnerlogocontainer {
	clear: both;
	margin-bottom: 10px;
}

.partnerlogo {
	border: none;
	width: 180px;
}

.countryiconsmall {
	float: left;
	margin: 4px 5px 0px 0px;
}

.countryiconh2 {
	float: left;
	margin: 1px 5px 0px 0px;
}
	
	
.prodinfolink {
	clear: both;
	margin: 25px 25px 0px 0px;
	height: 28px;
	padding:0px;
	font-weight: bold;
	text-align: right;
}

.prodinfolinktext {
	width: 205px;
	float: left;
}

.prodinfolink a {
}

.prodinfolinkimg {
	margin-left: 20px;
	margin-top: -2px;
	float: right;
}

.prodinfolinkaddimg {
	float: left;
}

.prodinfolinkeditimg {
	clear: both;
}

#contactform fieldset {
	margin: 10px;
	padding: 10px;
	text-align: left;
}

#contactform .forminput {
	margin-bottom: 10px;
	margin-left: 10px;
}

fieldset {
	border: none;
}

fieldset.bordered {
	border: solid 1px #ccc;
}

#mainprodphoto {
	width:300px;
	height:225px;
	overflow: hidden;
}

.movebutton {
	float:left;
	margin: 0px 3px 0px 0px;
	padding:0px;
}

.bigadminbuttondivider {
	font-size:large;
	vertical-align:top;
}

.smalladminbuttondivider {
	font-size:medium;
	vertical-align:top;
}

ul.latestnews {
	list-style-image: url(images/template/bullet.png);
	margin: 0px 0px 10px 15px;
	padding: 0px;
	font-size: 8pt; 
}

ul.latestnews li {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

ul.latestnews li a {
	color: #369;
}

.contentblockitem {
	border:solid 1px #ccc;
	background-color: #ddd;
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
	overflow: auto;	
	clear: both;
}

.imageselectcat {
	clear:both;
	margin-bottom:20px;
	padding: 2px 2px 0px 2px;
}

.imageselectitem {
	float:left;
	width:100px;
	height: 140px;
	border: solid 1px #ccc;
	margin-bottom:5px;
	padding: 2px;
	text-align:center;
}

.imageselectitem img {
	border: none;
}

.imageselectcatitem {
	float:left;
	width:50px;
	border: solid 1px #ccc;
	margin-bottom:5px;
	padding: 2px;
	text-align:center;
}

.imageselectitem img, .imageselectcatitem img {
	border: none;
}

#homecontentcontainer {
	clear: both;
	background-image: url(http://www.imsa-search.com/images/template/home_content_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	overflow: auto;	
}

#homecontentcontainerinner {
	background-image: url(http://www.imsa-search.com/images/template/home_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	overflow: auto;	
}

#homecontentleft {
	width: 393px;
	float: left;
	overflow: auto;	
}

#homecontentleft p {
	margin-top: 0px;
	padding-top: 0px;
}

#homecontentright {
	width: 314px;
	float: right;
	overflow: auto;	
}

.contentmargin25 {
	margin: 25px;
}

.alert {
	color: #FF0000;
}