* {
	border:0;
	padding:0;
	margin:0;
	color:#000;
	font-size:97%;
	font-family: Helvetica Neue, Helvetica, sans-serif, Arial, Verdana;
}

body {
	background: url("/images/v_bkg.gif") repeat center top;
	padding-bottom:40px;
}


h1,h2,h3{
	font-family: Helvetica Neue, Helvetica, sans-serif, Arial, Verdana;
	text-transform:uppercase;
	color:#000;
}

h1 {
	font-size:160%;
	margin-bottom:20px;
}

h2 {
	font-size:130%;
	margin-bottom:10px;
	color:#af328a;
}

h3{
	font-family:Arial Narrow, Arial;
	font-weight:normal;
	font-size:130%;	
	margin-bottom:10px;
	margin-top:-12px;
	color:#666;
}

p{
	text-align:justify;
	margin-bottom:20px;
	font-size:100%;
	line-height:150%;
}

.small{
	
	color:#aaa;
	font-size:80%;
}

p.quote{
	
	color:#aaa;
	font-size:120%;
	font-style:italic;
	padding-left:20px;

}
p.author {
	color:#000;
	font-size:80%;
	float:right;
	margin-top:-20px;
}




hr {
	height:22px;
	border:0;
	background:#000;
	

}

#content hr{
	height:2px;
	margin-bottom:40px;
}

img {
	border:0;
}


br.clear {
	clear:both;
}


ul{
	margin-left:18px;	
	margin-top:8px;
	
}

li{
	margin-bottom:7px;
	
}

ul.vivir {
	list-style-image:url(/images/list_point.gif);
}

ul.vhome {
	list-style-image:url(/images/home/list_point.gif);
}

ul.vstyle {
	list-style-image:url(/images/style/list_point.gif);
}

ul.vshop {
	list-style-image:url(/images/shop/list_point.gif);
}
	




#header {
	position:relative;
	height:145px;
	padding:0 5px;
	background: url('/images/shadow_top.gif') no-repeat top center;
}

#logo {
	position:relative;
	margin:0px;
	top:30px;
	left:20px;
}

#header div.links {
	float:right;
	margin-right:5px;
	margin-top:20px;	
}

#header div.links a img {
	border:0;
}

#wrapper {
	background:#fff url('/images/shadow_left_right.gif') repeat-y 0px 0px;
	width:1010px;
	margin:30px auto 0px auto;
}







#menu {
	position:relative;
	float:left;
	width:220px;
}

#menu ul{
	padding-bottom:6px;
	padding-top:10px;
	margin-left:0px;		

}



#menu ul li {
	list-style:none;
	margin-bottom:4px;
	line-height:110%;
}

#menu ul li ul{
	margin-top:2px;
	margin-left:0px;
	padding-bottom:0px;
	display:none;
}

#menu ul li ul li a {
	padding-left:35px;
}

#menu ul li.active ul{
	display:block;
	background-color:#eee;
} 

#menu ul li a{
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 20px;
	text-transform:uppercase;
}

#menu ul li a.active,
#menu ul li a:hover,
#menu ul li a:active{
	margin:0;
	
	background:#eee url("/images/vivir/menu_active.gif") no-repeat 0px 5px;	
}









#mainBody {
	width:1000px;
	position:relative;

	top:0px;
	left:5px;
	border-bottom:1px solid #000;
	border-top:20px solid #000;
}

div#content {
	float:right;
	position:relative;
	padding:22px 30px 22px 30px;
	width:720px;
}


object#content {
	width:780px;
	position:relative;
	float:right;
}

#footer {
	height:106px;
	position:relative;
	padding:2px 5px 0px 5px;
	background: url('/images/shadow_bottom.gif') no-repeat bottom center ;	
}

#footer div.links {
	position:relative;
	z-index:1;
	width:780px;
	padding-top:10px;
	padding-left:220px;
	text-align:center;

}

#footer div.links img{
	margin-right:10px;
}

.copyright {
	color:#999;
	font-size:11px;
	position:relative;
	margin:auto;
	display:block;
	width:1000px;
}


/* DIFFERENT HEADER COLOURS */
h3 a{
	font-family:Arial Narrow, Arial;
	font-weight:normal;

	margin-bottom:10px;
	margin-top:-12px;
	color:#666;
	text-decoration:none
}
h2 a{
	text-decoration:none
}
.vhome,
.linkblock .vhome a{
	color:#0eb8e9;	
}

.vshop,
.linkblock .vshop a{
	color:#ee33c6;
}

.vstyle,
.linkblock .vstyle a{
	color:#ebaa32;
}

.vivir{
	color:#af328a;
}

/* CONTENT */


div.intro {
	height:456px;
}

img.left{
	position:relative;
	float:left;
	padding:0;
	margin-right:20px;
	margin-bottom:30px;
}

.half_block {
	width:350px;
}

img.right {
	position:relative;
	padding:0;
	margin-bottom:30px;
}

.right {
	float:right;
	width:350px;
}

.left {
	float:left;
	padding-right:30px;
}


