/* - - - - - - - - - - - - - - - - - - - - -

Title : index page components
Author : Hugo Vieira
URL : http://www.desital.pt

Version : v0.01

- - - - - - - - - - - - - - - - - - - - - */


/* left side
   --------- */

.main {
	width: 500px;
	text-align:justify;
}

	.main img{border:0px;}
	.main div.preview{height:500px; width:500px;}
	.main div.feactures{height:120px; width:500px;}
	
.main h3 {background-color:#7A3D17;}

	.left_side {
		width: 230px;
		padding-left:20px;
	}
				
	.right_side {
		width: 240px;
	}

		
/* right side
   ---------- */
		
.right {
	width: 269px;
	padding-left:5px;
	background: #FFF url(../images/dotted.gif) left repeat-y;

}

p.justify{ text-align:justify}
div.demos{ color:#6E6310; font-size:15px; padding-top:10px; font-weight:bold}
div.options{ color:#7A3D17; font-size:15px; padding-top:10px; font-weight:bold}

