/*
main.css - style sheet for Samplesaint B2B site
*/

body
{
	background-color: #fff;
	padding: 0px;
	margin: 0px auto;
	min-width: 1000px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: /*"Helvetica Neue",*/ Helvetica, Verdana, Arial;
	font-size: 11px; 
	line-height: 15px;
	color: #666;
	overflow: visible;
	display: block;
}

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a
{
	cursor: pointer;
	text-decoration: underline;
}
a:link {color: #666}      /* unvisited link */
a:visited {color: #637f35}  /* visited link */
a:hover {color: #637f35}  /* mouse over link */
a:active {color: #637f35}  /* selected link */

img
{
	border: none 0px #ffffff;
}

div
{
	/*border: solid 1px black;*/
}

h2
{
	color: #637f35;
	font-size: 12px;
	font-family: "Helvetica Neue";
}

h3
{
	color: #637f35;
	font-size: 11px;
	font-family: "Helvetica Neue"
}

/****** REGISTRATION ******/
.registration
{
	display: none;
	position: absolute;
	top: 200px;
	left: 400px;
	width: 300px;
	border: solid 1px #666;
	background-color: #fff;
	padding: 20px;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 10;
}

.registration h2
{
	float: left;
	font-size: 12px;
}

.registration a
{
	float: right;
	text-decoration: none;
}

.registration table
{
	border: none;
	padding: 0px;
	clear: both;
}

.registration table td
{
	border: 0;
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
}

.registration table td input, .registration table td textarea
{
	border: 0;
	background-color: #dadada;
	margin: 0;
	padding: 1px;
}

.registration table td #Button1 
{
	background-color: #7b9bca; 
	padding: 5px; 
	border: 0; 
	color: #fff;
}
/****** REGISTRATION ******/



/****** MASTER TEMPLATE ******/

body .page
{
	margin: 0px auto 0px auto;
	background-color: #ffffff;
}

body .main
{
	background-color: #ffffff;
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 0px;
}

body .topNav
{
	height: 15px;
	width: 100%;
	margin: 0;
	background-image:url(../images/globalnav_bg.gif);
	background-repeat: repeat-x;
	text-align: right;
}

body .topNav div
{
	display: inline;
	/*float: left;*/
}

body .topNav .topNavItem
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

body .main .header
{
	background-image: url('http://b2b.samplesaint.com/images/topbg.gif');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0x 0px 0px 0px;
	height: 95px;
}

body .main .header .left
{
	float: left;
	text-align: left;
	margin: 10px 0px 0px 10px;
}

body .main .header .right
{
	float: right;
	margin: 10px 10px 0px 0px;
}

body .main div.menu
{	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url('/images/nav_bg.gif') repeat-x;
	height: 27px;
	text-align: left;
	width: 980px;
}

body .main .menu .menuItem
{
	display: inline;
	margin: 0;
	padding: 0;
	height: 27px;
	float: left;
}

body .main .menu img.blue {
	width: 980px;
	float: left;
}

body .main .footer
{
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
}

body .main .footer div
{
	margin: 5px 0px 0px 0px;
}

/****** MASTER TEMPLATE ******/


/****** SUB PAGES ******/
body .main .pageContent
{
	clear: both;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #fff url(/images/p_bg.gif) no-repeat;
	min-height: 450px;
}

body .main .pageContent .pageHeader
{
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 20px;
}

body .main .pageContent .pageHeaderFooter
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

body .main .pageContent .left
{
	float: left;
	clear: left;
	width: 180px;
	padding-left: 20px;
}

body .main .pageContent .left .demo
{
	margin: 15px 0px 0px 0px;
	text-align: left;
}

body .main .pageContent .left .demo1
{
	margin: 10px 0px 0px 0px;
	text-align: left;
}

body .main .pageContent .left .demo .demoHead, body .main .pageContent .left .demo1 .demoHead
{
	margin: 0px 0px 5px 0px;
}

body .main .pageContent .left div
{
	width: 175px;
}

body .main .pageContent .middle
{
	float: left;
	width: 475px;
	text-align: left;
	padding: 0px 50px 5px 50px;
}

body .main .pageContent .middle h3
{
	display: inline;
	margin: 0px 0px 0px 0px;
}

body .main .pageContent .middle p.testimonial
{
	margin: -2px 0 20px 0px;
}

body .main .pageContent .middle .serviceDescription
{
	display: none;
	position: absolute;
	top: 300px;
	left: 330px;
	/*width: 455px;*/
	border: solid 1px #666;
	background-color: #ffffff;
	padding: 35px 10px 35px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 10;
}

body .main .pageContent .middle .serviceDescription a
{
	float: right;
	text-decoration: none;
	cursor: pointer;
}

body .main .pageContent .middle .processDescription
{
	display: none;
	position: absolute;
	top: 300px;
	left: 330px;
	border: solid 1px #666;
	background-color: #ffffff;
	padding: 0px 10px 35px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 10;
}

body .main .pageContent .middle .processDescription img
{
	margin-top: 35px;	
}

body .main .pageContent .middle .processDescription a
{
	text-decoration: none;
	margin: 10px 0px 0px 915px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

body .main .pageContent .middle img
{
	margin: 0px auto 0px auto;
}

body .main .pageContent .right
{
	float: left;
	width: 200px;
}

body .main .pageContent .right div
{
	clear: both;
	width: 175px;
}

/****** SUB PAGES ******/


/******  HOME PAGE STYLES ******/
body .main .homeContent
{
	clear: left;
	width: 100%;
}

body .main .homeContent .demo
{
	clear: none;
	margin: 0px 0px 0px 0px;
	height: 211px;
}

h3.articleHeader
{
	margin: 0;
}

/* LEFT */
body .main .homeContent .left
{
	float: left;
	clear: none;
	width: 320px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background: url(/images/h_pressbg.gif) no-repeat;
}

body .main .homeContent .left h3
{
	padding-left: 1px;
}

body .main .homeContent .left .article
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

body .main .homeContent .left .article .articleHeadline
{
	font-size: 12px;
	font-weight: bold;
}

body .main .homeContent .left .article .articleSource
{
	font-weight: bold;
}

body .main .homeContent .left .article .articleDate
{

}

body .main .homeContent .left .article .articleContent
{

}

body .main .homeContent .left .article .articleContent a.articleReadMore
{
	color: #637f35;
	text-decoration: none;
}

/* MIDDLE */
body .main .homeContent .middle
{
	float: left;
	clear: none;
	width: 320px;
	margin: 0px 0px 0px 10px;
	padding: 0;
	text-align: left;
	background: url(/images/h_aboutbg.gif) no-repeat;
}

body .main .homeContent .middle h3
{
	padding-left: 1px;
}

body .main .homeContent .middle div
{

}


/* RIGHT */
body .main .homeContent .right
{
	float: left;
	width: 320px;
	margin: 0px 0px 0px 10px;
	text-align: left;
	background: url(/images/h_blogbg.gif) no-repeat;
	height: 90%;
}

body .main .homeContent .right h2
{
	color: #666;
}

body .main .homeContent .right h3
{
	padding-left: 1px;
}

body .main .homeContent .right .articleContainer
{
	width: 100%;
}

body .main .homeContent .right .article
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

body .main .homeContent .right .article .articleHeadline
{
	font-size: 12px;
	font-weight: bold;
}

body .main .homeContent .right .article .articleSource
{
	font-weight: bold;
}

body .main .homeContent .right .article .articleDate
{

}

body .main .homeContent .right .article .articleContent
{

}


body .main .articleContainer img.articleImage
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

body .main .articleContainer
{
	width: 475px;
	padding: 0;

}


h2.press {
	padding-bottom: 4px;
	border-bottom: 1px solid #637f35;
	width: 475px;
	margin-top: 0;
}

div.greenline {
	padding: 0 0 5px 0;
	/*margin-bottom: 10px;
	margin-top: -20px;*/
	margin: 10px auto 10px auto;
	border-bottom: 1px solid #637f35;
}

.right h2.case {
	text-align: left;
	padding-left: 7px;
	margin-bottom: 0;
}

.right h2.archive {
	text-align: left;
}

div.archive, div.blogside {
	border-bottom: 1px solid #637f35;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: left;
	color: #363636;
	line-height: 13px;
}

div.blogside {
	border-bottom: none;
}

.articleHeadline {
	font-weight: bold;
}
.readFullArticle
{
	text-align: right;
}
	
div.mainbg {
	background: #fff url(/images/h_mainbg.gif) no-repeat;
	padding-top: 20px;
	height: 363px;
	float: left;
}

div.homebox {
	padding: 10px;
	float: left;
}

img.leftHBoxLine
{
	float: left;
	clear: left;
}

img.rightHBoxLine
{
	float: left;
}

img.homeabout 	{
	margin-bottom: 6px;
}

.aboutContent 	{
	line-height: 13px;
}

p.learn {
	text-align: right;
	border-bottom: 1px solid #637f35;
	padding-bottom: 3px;
}

h2.blog {
	margin-top: 0;
}

*html body .main .homeContent .right
{
	float: left;
	width: 320px;
	margin: 0px 0px 0px 6px;
	text-align: left;
	background: url(/images/h_blogbg.gif) no-repeat;
	height: 90%;
}

*html body .main .homeContent .middle
{
	float: left;
	clear: none;
	width: 320px;
	margin: 0px 0px 0px 6px;
	padding: 0;
	text-align: left;
	background: url(/images/h_aboutbg.gif) no-repeat; }

.registration table td #Button1:hover
{
	background-color: #cadc8a; 
	padding: 5px; 
	border: 0; 
	color: #fff;
}

.registrationRequiredField
{
	color: #ff0000;
}

table.ca
{
        width: 492px;
        text-align: center;
		font-size: 11px;
		border: none;
		margin: -2px 0 20px -2px;
		color: #000;
		
}
 
table.ca td
{
        border: solid 1px #ffffff;
		padding: 10px;
		width: 50px;
}
 
table.ca td.tech
{
        text-align: left;
		width: 195px;
}
 
table.ca tr.caHeader
{
        background-color: #84a450;
        color: #ffffff;
        font-weight: bold;
}
 
table.ca tr.caRow0
{
        background-color: #daecb5;
}
 
table.ca tr.caRow1
{
        background-color: #f6ffe3;
}

#overlayBackground
{
	display: none;
	background-color: rgb(50,50,50);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: none;
	overflow: visible;
	z-index: 5;
}
















































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
