@import url("fonts.css");
@import url("headers.css");
@import url("links.css");
body {
	margin: 0px;
	padding:0px;
        /*Page backround*/
	background-image: url(/imgs/backgrounds/grey_gradient.jpg);
	background-repeat: repeat-x;
	background-color:#C1C1C1;
	/* scrollbar colour */
	scrollbar-face-color: #DFDFDF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #990000;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;

}
#page_holder {
	margin:0 auto;
	width: 900px;
	height: 450px;
	z-index: 1;
	position:relative;	
	vertical-align: top;
}
/* Logo and Backround */
#swirl {
	position:absolute;
	background-image:url(/imgs/backgrounds/swirl.jpg);
	background-repeat: no-repeat;	
	z-index: -100;
	left: 72px;
	top: -20px;
	visibility: visible;
	width: 880px;
	height: 450px;
}
#sks_logo {
    border: 0px;
}
/* Menu Red Bar */
#red_bar {
	position: inherit;
	clear:both;
	height:39px;
	background-image:url(/imgs/backgrounds/red_toolbar.jpg);
	background-repeat:no-repeat;
	color:#D79791;
}
.quicklink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
	height: 18px;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #BCBCBC;
}
.search_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
	background-color: #FFFFFF;
	height: 14px;
	width: 145px;
	padding:0px;
	margin-bottom:1px;
	margin-top:2px;	
	border: none;
}
.search_table {
	background-image:url(/imgs/backgrounds/search_field.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	padding:0px;	
	height: 20px;
	width: 171px;
	border: none;
	text-align:center;
	vertical-align:top;
}
.quicklink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
	height: 18px;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #BCBCBC;
}
.category_header {
	background-color: #962218;
	color:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-left: 5px;
}
.subcategory_header {
	background-color: #6B6B6B;
	color:#FFFFFF;	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
}
.subsubcategory_header {
	background-color: #F3F3F3;
	color: #5B5B5B;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-left: 15px;
}
/* Menu Red Bar End */

/* Footer */
#footer_details_top {
	margin-top:0px;
	background-image:url(/imgs/panels/footer_details_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:870px;
	height:8px;
	clear:both;
}
#footer_details_middle {
	background-image:url(/imgs/panels/footer_details_middle.jpg);
	background-repeat:repeat-y;
	padding-top:1px;
	padding-bottom:1px;
	padding-left: 10px;
	padding-right: 10px;
	width:850px;
	clear:both;
	color:#888888;
	font-size:10px;
	height:28px;
	line-height: 14px;
}
#footer_details_bottom {
	background-image:url(/imgs/panels/footer_details_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:870px;
	height:8px;	
	clear:both;	
}
#page_footer {
	background-image: url(/imgs/backgrounds/footer.gif);
	background-repeat:no-repeat;
	height:12px;
	margin-bottom:15px;	
}
br.clear {
	height:0;
	line-height:0;
	font-size:0;
	clear:both;
}
/* Footer End */
/* Main Body of Page */
#page_background {
	background-color:#FFFFFF;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;		
	height:auto;
	float: left;
	clear: both;
	width:870px;
}
#all_panel_top {
	margin-top:10px;
	background-image:url(/imgs/panels/top_all.jpg);
        background-repeat:no-repeat;
        width:870px;
        height:8px;
        clear: none;
}
#all_panel_bottom {
	margin-bottom:10px;
	background-image:url(/imgs/panels/bottom_all.jpg);
        background-repeat:no-repeat;
        width:870px;
        height:8px;
        clear: none;
}
#all_panel_middle {
	background-image:url(/imgs/panels/middle_all.jpg);
        background-repeat:repeat-y;
        width:870px;
        clear: none;
}
/* footer */
.text {
	color:#3C444C;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.text a:hover {
	color:#990000;
	text-align:justify;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text a:visited {
	color:#A1A1A1;
	text-align:justify;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text a:active {
	color:#990000;
	text-align:justify;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text a:link {
	color:#3C444C;
	text-align:justify;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Standalone Homepage */
.standalone img {
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	float:right;
}
.standalone {
	color:#3C444C;
	text-align:justify;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:12px;
}
.standalone a {
	color:#3C444C;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.standalone a:hover {
	color:#990000;
	text-align:justify;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}