html,body,form,
h1,h2,h3,h4,h5,h6,p
{
	margin:0px;
	padding:0px;
}

body
{
	/*background:#fff;*/
	font-size:0.8em;
	color:#4f4e4e;
	margin:0 auto;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#outer {
	background:url(images/suppliers_bg.jpg) repeat-x;
	width:100%;
	height:555px;
}

.contentwidth
{
	width:1010px;
	margin:0 auto;
}

p, h1, h2, h3, h4, h5, h6
{
	padding:4px 0;
	font-weight:normal;
}
h1
{
	font-size:1.8em;
	font-weight:bold;
}
h2 { font-size:1.7em; padding-bottom:.6em; }
h3 { font-size:1.5em; padding:.7em 0 .6em 0; }
h4 { font-size:1.3em; padding:.7em 0 .1em 0; }
h5 { font-size:1.2em; font-weight:bold; padding:.3em 0 .4em 0;}
h6 { font-size:1em; font-weight:bold; }
a
{
	color:#2f83be;
}
a:hover
{
	color:#393b32;
}
a img
{
	border:0px;
}

.imgright {
	/*padding:4em 2em 0 0;*/
	padding:.7em 2em .8em 0;
	float:right;
	text-align:right;
}

.supplierlogo {
	float:right;
	padding:4em 2em .8em 0;
}

.right {
	display:block;
	float:right;
}

.left {
	float:left;
	padding-right:1em;
}

#container {
	width:1010px;
	margin:auto;
	background-color:#fff;
}

#header-container
{
	background:#fff;
	height:130px;
}

#header-container img {
	margin-top:1.2em;
}
#header #logo
{
	float:left;
	width:460px;
	color:#fff;
	position:relative;
	top:1em;
}
#header #headertools
{
	float:left;
	width:540px;
	text-align:right;
	padding-top:30px;
}

#header #headertools p.welcome
{
	font-size:1.7em;
	padding:20px 0 0 0;
}
#header #headertools p
{
	color:#fff;
}
#header #headertools a
{
	color:#fff;
	text-decoration:none;
}
#header #headertools a:hover
{
	text-decoration:underline;
}

#menu UL
{
	margin:0;
	padding:2px 0 0 0;
}

#menu UL LI
{
	display:inline;
	padding:0 1px;
}	
#menu UL LI a
{
	line-height:41px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	padding:6px 18px 10px 18px;
}
#menu UL LI a:hover
{
	color:#242424;
}
#menu UL LI a.active
{
	color:#242424;
}

#submenu UL
{
	margin:0;
	padding:2px 0 0 0;
}
#submenu UL LI
{
	display:inline;
	padding:0 1px;
}	
#submenu UL LI a
{
	line-height:41px;
	text-decoration:none;
	color:#2f83be;
	font-size:0.85em;
	padding:6px 18px 8px 18px;
}
#submenu UL LI a:hover, #submenu UL LI a.active
{
	background:#fff;
	color:#393632;
}

#menu-container
{
	background:#fff url(images/menu_bgpink.gif) repeat-x;
	margin-bottom:1em;
	height:45px;
}


#breadcrumbs p
{
	line-height:4em;
	font-size:0.85em;
}
#breadcrumbs a
{
	text-decoration:none;
}

.content
{
	background:#fff;
	padding:.4em 25px .5em;
	margin-bottom:5px;
	width:95%;
}

.content ul {
	list-style:none;
	margin:0;
	padding:0;
}

.content ul li {
	margin:0 0 .5em 0;
}

.content a
{
	text-decoration:none;
	color:#026db8;
}
.content a:hover
{
	text-decoration:underline;
}

.content img {
	margin-top:.7em;
}

.sponsors {
	margin:auto;
	width:980px;
	text-align:center;
	clear:both;
}
.sponsors img {
	padding:0 15px 25px;
}

.supplier {
	margin:1em 0;
	padding:1.5em;
}

.supplier br {
	margin:0 0 .4em 0;
	line-height:0;
}

.supplier br.none {
	margin:0;
}

.supplier img {
	float:right;
	padding:0 0 1em 2em;
}

.sname {
	font-size:1.2em;
	color:#2c2c2c;
}

.sname p {
	color:#4f4e4e;
	font-size:.9em;
	margin:0;
	padding:0;
}

.feature {
	background-color:#d0f5ec;
}

.sponsor {
	background-color:#fae6f5;
}

.sname, .sdesc, .spc, .semail, .stel, .sweb {
	margin:0 0 .6em 0;	
}

.border-bottom {
	border:none;
	border-bottom:1px solid #ccc;
	padding-bottom:.6em;
}

.border-top {
	border-top:1px solid #ccc;
	padding-top:.6em;
}

.imgleft {
	padding-left:130px;
}

.cats {
	margin:20px 30px;
}

.cats img {
	float:left;
	padding-right:75px;
}

.cats div {
	clear:left;
}

#main p
{
	line-height:1.3em;
	margin-bottom:.4em;
}
.borders
{
	border-top:6px solid #2f83be;
	border-bottom:1px solid #2f83be;
}

#mainCol
{
	float:left;
	width:770px;
}
#sideCol
{
	float:left;
	margin:0 0 0 18px;
	width:210px;
}
#singleCol
{

}

form h4 {
	padding-bottom:0.7em;
}

form .field label
{
	display:block;
	font-weight:bolder;
	margin-right:.9em;
	float:left;
	width:120px;
	text-align:right;
	color:#787878;
}
form .field
{
	padding:5px 0;
	color:#333;
}
form fieldset {
	margin:1em 0 0.4em 0;
	padding:0 0 0 0;
	border-top:1px solid #CCC;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
form .legend {
	font-weight:bolder;
}

form .textbox-small, 
form .textbox, 
form .textbox-large, 
form .textarea-small,
form .textarea,
form .textarea-large,
select
{
	padding:2px 3px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333;
}
form .textbox-small
{
	width:170px;
}
form .textbox
{
	width:300px;
}
form .textbox-large
{
	width:400px;
}

form .textarea-small
{
	width:250px;
	height:100px;
	
}
form .textarea
{
	width:350px;
	height:70px;
}
form .textarea-large
{
	width:400px;
	height:70px;
}

form .button-bold, form .button-subdued
{
	font-weight:bold;
	color:#fff;
	padding:4px;
}
form .button-bold
{
	border:1px solid #2f83be;
	background:#2f83be;
}
form .button-subdued
{
	border:1px solid #ccc;
	background:#ccc;
}
form .grey {
	color:#666;
}

#main p.success, #main p.error, p.success, p.error
{
	line-height:2em;
	margin:0.6em 0 1em 0;
	color:#fff;
	font-weight:bold;
	padding:0 .5em;
}
p.success, .button-orange
{
	/*background:#86ca5d;*/
	background:#9d8335;
	border:2px solid #786428;
}
p.success a, p.error a, .button-orange a, .button-red a
{
	color:#fff;
}
p.error, .button-red
{
	background:#d44937;
	border:2px solid #aa2b1a;
}
.button-red, .button-orange
{
	color:#fff;
	font-weight:bolder;
	padding:4px 3px;
}
a.button-red, a.button-orange
{
	text-decoration:none;
}

label.error
{
	color:#990000;
}

.keywords {
	display:block;
}

.rightalign {
	text-align:right;
}
table {
	table-layout:fixed;
}
td {
	overflow:hidden;
}

.tabledata
{
	border:1px solid #ccc;
	margin-bottom:10px;
}
.tabledata th
{
	font-weight:bold;
	background:#ccc;
	color:#fff;
	text-align:left
}
.tabledata .shaded
{
	background:#eee;
}
.tabledata .center {
	text-align:center;
}

#login
{
	width:350px;
	margin:40px auto;
	background:#fff;
	padding:20px;
}
.bottomspace {
	margin-bottom:.7em;
}

.topspace {
	margin-top:.7em;
}

.colbg {
	background:url(images/bg_columns.gif) repeat-y 200px 0;
}
	

.col1 {
	float:left;
	width:260px;
}

.col2 {
	float:left;
	width:600px;
	padding-left:3em;
}

.col3 {
	float:left;
	width:250px;
	padding-left:3em;
}

#footer-container {
	height:130px;
	margin-top:3em;
}

#footer {
	background:url(images/menu_bgpink.gif) repeat-x;
	color:#fff;
	height:130px;
	text-align:right;
	padding:1em 2em 0 0;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* clearfix end */ 

.clear {
	clear:both;
}

.supplierborder {
	border:6px solid #CCC;
	padding:12px;
	margin:12px;
	background-color:#F3F3F3;
}

.supnews {
	margin:1em 0 0 0;
}

.supnews img {
	float:right;
	margin:0 0 .7em .7em;
}

.supnews h3 {
	padding:0;
}

.sup-date {
	color:#777;
	font-size:12px;
	padding-top:0;
}

.sup-leftcol {
	float:left;
	width:66%;
}

.sup-leftcol h2 {
	margin:0 0 17px 0;
	padding:0;
}

.sup-rightcol {
	float:right;
	width:23%;
	padding:.8em 1.4em;
	margin:48px 15px 25px 0;
	background-color:#f7ecf4;
	border:5px solid #ccc;
}

.sup-rightcol h3 {
	padding:0 0 0 0;
	font-size:16px;
}

.sup-rightcol a {
	margin:.8em 0 0 0;
	display:block;
	background:url(/images/arrow.png) no-repeat 1px 1px;
	padding-left:25px;
}

.sup-rightcol h3 a {
	background:none;
	padding-left:0;
}

.sup-headlines {
	padding-left:0;
}

.sup-headlines .sup-date {
	padding-left:25px;
}

.gap {
	margin:2em 0;
}

.sup-frontleft {
	width:65%;
}

.sup-rightcol-front {
	float:right;
	width:23%;
	padding:.8em 1.4em;
	margin:0 10px 20px 0;
	background-color:#f7ecf4;
	border:5px solid #ccc;
}

.sup-rightcol-front h3 {
	padding:0 0 0 0;
	font-size:17px;
}

.sup-rightcol-front a {
	margin:.8em 0 0 0;
	display:block;
	background:url(/images/arrow.png) no-repeat 1px 1px;
	padding-left:25px;
}


.sup-rightcol-front h3 a {
	background:none;
	padding:0;
	margin:0;
}

.bullets li {
	list-style:disc;
}

.bullets ul {
	padding-left:15px;
}
