
/*-- Body 
--------------------------------------------------------*/

html {
	height:100%;
}

body {

     background-image:url('/imgs/left_bg.jpg');
     background-repeat:no-repeat;
     background-position:0px 0px;
     background-color:#4C4C4C;
     padding:0px;
     margin:0px;
     height:100%;
}


body, td {
	font-family:arial;
	line-height:150%;
	font-size:12px;
	color:#333333;
}

td {
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6, p {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	line-height:150%;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:14px;
}

ol, ul {
	padding-top:0px;
	margin-top:0px;
}

a {
	color:#4C4C4C;
}

a:hover {
	color:#6699FF;
	text-decoration:none;
}

.header_link {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	line-height:150%;
	font-size:14px;
	font-weight:bold;
	color:#4C4C4C;
}

/*-- Content 
--------------------------------------------------------*/

.content_part {
	border-collapse:collapse;
	width:100%;
	height:100%; 
	position:relative;
	z-index:3;
}

.content_part .left_column{
	border-collapse:collapse;
	background-image:url('/imgs/bottom_bg.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0px;
	width:158px;
	z-index:3;
	border-bottom:0px solid red;
}

.content_part .left_column form{
	display:block;
	padding:0px;
	margin:0px;
	margin-bottom:60px;
	width:158px;
	overflow:hidden;
	margin-top:470px;
}

.content_part .left_column form table{
	blorder:collapse:collapse;
}

.content_part .left_column form td{
	vertical-align:middle;
	height:25px;
	padding:2px;
	text-align:right;
}

.content_part .left_column form .text{
	width:142px;
	background-image:none;
	border:1px solid gray;
}

.content_part .left_column form .button{
	border:1px solid gray;
	background-color:white;
}
.content_part .left_column .left_menu{
	width:158px;
	display:block;
	z-index:3;
}

.content_part .right_column{
	background-image:none;
	background-color:#E5E5E5;
	padding:0px;
	padding-bottom:49px;
	width:100%;
}

.content_part .right_column .top_menu{
	background-image:url('/imgs/top_bg.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#4C4C4C;
	height:68px;
}

.content_part .right_column .top_menu_end{
	background-image:url('/imgs/top_bg_end.jpg');
	background-position:0px 0px;
	background-color:#4C4C4C;
	height:68px;
}

.content_part .right_column .inner_page_block {
     margin-top:33px;
     padding-right:15px;
     margin-left:70px;
     margin-bottom:20px;
     width:630px;
}

.logo {
	position:absolute;
	z-index:5;
	background-image:url('/imgs/sante_logo.png');
	background-repeat:no-repeat;
	display:block;
	left:0px;
	top:0px;
	cursor:pointer;
}

.logo img{
	border:0px;
}


/*-- Product info 
--------------------------------------------------------*/

.product_info {
	border-collapse:collapse;
	margin-bottom:40px;
	width:750px;
}

.product_info .text, .product_info .image_right {
	padding:0px;
}

.product_info .text {
	padding-right:32px;
	text-align:left;
}

.product_info .text_2 {
	text-align:left;
}

.product_info .image_right {
	text-align:right;
}

.product_info .text_right {
	text-align:left;
}

.product_info .image_right img{
	border:0px;
}


.product_info .buy {
	display:block;
	padding-top:10px;
	width:30px;
}


.images {
	border-collapse:collapse;
	margin-bottom:10px;
	width:670px;
}

.images td{
	width:25%;
	text-align:center;
}

.images .first {
	text-align:left;
}

.images .last {
	text-align:right;
}

/*-- Index design 
--------------------------------------------------------*/

.index_page .right_column{
/*--	background-image:url('/imgs/home.jpg');  ---*/
	background-repeat:no-repeat;
/*--	background-position: 50px 110px; --*/
}

.index_page_block {
	margin-top:87px;
	padding-right:15px;
	/*--width:662px;--*/
	position:relative;
}

.index_page_block h1{
	font-family:arial;
	color:#4C4C4C;
	font-size:20px;
	text-transform:uppercase;
	text-align:right;
	display:block;
	padding-top:37px;
}

.index_page_block h2{
	font-family:arial;
	color:#4C4C4C;
	font-size:18px;
	text-transform:uppercase;
	text-align:right;
	display:block;
	padding-top:180px;
	padding-bottom:0px;
	margin-bottom:0px; 
}

/*-- Footer 
--------------------------------------------------------*/

.footer {
	position:relative;
	height:29px;
	overflow:hidden;
	margin-left:158px;
	z-index:11;
	margin-top:-29px;
	background-color:#4C4C4C;
}

.footer p{
	font-size:10px;
	display:block;
	text-align:center;
	width:730px;
	color:#ffffff;
	line-height:11px;
	padding:3px;
	position:absolute;
	white-space:nowrap;
}
.footer a{
	color:#ffffff;
}

.footer a:hover{
	color:#8AC9FF;
}

.footer span{
	position:absolute;
	left:730px;
	top:3px;
	line-height:11px;
	padding:3px;
	font-size:10px;	
	z-index:2;
}

.footer span a{
	color:#ffffff;
}

.footer span a:hover{
	color:#8AC9FF;
}


.footer .counter{
	margin-left:877px;
	top:0px;
	margin-top:-1px;
	z-index:11;
	width:150px;
	height:29px;
}
