/* CSS Document */


.sw {	
display:none;
font-size:5%;
}
html {
	padding:0px;
	margin:0px;
        height:100%;
}

body { 
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:1022px;
        min-height:100%;
	background-color:#a70041;
	border-left: solid 1px #de4970;
	border-right: solid 1px #de4970;  
}

/* style for IE6 */
* html html {
	padding:0px;
	margin:0px;
	height:100%;
}

/* style for IE6 */
* html body { 
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:1022px;
	height:100%;
	background-color:#a70041;
	border-left: solid 1px #de4970;
	border-right: solid 1px #de4970;  
}

/* header */
#header {
	width:1022px;
	height:73px;
	background-image:url(/img/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#logo_header {
	width:198px;
	height:50px;
	float:left;
}

#tel_number_block {
	float:right;
	padding:20px 60px 0 0;
}