@charset "utf-8";
/* CSS Document */

/*General Styles*/

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0.5em 0.5em 0.5em 0.5em;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#455560;
}

#wrapper {
	width:980px;
	margin:0 auto;
}

#container{
	margin:0;
	padding:0;
}

/* Shadow effect */

.rounded-corners-container{
	float:left;
	width:210px;
	min-height:100px;
	height:auto;
}

.top, .bottom, .left, .right, .content{
	float:left;
}

.top, .bottom{
	width:210px;
	height:auto;
	min-height:16px;
}

.left, .right, .content{
	min-height:110px; /* Value changes for each browser, except IE6 and lower */
	height:auto !important;
	height:110px;
}

.left, .right{
	width:17px;
	background-repeat:repeat-y;
}

.content{
	width:183px;
}

.top{
	background-image:url(../images/rounded_corners/top.gif);
}
.bottom{
	background-image:url(../images/rounded_corners/bottom.gif);
}
.left{
	background-image:url(../images/rounded_corners/left.gif);
	margin-left:-2px;
}
.right{
	background-image:url(../images/rounded_corners/right.gif);
	margin-right:-5px;
}




.rounded-corners-container-2{
	float:left;
	width:210px;
	min-height:100px;
	height:auto;
}

.top-2, .bottom-2, .left-2, .right-2, .content-2{
	float:left;
}

.top-2, .bottom-2{
	width:210px;
	height:auto;
	min-height:16px;
}

.left-2, .right-2, .content-2{
	min-height:90px; /* Value changes for each browser, except IE6 and lower */
	height:auto !important;
	height:90px;
}

.left-2, .right-2{
	width:17px;
	background-repeat:repeat-y;
}

.content-2{
	width:183px;
}

.top-2{
	background-image:url(../images/rounded_corners/top.gif);
}
.bottom-2{
	background-image:url(../images/rounded_corners/bottom.gif);
}
.left-2{
	background-image:url(../images/rounded_corners/left.gif);
	margin-left:-2px;
}
.right-2{
	background-image:url(../images/rounded_corners/right.gif);
	margin-right:-5px;
}




.rounded-corners-container-3{
	float:left;
	width:210px;
	min-height:80px;
	height:auto;
}

.top-3, .bottom-3, .left-3, .right-3, .content-3{
	float:left;
}

.top-3, .bottom-3{
	width:210px;
	height:auto;
	min-height:14px;
}

.left-3, .right-3, .content-3{
	min-height:50px; /* Value changes for each browser, except IE6 and lower */
	height:auto !important;
	height:50px;
}

.left-3, .right-3{
	width:17px;
	background-repeat:repeat-y;
}

.content-3{
	width:183px;
}

.top-3{
	background-image:url(../images/rounded_corners/top.gif);
}
.bottom-3{
	background-image:url(../images/rounded_corners/bottom.gif);
}
.left-3{
	background-image:url(../images/rounded_corners/left.gif);
	margin-left:-2px;
}
.right-3{
	background-image:url(../images/rounded_corners/right.gif);
	margin-right:-5px;
}




.rounded-corners-container-4{
	float:left;
	width:210px;
	min-height:100px;
	height:auto;
}

.top-4, .bottom-4, .left-4, .right-4, .content-4{
	float:left;
}

.top-4, .bottom-4{
	width:210px;
	height:auto;
	min-height:16px;
}

.left-4, .right-4, .content-4{
	min-height:140px; /* Value changes for each browser, except IE6 and lower */
	height:auto !important;
	height:140px;
}

.left-4, .right-4{
	width:17px;
	background-repeat:repeat-y;
}

.content-4{
	width:183px;
}

.top-4{
	background-image:url(../images/rounded_corners/top.gif);
}
.bottom-4{
	background-image:url(../images/rounded_corners/bottom.gif);
}
.left-4{
	background-image:url(../images/rounded_corners/left.gif);
	margin-left:-2px;
}
.right-4{
	background-image:url(../images/rounded_corners/right.gif);
	margin-right:-5px;
}

/* End Shadow effect */

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#F00;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3F596D;
	float:left;
}

h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#F00;
}

/* Link styles */

a:link {
	font-size:12px;
	font-weight:bold;
	color:#587681;
	text-decoration: none;
}

a:visited {
	color:#587681;
	text-decoration: none;
	font-size:12px;
}

a:active {
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #96AFAC;
	font-size:12px;
}

/* End Link Styles */

/* End General Styles */

/* Header styles */

#header {
	clear:both;
	overflow:hidden;
}

p.header-red{
	color:#FF0000;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

p.header-blue{
	color:#587681;
	font-weight:bolder;
	text-align:center;
	font-size:18px;
	margin:10px 0 0 800px;
}

p.header-blue2{
	color:#587681;
	font-weight:bolder;
	text-align:center;
	font-size:21px;
	margin:0;
}

p.email{
	text-align:center;
	margin:0 0 0 800px;
	color:#587681;
	font-size:14px;
	font-weight:bolder;
}

p.bold{
	font-weight:bold;
}

#logo{
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	float:left;
	width:400px;
	height:71px;
}

#logo img {
	border:none;
}

.p-logo{
	color:#B1B3B2;
	margin:-40px 0 0 180px;
	text-align:center;
	font-weight:bolder;
	font-size:14px;
}

/* End Header styles */

/* Navigation styles */

#nav {
	float:left;
	margin:-25px 0 0 30px;
	width:980px;
}


#nav ul li {
	list-style:none;
	display:inline;
	margin-left:-30px;
	padding-right:32px;
}

#nav-image img{
	margin-top:-8px;
}

#nav-image ul{
	margin:-80px 0 0 200px;
}

#nav-image ul li{
	list-style:url(../images/li.gif);
}

.nav-image-h1{
	margin:-100px 0 0 175px;
}

#nav-image-content-left{
	float:left;
}

#nav-image-content-right{
	float:right;
}

/* End Navigation styles */

/* Body Styles */

#left{
	float:left;
	width:200px;
	color:#F00;
}

#left ul{
	text-align:right;
}
#left ul li{
	text-align:right;
	list-style-type:none;
	display:inline;
	padding:0 0 0 5px;
	line-height:18px;
}

#left .content a:link {
	font-size:11px;
	font-weight:bold;
	color:#587681;
	text-decoration: none;
}

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

#left a:active {
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
	color: #96AFAC;
}
  
#center{
	float:none;
	width:450px;
	margin: 10px 0 0 250px;
	line-height:16px;
}

.center-general{
	float:none;
	width:700px;
	margin: 10px 0 0 250px;
	line-height:16px;
}

p.center{
	color:#F00;
	font-size:14px;
	font-weight:bold;
}

#right{
	float:right;
	width:250px;
	margin-top:-440px;
}

/* FORM styles */

#form {
	float:right;
	margin:0
	width:250px;
}

#form img {
	float:left;
	padding:10px 5px 5px 0;
}

input {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:14px;
	width:110px;
}

label{
	font-size:11px;
}

textarea
{
	width:110px;
	height:100px;
}

button {
	color:#FFFFFF;
	background-color:#587681;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	float:right;
	margin:0 20px 0 0;
}
.col_1{
	float:left;
	width:20%;
	vertical-align:top;
	padding-top:9px;
}

.col_2{
	float:right;
	width:80%;
	vertical-align:top;
}

/* close FORM styles */

/* Shadow effect */

.rounded-corners-container-form{
	float:left;
	width:250px;
	min-height:100px;
	height:auto;
	margin-top:-425px;
}

.top-form, .bottom-form, .left-form, .right-form, .content-form{
	float:left;
}

.top-form, .bottom-form{
	width:210px;
	height:auto;
	min-height:16px;
}

.left-form, .right-form, .content-form{
	min-height:450px; /* Value changes for each browser, except IE6 and lower */
	height:auto !important;
	height:450px;
}

.left-form, .right-form{
	width:17px;
	background-repeat:repeat-y;
}

.content-form{
	width:183px;
}

.top-form{
	background-image:url(../images/rounded_corners/top.gif);
}
.bottom-form{
	background-image:url(../images/rounded_corners/bottom.gif);
}
.left-form{
	background-image:url(../images/rounded_corners/left.gif);
	margin-left:-2px;
}
.right-form{
	background-image:url(../images/rounded_corners/right.gif);
	margin-right:-5px;
}

/* End Shadow effect */

.suppliers{
	display:inline;
	list-style:none;
	color:#B1B3B2;
	font-weight:bold;
	font-size:14px;
}

/* End Body Styles */

/* Footer styles */

#footer{
	border-top:2px solid #F00;
	width:980px;
	clear:both;
	padding: 10px 0;
}

#footer ul li{
	list-style-type:none;
	display:inline;
	padding: 0 10px;
}

p.copyright{
	color:#F00;
	text-align:center;
	font-size:10px;
	float:left;
	padding-right:90px;
}

p.footer{
	color:#587681;
	float:right;
	margin-top:-60px;
}

#footer a:link {
	font-size:10px;
	font-weight:bold;
	color:#587681;
	text-decoration: none;
}

#footer a:visited {
	color:#587681;
	text-decoration: none;
	font-size:10px;
}

#footer a:active {
	text-decoration: none;
	font-size:10px;
}

#footer a:hover {
	text-decoration: underline;
	color: #96AFAC;
	font-size:10px;
}

/*End footer styles */
