/*  Global Elements
------------------------------------------*/
body {
	margin: auto;
	text-align: center;
	font: 62.5% Verdana, Arial, sans-serif;
}

img {
	border: none;
}

h1 {
	font: bold 1.8em "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #981039;
	margin: 10px 0;
}

h2 {
	font: bold 1.4em "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #002F86;
	margin: 15px 0 5px 0;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #002F86;
	text-decoration: none;
	font-style: normal;
}

h2 a:hover {
	color: #BAAD5E;
	font-style: normal;
}

h3 {
	font: bold 1.2em "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #002F86;
	margin: 15px 0 5px 0;
}

h3 a:link, h3 a:visited, h3 a:active {
	color: #002F86;
	text-decoration: none;
	font-style: normal;
}

h3 a:hover {
	color: #BAAD5E;
}

h4 {
	font: bold 1.4em "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #002F86;
	margin: 15px 0 5px 0;
}

h4 a:link, h4 a:visited, h4 a:active {
	color: #002F86;
	text-decoration: none;
	font-style: normal;
}

h4 a:hover {
	color: #BAAD5E;
}

p {
	margin: 10px 0;
}

a:link, a:active,a:visited {
	font-style: italic;
	text-decoration: none;
	color: #034A5E;
}

a:hover {
	font-style: italic;
	text-decoration: none;
	color: #BAAD5E;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.red {
	color: #F00;
}

/*  Wrapper Elements
------------------------------------------*/
.wrapper {
	margin: auto;
	text-align: center;
	width: 770px;
	background: #FFF;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}

/*  Header Elements
------------------------------------------*/
.header {
	position: relative;
	width: 100%;
	height: 83px;
	background: url("../images/header.jpg") no-repeat 0 0;
}

.logo {
	width: 114px;
	height: 79px;
	position: absolute;
	left: 3px;
	top: 0px;
	background: url("../images/logo.jpg") no-repeat 0 0;
}

.search {
	position: absolute;
	width: 250px;
	top: 7px;
	right: 0;
	margin-right: 5px;
	font-size: 1em;
}

.search fieldset {
	border: none;
}

.searchbox {
	width: 150px;
}

.search_text {
	margin-top: 5px;
}

.search_text a, .search_text a:hover, .search_text a:active, .search_text a:visited {
	font-style: normal;
}

.header_image {
	width: 100%;
	height: 106px;
	background: url("../images/header_image.jpg") no-repeat 0 0;
}

/*  Content Elements
------------------------------------------*/
.content {
	width: 740px;
	margin: 10px 15px;
	text-align: justify;
	font-size: 1.1em;
}

.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.content ul, .content-two_column ul {
	font-size: 11px;
}

.content ul li, .content-two_column ul li {
	margin: 5px 0;
}

.content p, .content-two_column p {
	line-height: 1.5em;
}

.featured dl dt {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 5px;
}

.featured dl dd {
	margin: 0;
}

.content-two_column {
	float: left;
	width: 520px;
	padding: 0 15px;
	text-align: justify;
	font-size: 1.1em;
}

* html .content-two_column {
	width: 520px;
}

.content-two_column:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.dotted-border {
	margin-top: 20px;
	clear: both;
	background: url("../images/border-dotted.gif") repeat-x center top;
}

.dotted-border:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.content fieldset {
	margin: 15px 0 0 0;
	border: none;
}

.country-selector {
	width: 300px;
}

* html .content-two_column {
	padding: 10px;
}

/*  Sidebar Elements
------------------------------------------*/
.sidebar {
	float: right;
	text-align: left;
	margin: 0;
	width: 195px;
	padding: 0 10px;
	padding-bottom: 15px;
	border-left: 1px solid #034A5E;
}

* html .sidebar {
	width: 185px;
}

.sidebar h2 {
	font: bold 1.4em "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #858585;
	border-bottom: 1px solid #981039;
	background: url("../images/more.gif") no-repeat left center;
	padding-left: 8px;
	margin: 10px 0 5px 0;
}

.sidebar p {
	margin: 5px 0;
}

* html .sidebar p {
	margin: 0;
	padding: 0;
}
.sidebar .divider {
	height: 1px;
	width: 100%;
	background: url("../images/border-dotted.gif") repeat-x center bottom;
	margin-bottom: 15px;
}

.sidebar ul {
	margin: 5px 10px;
	padding: 0;
	list-style: none;
}

.sidebar dl {
	margin: 15px;
}

.sidebar dt {
	margin: 5px 0;
	font-size: 1.2em;
	font-weight: bold;
}

.sidebar dd {
	margin: 0;
	font-weight: normal;
}

* html .sidebar p {
	padding: 5px 0 15px 0;
}

.sidebar p:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

/*  Home Page Elements
------------------------------------------*/
.more {
	background: url("../images/more.gif") no-repeat center right;
	padding-right: 8px;
	text-align: right;
}

.new_products {
	border-top: 1px solid #034A5E;
	margin-bottom: 15px;
}

.new_products:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.featuredproducts {
	height: 1%;
	background: url(../images/featured-products-bg.gif) repeat-y center top;
}

.featuredproducts:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.product {
	float: left;
	width: 240px;
	height: 155px;
	padding: 10px 10px 0;
	border-bottom: 1px solid #CCC;
}

.product p {
	margin: 0 8px 8px 8px;
	font-size: 0.9em;
	text-align: left;
}

.product .readmore {
	float: right;
	margin-bottom: 0;
}

.printer-friendly {
	clear: both;
}

/*  Product Page Elements
------------------------------------------*/
.supplier {
	text-align: left;
	float: left;
	width: 205px;
	height: 135px;
	margin: 10px 30px 30px 0;
}

.supplier dt {
	font-weight: bold;
}

.supplier dd {
	margin: 0;
}

.productimage {
	float: right;
	width: 150px;
	text-align: center;
}

.productimage p {
	clear: both;
}

.productlinkimage {
	float: left;
	/*width: 150px;
	text-align: center*/
	
}

/*  Supplier Page Elements
------------------------------------------*/

.supplier_products {
	width: 250px;
	float: left;
	
}

.supplier_products h2 {
	text-align: left;
}

.supplier_names {
	padding-left: 30px;
	width: 440px;
	float: right;
	border-left: 1px solid #034A5E;
}

.directory {
	width: 190px !important;
	margin-right: 20px !important;
}

/* Expandable Lists */
ul.altsym {
    margin: 0;
    padding: 0;
    width: 240px;
	font-size: 1.2em;
	text-align: left;
}

ul.altsym ul {
    display: none;
    margin: 0;
    padding-left: 15px;
}

ul.altsym li {
    list-style-type: none;
    position: relative;
    width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.altsym li ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	padding-left: 0px;
	padding-top: 2px;
}

ul.altsym li ul li ul li {
	padding: 0;
	margin-left: 0px;
}

ul.altsym a {
    display: block;
    margin-left: 17px;
    padding: 2px;
    text-decoration: none;
    width: 100%;
}

ul.altsym a:link, ul.altsym a:visited, ul.altsym a:active {
	font-style: normal;
}

ul.altsym a:hover {
	font-style: normal;
}

html>body ul.altsym a { width: auto; } /* hidden from Win/IE */

ul.altsym a.switch {
    background: transparent url("../images/plusminus.gif") no-repeat top left;
    border: none;
    height: 11px;
    left: 6px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    top: 0.7ex;
    position: absolute;
    width: 11px;
}

ul.altsym ul {
	display: none;
}

ul.altsym a.switch:hover {
    background-color: transparent;
    border: none;
}

ul.altsym a.on { background-position: bottom left; }
ul.altsym a.off { background-position: top left; }

/*  Contact Page Elements
------------------------------------------*/
.contactform {}

.contactform fieldset {
	border: none;
}

.contactform fieldset legend {
	margin: 0 0 10px 0;
}

.contactform input {
	margin: 5px 0;
	width: 240px;
}

.contactform select {
	margin: 5px 0;
	width: 245px;
}

.contactform textarea {
	margin: 5px 0;
	width: 500px;
	height: 150px;
}

.contactform .submit {
	width: 75px;
}

.contactform dl.clear {
	clear: both;
}

.contactform dl.left {
	float: left;
	width: 250px;
}

.contactform dl.right {
	float: right;
	width: 250px;
}

.contactform dt {
	margin-top: 10px 0 2px;
}

.contactform dd {
	margin: 0 0 10px;
}

/*  News Pages Elements
------------------------------------------*/

/* Expandable Lists */
ul.altsym-small {
    margin-left: 0;
    padding: 0;
    width: 165px;
	font-size: 1.1em;
	text-align: left;
}

ul.altsym-small ul {
    display: none;
    margin: 0;
    padding-left: 10px;
}

ul.altsym-small li {
    list-style-type: none;
    position: relative;
    width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.altsym-small li ul li {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
}

ul.altsym-small a {
    display: block;
    margin-left: 17px;
    padding: 2px;
    text-decoration: none;
    width: 100%;
}

ul.altsym-small a:link, ul.altsym-small a:visited, ul.altsym-small a:active {
	font-style: normal;
}

ul.altsym-small a:hover {
	font-style: normal;
}

html>body ul.altsym-small a { width: auto; } /* hidden from Win/IE */

ul.altsym-small a.switch {
    background: transparent url("../images/plusminus.gif") no-repeat top left;
    border: none;
    height: 11px;
    left: 6px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    top: 0.7ex;
    position: absolute;
    width: 11px;
}

ul.altsym-small ul {
	display: none;
}

ul.altsym-small a.switch:hover {
    background-color: transparent;
    border: none;
}

ul.altsym-small a.on { background-position: bottom left; }
ul.altsym-small a.off { background-position: top left; }

/*  Search Results Page Elements
------------------------------------------*/
.searchtable {
	border: none;
}

.searchtable td {
	width: 110px;
}

.search_results {
	width: 400px;
	margin-right: 10px;
}

/*  Country Directory Elements
------------------------------------------*/
table.countrydirectory {
	width: 100%;
	border: none;
}

table.countrydirectory th {
	font: bold 1.4em "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #002F86;
}

table.countrydirectory ul {

	margin: 0 15px;
	padding: 0;
}

/*  Company Directory Elements
------------------------------------------*/
.companydirectory {
	text-align: left;
	float: left;
	width: 205px;
	height: 145px;
	margin: 10px 30px 30px 0;
}

.companydirectory dt {
	font-weight: bold;
}

.companydirectory dd {
	margin: 0;
}

/*  Footer Elements
------------------------------------------*/
.footer {
	clear: both;
	width: 100%;
	height: 25px;
	line-height: 23px;
	background: url("../images/footer.gif") repeat-x 50% 50%;
	color: #FFF;
}

.footer .left {
	float: left;
	margin-left: 10px;
}

.footer .right {
	float: right;
	margin-right: 10px;
}

.footer a:link, .footer a:visited {
	color: #FFF;
	text-underline: none;
	font-style: normal;
}

.footer a:hover {
	color: #BAAD5E;
}