body  {
	background : #2D469A url(/images/body-bg.png) repeat-x center top;
	font-family: tahoma, verdana, arial;
	margin : 0 0 0 0;
}

a,a:visited,a:active {
	font-family: Tahoma, Verdana, Arial, Geneva;
	font-size: 14px;
	color: #5b5b5b;
	text-decoration: none;
}

a:hover {
        font-family: Tahoma, Verdana, Arial, Geneva;
        font-size: 14px;
        color: #2D469A;
        text-decoration: none;
}


h4 {
	font-family: tahoma,verdana, helvetica, geneva;
	font-size: 14px;
	color: #5b5b5b;
	margin-bottom: 10px;
}


#wrapper-bg  {
	background : url(/images/container-bg.png) repeat-y center top;
	min-height : 100%;
	height : auto !important ;
	height : 100%;
	width : 872px;
}

#container {
	background-color: #ffffff;
	padding: 12px;
	height: 100%;
	width: 800px;
}	

#header {
	height: 80px;
	width: 776px;
}

#navigation .start {
	background : #29363e url(/images/nav-leftcorner.png) repeat-x top left;
	width: 8px;
	height: 34px;
}

#navigation .end {
        background : #29363e url(/images/nav-rightcorner.png) repeat-x top right;
        width: 8px;
        height: 34px;
}

#navigation {
	width: 776px;
}

#navigation th {
        background : #29363e url(/images/nav-bg.png) repeat-x center top;
	font-size: 13px;
	height: 34px;
	text-align: center;
	color: #5B5B5B;
}

#content {
	width: 776px;
}


#footer {
	width: 776px;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
}


#whyus {
	width: 776px;
}

#whyus td {
	padding: 12 12 15 12px;
	font-size: 15px;
}	


.title {
        padding: 15px;
        font-family: tahoma, arial, helvetica;
        font-size: 30px;
        font-weight: none;
        color: #ffffff;
}

.content-screenshot-window {
	padding: 12px;
	font-family: tahoma;
	font-size: 14px;
	color: #5b5b5b;
}


#main-list li {
	font-family: tahoma, arial, helvetica;
	font-size: 18px;
}

#window-shopper {
	width: 776px;
}

.gentable {
	width: 100%;
}

.gentable .header {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #000000;
	padding: 5px;
	color: #000000;
}

.gentable .even {
	background: #E8E8E8;
	font-size: 13px;
	padding: 10px;
}

.gentable .odd {
	background: #f1f1f1;
	font-size: 13px;
	padding: 10px;
}

.gentable .group {
	font-size: 13px;
	background: #C0C0C0;
	padding: 5px;
}

.gentable .subheader {
        font-size: 13px;
        background: #ffffff;
        padding: 10px;
}


.input-text {
	border: 1px solid #000000;
	width: 100px;
	font-size: 11px;
	font-family: "lucida grande", 'lucida sans unicode', verdana, arial, sans-serif;
}	

.input-submit {
	border: 1px solid #000000;
        font-size: 11px;
        font-family: "lucida grande", 'lucida sans unicode', verdana, arial, sans-serif;
	
}

.error_box {
	border: 1px dashed #5b5b5b;
	background-color: #f4f4f4;
	font-size: 13px;
	padding: 12px;
        font-family: "lucida grande", 'lucida sans unicode', verdana, arial, sans-serif;

}

.error_box li {
	list-style-image: url('/images/icon-errorbox.png');
	font-weight: bold;
	color: #FF0000;
        font-family: "lucida grande", 'lucida sans unicode', verdana, arial, sans-serif;
}

.success_box {
	border: 1px dashed #5b5b5b;
	background-color: #f4f4f4;
	font-size: 14px;
        font-family: "lucida grande", 'lucida sans unicode', verdana, arial, sans-serif;
	padding: 12px;
}

.success_box li {
        list-style-image: url('/images/icon-successbox.png');
        font-weight: bold;
        color: green;
        font-family: "lucida grande", 'lucida sans unicode', verdana, arial, sans-serif;
}

fieldset { -moz-border-radius: 8px; border-radius: px; }
