/*********************************
	1to1MD Stylesheet
	Last Updated: 29-10-04
**********************************/


body {
	margin:0px;
	background-color:#EFEFEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	margin:10px 0px 0px 0px;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	margin:2em 0px .3em 0px;
	font-weight: bold;
	font-size:14px;
	color:#05628E;
	width:98%;
	border-bottom:1px solid #cccccc;
}

#content #home h1 {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	margin:2em 0px .6em 0px;
	font-weight: bold;
	font-size:14px;
	color:#05628E;
	width:98%;
	border-bottom:none;
	margin-bottom:10px;
}

#content #campaign h1 {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	margin:.5em 0px .6em 0px;
	font-weight: bold;
	font-size:14px;
	color:#05628E;
	width:98%;
	border-bottom:none;
	margin-bottom:10px;
}

#content #features h1 {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	margin:1.5em 0px .3em 0px;
	font-weight: bold;
	font-size:14px;
	color:#05628E;
	width:98%;
	border-bottom:none;
	margin-bottom:10px;
}

#content #news h1 {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	margin:1.5em 0px .3em 0px;
	font-weight: bold;
	font-size:14px;
	color:#05628E;
	width:98%;
	border-bottom:none;
	margin-bottom:10px;
}

h2 {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	margin:0em 0px .3em 0px;
	font-weight: 500;
	font-size:12px;
	color:#666666;
	width:75%;
	border-bottom:1px dotted #cccccc;
}

#content h2 {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	margin:2em 0px .3em 0px;
	font-weight: 500;
	font-size:12px;
	color:#666666;
	width:75%;
	border-bottom:1px solid #cccccc;
}


#content #news h2 {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	margin:2em 0px .3em 0px;
	font-weight: 500;
	font-size:12px;
	color:#666666;
	width:100%;
	border-bottom:1px dotted #cccccc;
	}


h3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
}
h4 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom:1px solid #cccccc;
	padding-top:10px;
}

h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom:1px solid #cccccc;
	padding-top:15px;
}

a {
	color:#1F476B;
	text-decoration:none;
}

a:hover {
	color:#146B95;
	text-decoration:none;
}

.pad {
	margin:10px 0px .3em 0px;
	background-color: #666666;
}

.blue {
	color:#05628E;
}

img {
	border:none;
	padding:0;
	margin:0;
}

ul  {
	list-style: circle outside none;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

ul li  {
	margin: 10px 0px 0px 10px;
	padding:0px;
	list-style: cirlce outside none;

}


/*********************************
  Container Items 
**********************************/

#container {
	width:774px;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	padding:0px;
}

#top-logo {
	height:165px;
	background-repeat:no-repeat;
	background-image:  url("../images/imgTop-Logo1.jpg");
}

#top-logo-campaign {
	height:165px;
	background-repeat:no-repeat;
	background-image:  url("../images/imgTop-Logo-Campaign.jpg");
}

#flash {
	height:200px;
	background-image: url("../images/bgHeader-Area.gif");
	background-repeat:no-repeat;
	text-align: center;
}


#top-side-home {
	height:15px;
	width:175px;
	background-image: url("../images/imgSide-Bar-Top-Home.gif");
	background-repeat:no-repeat;
	text-align: center;
}

#top-side-home-resources {
	height:15px;
	width:175px;
	background-image: url("../images/imgSide-Bar-Top-Home-Resources.gif");
	background-repeat:no-repeat;
	text-align: center;
}


#top-side-about {
	height:15px;
	width:175px;
	background-image: url("../images/imgSide-Bar-Top-About.gif");
	background-repeat:no-repeat;
	text-align: center;
}

#top-side-contact {
	height:15px;
	width:175px;
	background-image: url("../images/imgSide-Bar-Top-Contact.gif");
	background-repeat:no-repeat;
	text-align: center;
}



#top-side-features {
	height:15px;
	width:175px;
	background-image: url("../images/imgSide-Bar-Top-Features.gif");
	background-repeat:no-repeat;
	text-align: center;
}

#top-side-news {
	height:15px;
	width:175px;
	background-image: url("../images/imgSide-Bar-Top-News.gif");
	background-repeat:no-repeat;
	text-align: center;
}



#content {
	background-image: url("../images/bgNav.gif");
	background-repeat:repeat-y;
	padding: 15px 27px 15px 27px;
}


#content #home-gradient{
	background-image: url("../images/bgHome-Gradient.jpg");
	background-repeat:repeat-x;
	margin-top:0px;
	padding:10px;
	border:1px solid #cccccc;
	width:95%;
}


#content p {
	line-height:1.4em;
}

#content .bold {
 font-weight:bold;
 text-transform:lowercase;
}

.left {
	position:relative;
	float:left;
	width:98%;
	vertical-align:top;
	padding-left:10px;
}

.right {
	position:relative;
	float:right;
	width:45%;
	vertical-align:top;
	padding-left:20px;
}

.item {
	margin:5px 0px 0px 0px;
	background-color:#EFEFEF;
	font-size:11px;
	padding-top:10px;
	padding-bottom:5px;
}

.item p {
	margin:0px;
	padding:0px 10px 5px 10px;
}

.clear {
	clear:both;
	margin: 0;
	padding: 0;
}

/*********************************
  Navigation Styles 
**********************************/

#Header {
	margin: 0 5px;
	padding: 0;
	height: 85px;
	top: 95px;
	}

#Header ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 770px;
	height: 52px;
	position: relative;
	}
	
#Header ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
	}
	
#Header ul li, #Header ul a, #Header ul strong {
	height: 25px;
	display: block;
	top:95px;
	}

#Header ul a {
	text-indent: -5000px;
	text-decoration: none;
	}

#nav-home-logo {
	left: 180px;
	width: 70px;

}

#nav-home {
	left: 220px;
	width: 55px;

}

#nav-about {
	left: 275px;
	width: 78px;
}

#nav-product {
	left: 350px;
	width: 115px;
}


#nav-contact {
	left: 470px;
	width: 80px;
}

/*********************************
  Form Items 
**********************************/


input {
    font-size:.9em;
}

.field {
    margin-bottom:8px;
}

.field a {
    font-size:.9em;
}

label {
    color:#999;
    font-weight:normal;
    font-size:.9em;
}

label.required {
	padding-left:10px;	
}

textarea, input {
	font-family:arial, sans-serif;
	border-top:solid 1px #aaa;
    border-left:solid 1px #aaa;
	border-bottom:solid 1px #eee;
    border-right:solid 1px #eee;
    background:#fff;
    color:#666;
    padding:2px;
	font-size:11px;
}

textarea:focus, select:focus, input:focus {
    background:#ffe;
}

input.button {
	margin-top:5px;
	border:outset 1px #ccc;
	background-image: url(../../images/steel/bgButton.gif) repeat-x;
}

.button1 {
	margin-top:5px;
	border:outset 1px #ccc;
	background-image: url(../../images/steel/bgButton.gif);
	background-repeat: repeat-x;
	font-weight:bold;
}

input.checkbox, input.radioButton {
    background:transparent;
    border:none;
}
 
/*********************************
  Footer Items 
**********************************/

#footer {
	height:41px;
	font-size:10px;
	background-image: url("../images/bgFooter.gif");
	background-repeat:no-repeat;
	padding: 8px 27px 10px 27px;
	
}

#footer .left {
	position:relative;
	float:left;
	width:48%;
	vertical-align:top;
}

#footer .right {
	position:relative;
	float:right;
	width:48%;
	vertical-align:top;
	text-align:right;
		color:#999999;
		font-size:10px;
		margin-bottom:15px;

}

#footer a {
	color:#999999;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#subnav
{
	margin-top:15px;
	background-color:#ffffff;
	color:#666;

}
#subnav h1 a
{
	color:#333;
	font:bold 11px/1.4em arial, helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none
}
#subnav ul, ul.subnav
{
	color:#333;
	font:11px arial, helvetica, sans-serif;
	margin:5px 5px 0px 0px;
	padding-left:15px;
	list-style-position: outside;
}
#subnav ul a:link, ul.subnav a:link
{
	color:#666666;
	text-decoration:none;
	padding-left: 0px;
	font:11px arial, helvetica, sans-serif;	
	
}

#subnav ul a:hover, ul.subnav a:hover
{
	text-decoration:none;
	font:11px arial, helvetica, sans-serif;
	padding-left: 0px;
	color: #05628E;
}

#subnav ul a:visited, ul.subnav a:visited
{
	color:#666;
	font:11px arial, helvetica, sans-serif;
	text-decoration:none;
	padding-left: 0px;
}

#subnav li, .subnav li
{
	padding-left: 0px;	
	list-style-image:url('../images/icoArrow-Grey.gif');
	margin-left:10px;
	margin-top:10px;
}

#subnav li.active, ul.subnav li.active
{
	list-style-image:url('../images/icoArrow-Grey.gif');
	font-weight:bold
}
#subnav li.highlight a:link, #subnav li.highlight a:visited, ul.subnav li.highlight a:link, ul.subnav li.highlight a:visited
{
	color:#cd7f22;

}

#subnav ul ul
{
	margin-top:0px;
	margin-left:1px
}

.return-error 
{
color: #CC0000;
font-weight:bold;
}
