/* CSS Document */
html { 
	height: 100%; 
}

body {
    background:#666666;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;  /* for firefox and opera */
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: 0px #FFFFFF none;
}

#outer {
	margin: 0px auto;
	padding: 0px 0px 0px 20px;
	width: 820px;
	min-height: 510px;
	background-image:url(../images/border-bg.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 800px;
	height:70px;
	padding: 0px;
	margin-bottom: 0px;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-x;
	
	border-bottom: 4px #BF272E solid;
	position: relative;
}

#menu-container {	
	position: absolute;
	bottom: 0;
}


#main-container {
	width: 800px;
	height: auto;
	padding: 0px;
	background-color:#FFFFFF;
	position: relative;
}

#main-sidebar-left {
	float: left;
	width: 260px;
	height: 100%;
	margin: 0;
	padding: 0px;
	position:relative;
	
}

#main-sidebar-left #top{
	width: 100%;
	position:absolute; 
	top: 0px; 
	left: 10px;
}


#other-text-container{
	padding-left: 310px;
}

.quote-answers{
	padding: 0px 0px 0px 20px;
}



/* ---------------------- */
/* ---  border stuff  --- */
/* ---------------------- */


#footer-white-to-red {
	height: 100%;
	background-image:url(../images/foot-border-red-top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width: 800px;
}

#footer-white-to-grey {
	width: 800px;
	background-image:url(../images/foot-border-white.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
}

#footer-border {

	margin: 0px auto;
	padding: 0px 0px 0px 20px;
	width: 820px;
	background-image:url(../images/border-bottom-bg.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

/* -------------------------- */
/* --- text and formating --- */
/* -------------------------- */
.headerRed{
	color: #BF272E;
	font-size: 20px;
	line-height:20px;
}

.defaultTitle{
	color: #BF272E;
	font-size: 12px;
	line-height: 20px;
}

.defaultText{
	color: #333333;
	font-size: 12px;
}

a{
	color: #666666;
	text-decoration:none;
}

a:hover{
	color: #BF272E;
	text-decoration:underline;
}

.defaultTextSm{
	color: #333333;
	font-size: 11px;
}


.defaultTextRed{
	color: #BF272E;
	font-size: 12px;
}

.defaultTextGrey{
	color: #666666;
	font-size: 12px;
}

.defaultTextGreen{
	color:#94BE7E;
	font-size: 12px;
}


/* -------------------------- */
/* ------ Services List ----- */
/* -------------------------- */


#servicesLinks ul {
	list-style-type:none;
	font-size: 13px;
	width: 100%;
	margin-top: 10px;
}

#servicesLinks ul li{
	padding-right: 40px;
	padding-bottom: 10px;
	color: #BF272E;
}


#servicesLinks ul li a{
	color:#666666;
	text-decoration:none;
}

#servicesLinks ul li a:hover{
	color: #BF272E;
	text-decoration:underline;
}


/* -------------------------- */
/* ------ Projects List ----- */
/* -------------------------- */

#productList {
	padding-top:10px;
}

#productList ul {
	list-style-type:none;
	width: 480px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	
} 

#productList li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	clear:right; /* New line */
	
	
}

#productList li a { 
	border: 2px solid #EEEEEE;
	height: 98px;
	color: #0066FF;
	display: block;
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
	cursor: pointer;
	
	width:480px;

	
}

 * html #productList li a {  /* make hover effect work in IE */
	width: 480px;
}

#productList li a:hover {
	border: 2px solid #BF272E;
}

#productList a i {
	float:left; /* New line */
	margin:0px;
	line-height: 16px;
	width: 250px;
	/*height: 90px;*/
	color: #BF272E;
	font-size: 12px;
	padding: 5px 0px 0px 200px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-style:normal;
}

#productList a em{
	float:left;
	font-size: 11px;
	line-height: 16px;
	width: 250px;
	color: #999999;
	padding: 0px 0px 0px 200px;
	font-style:normal;
}

#productList .featuresText{
	float:left;
	color: #666666; 
	font-size: 11px; 
	text-decoration:none;
	width: 270px;
	line-height: 16px;
	padding-left: 200px;
}

/* -------------------------- */
/* ------   Buttons     ----- */
/* -------------------------- */
.btnStandard {
	background-color:#FFFFFF;
	border: 1px solid #BF272E;
	color:#BF272E;
	font-size: 16px;
}

/* -------------------------- */
/* ------   Text boxes  ----- */
/* -------------------------- */

.box{
	color: #333333;
	font-size: 12px;
	margin-top: 2px;
}

/* -------------------------- */
/* ------   for SPAM    ----- */
/* -------------------------- */
#checkUser {
	display:none;
}

/* -------------------------- */
/* ------   for HRs    ----- */
/* -------------------------- */

hr {
	color: #BF272E;
	width: 90%;
	border: 0px;
	height: 1px;
	margin-bottom: 5px;
}



