/* -------------------------------------------------------------------------------- */
/* styling */
*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555; 
	background-color: #fff; 
	line-height: 1.4;
}
img
{
	display: block;
	border: 0;
}
#menu 
{
	margin: 0;
	background-color: #0c60a9;
	text-align: left;
	
}
#menu #menulinks
{
	padding: 6px 10px;
	float: left;
}
#menu #menulogin
{
	padding: 6px 10px;
	float: right;
}
#menu .sep
{
	margin: 0 12px;
	color: #FFFFFF;
	


}
#footer
{
	border-top: 1px solid #bbb;
	color: #9b9b9b;
}
#footer #footerlinks
{
	padding: 6px 10px;
	float: left;
}
#footer .sep
{
	margin: 0 12px;
	color: #9b9b9b;
}
#footer #copyright
{
	padding: 6px 10px;
	float: right;
}
.divider
{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
h1, h2, h3, h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #074D89;
	margin-top:10px;
}
h1
{
	font-size: 16px;
}
h2
{
	font-size: 14px;
}
h3 
{
	font-size: 12px;
}
h4 
{
	font-size: 11px;
}
p, ul
{
	margin-top: 10px;
}
li
{
	margin-left: 30px;
}
#right 
{ 
	color: #9b9b9b;
}
.quotetitle
{
	font-weight: bold;
}
.quotetext 
{
	font-style: italic;
	width: 130px;
}
.quotename 
{
	color: #9b9b9b;
	font-weight: bold;
}
.quoteimage
{
	float:right;
}


/* -------------------------------------------------------------------------------- */
/* href styling */
a:link,
a:visited
{
	color: #000;
}
a:hover,
a:active
{
	background-color: #ddd;
}
#menu a:link, 
#menu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover,
#menu a:active
{
	color: #CCCCCC;
	background-color: #0C60A9;
}
#left a:link, 
#left a:visited
{
	text-decoration: none;
}
#left a:hover,
#left a:active
{
text-decoration: underline;
background-color: #FFF;
}
	
	
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited
{
	color: #074D89;
	text-decoration: none;
}
h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active
{
	background-color: #FFF;
	text-decoration: underline;
}
#footer a:link,
#footer a:visited
{
	color: #9b9b9b;
	text-decoration: none;
}
#footer a:hover,
#footer a:active
{
	color: #CCCCCC;
	background-color: #FFF;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------------- */
/* layout */
body 
{	
	text-align: justify; 
}
#pagecontainer
{
	min-width: 400px;			/* for full width liquid CSS layouts */
	border: 1px solid #BBB; 
	width: 750px;				/* total width, can be 100% */
	/* margin: 20px -1px; this is a border with marginal compensation to stop scroll bars */
	margin: 5px auto;
	text-align: left;
}      
#outer 
{
	border-left-width: 150px;	/* left column width */
	border-left-color: #FFF;	/* left column colour */
	border-right-width: 0px;	/* right column width */
	border-right-color: #FFF;	/* right column colour */
	background-color: #FFF;		/* center column colour */
}
#left 
{
	width: 140px;				/* left column width */
	margin-left: -150px;		/* _negative_ left column width */
	padding: 5px;
}
#right 
{
	width: 150px;				/* right column width */
	margin-right: -150px;		/* _negative_ right column width */
}
.vertspacer, #header, #footer
{
	background-color: #fff;		/* header and footer colours */
}
/* Main code */
#outer 
{ 
	width: auto; 
	border-left-style: solid; 
	border-right-style: solid; 
}
#inner 
{ 
	margin: 0; 
	width: 100%; 
}
#left 
{	
	float: left; 
	position: relative; 
	z-index: 10; 
}
#right 
{ 
	float: left; 
	position: relative; 
	z-index: 11; 
}
#center
{ 
	float: left; 
	width: 100%; 
	position: relative; 
	z-index: 12; 
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
.vertspacer, #header, #footer 
{ 
	width: 100%; 
	position: relative; 
	z-index: 13; 
}
.vertspacer
{
	height: 2px;
	background-color: #DF002B;
	font-size: 1px;
	line-height: 0;
}
.clear { 	
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* Mozilla code */
#outer > #inner { border-bottom: 1px solid transparent; }
#left { margin-right: 1px; }
#right { margin-left: 1px; }
#center { margin: 0 -3px 0 -2px; }

/* padding for content within column areas */
.content-inset
{
	padding: 0px;
}
.content-inset-right
{
	padding: 0 5px 0 10px;
}

.content-inset-logo
{
	padding: 10px 10px 10px 10px;
}

/* Request Demo */

#contact
{
	background: url(/../products/images/dtnextflower.png) no-repeat 450px 12px;
	height: 100px;
	margin-top: 20px;
	padding-left: 12px;
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 1px 0 0 0;
}



/* Styling for parnter logos and text in products side menu*/

.partner_logo { float:left; padding: 5px 0 0 10px}

