﻿
/* sponsorwise master page
---------------------------------------------------------------------------- */

#sw_container {
	position:absolute;
	left:50%;
	top:0px;
	width:740px;
	height:100%;
	margin-left:-370px;
}

#sw_header_content {
	position: absolute;
	left:10px;
	top:0px;
	width:210px;
	height:74px;
	background-image: url('../Images/sponsorwise_landing_logo.gif');
}

#sw_content_left 
{
    position: relative;
    top: 0px;
    left: 0px;
	background: transparent url('../Images/column_left.gif') repeat-y scroll 0px;
	background-repeat: repeat-y;
	z-index: 100;
}

#sw_content_content {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 10px 20px 10px 20px;
}

#sw_content_right {
    position: relative;
    top: 0px;
    left: 0px;
	background: transparent url('../Images/column_right.gif') repeat-y scroll 100% 0px;
	background-repeat: repeat-y;
	z-index: 100;
}

#sw_header_menu {
    margin-top: -13px;
    position: relative;
    margin-right: 9px;
	top:0px;
	left: 0px;
    z-index: 200;
}

#sw_header_content_bg {
    position:relative;
	top:0px;
	margin-left:10px;
	width: 720px;
	height:88px;
	background-image: url('../Images/sponsorwise_landing_logo_bg.gif');
	background-repeat: repeat-x;
	border-bottom: solid 1px #003167;
}

#sw_footer {
    border-top: solid 1px #999999;
	width: 740px;
	height:50px;
	text-align: center;
	padding-top: 10px;
}

/* base extensions and overrides
----------------------------------------------------------------- */

/*
body, th, td, div, p, ul, ol, dl {
	color:#333;
	font: 11px/16px Arial, Helvetica, sans-serif;
}
*/
/*
body {
	background:#fff;
	border:0;	
}
*/

#sw_noMenu { height: 13px; }
