/* @override 
	http://localhost:3000/stylesheets/style.css
	http://gintelus.no-ip.org/stylesheets/style.css
*/

/*** Global Settings ****/
body {font : normal 12px/1.6em Arial, Helvetica, sans-serif;color : #2a3845;margin : 0 auto;padding : 0;
	background: #f4f4f4 url(../images/bg.gif) top center repeat-y;}

p { margin : 0;
	padding: 0 0 15px;
}

a {color : #a43b55;background:none;
	text-decoration: none;
}

#right-column div.sidebar div.box ul li {
	margin-bottom: -15px;
}

#right-column div.sidebar div.box h4 {
	margin-bottom: 0;
}
a:hover {color : #a43b55;text-decoration : underline;background:none;}
h1 { color : #7a2e40;margin: 0px 0px 10px 0px;padding-bottom : 10px;font : normal 17px "Lucida Grande", Lucida, Verdana, sans-serif;border-bottom : 1px solid #efece7;}
h2 {color : #7a2e40;margin : 20px 0 10px;padding-bottom : 10px;font : normal 23px "Lucida Grande", Lucida, Verdana, sans-serif;border-bottom : 1px solid #efece7;}
h3 {color : #7a2e40;margin : 10px 0;padding-bottom : 10px;font : bold 14px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
#main-content ul {padding:0;margin: 0 0 13px 17px;list-style: square url(/images/bullet.gif);
}

#left-column p img {
	display: list-item;
	margin-bottom: 12px;
}
.box {background : #fcfcfc;border : 1px solid #f0e9eb;padding : 15px;
	margin-bottom: 25px;
}

.box img {
	padding: 0 8px 0 0;
	float: left;
}

.more {
	font-size: 11px;
}

/*** Layout ****/
#wrapper {margin : 0 auto;width : 779px;border-left : 1px solid #f0e9eb;border-right : 1px solid #f0e9eb;}
#header {margin : 0 1px;}
#bg {height : 36px;background : url(/images/bg.gif) repeat-x;}
#nav {background : #7a2e40;padding : 10px 20px;text-align : right;color : #f6dde3;}
#nav a:visited, #nav a:link {text-decoration : none;color : #f6dde3;}
#nav a:hover {text-decoration : underline;color : #f6dde3;}
#main-content {margin : 0 auto;}
#logo {margin-bottom : 45px;}
.logotxt1 {font : normal 18px Georgia, serif;color : #fa7393;margin : 10px 0 0 15px;}
.logotxt2 {color : #7a2e40;
	font: normal 41px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#left-column {width : 440px;padding : 0 30px 30px;float : left;
	display: inline;
}
#right-column {width : 270px;float : right;}

#left-column p.crumb { margin-top: 10px; font-size: 9px; padding-bottom: 0;
	letter-spacing: 1px;
	margin-bottom: 23px;
}

#left-column p.crumb a {
	background: url("/images/crumbarrow.gif") right center no-repeat;
	padding-right: 5px;
	margin-right: 5px;
	color: #827F78;
	text-transform: lowercase;

}

.crd a:visited, .crd a:link, .crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
#footer {background : #f7f7f7;border-top : 1px solid #f0e9eb;padding : 10px 15px;clear : both;}

	

/*** SideBAR ***/
#main-image {text-align : center;}
.sidebar {width : 218px;margin : 0 auto;padding : 10px 25px;background : url(/images/shadow.jpg) no-repeat top;}


/*** Table ***/

table.comparison {
	border-collapse: collapse;
	font-size: 90%;
	margin: 0 0 20px 0;
	}
	
table.comparison th.tableTitle {
	padding: 7px 0 7px 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	background-color: #7cc6a9;
	border: 0;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	}

table.comparison th.blank { background-color: #fff; }

table.comparison tr td {
	padding: 4px 15px 4px 6px;
	border-right: 0;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	line-height: 1.4;
	background-color: #f3f3f3;
	}

table.comparison tr.odd td { background-color: #eaeaea; }

table.comparison tr td.rowTitle {
	font-weight: bold;
	text-align: left;
	}
table.comparison p { margin: 0 0 4px 0; }

table.comparison tfoot td {
	background-color: #fff;
	font-size: 90%;
	}		
			
