/*
For some strange reason, this allows for body to have a margin-top and to displace its background accordingly
Therefore, this must be added to all templates with body background images in order to make the top toolbar work properly.		
*/
html{background: white}

/* TAGS */
a
{
	text-decoration: none;
	color: #025781;
}

h1,h2,h3
{
	font-weight: normal;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

h1
{
	color: #025781;
	font-size: 2em;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.2em;
}

/* LAYOUT */
body
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	background: white url('../img/body_bg.jpg') repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

#frame
{
	margin: auto;
	padding: 0;
	height: auto;
	background: url('../img/frame_bg.jpg') no-repeat top right;
	width: 770px;
	border-top: 0;
}



#header
{
	width: 169px;
	padding-top: 140px;
	margin-top: 108px;
	background: url('../img/logo.jpg') no-repeat 50% 0;
	float: left;
}

#header h1
{
	display: none;
}


#menu
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}

#menu li
{
	margin-bottom: 8px;
	padding-right: 16px;
}

#menu a
{
	color: #34637b;
	text-decoration: none;
	font-size: 18px;
}

#menu li.active
{
	background: url('../img/arrow.gif') no-repeat 100% 60%;
}

#menu a:hover
{
	color: #999;
}

#menu li ul
{
	display: none;
}

#content
{
	float: right;
	width: 570px;
	margin-right: 20px !important;
	margin-right: 10px;
	
	padding:     20px;
	width:       530px;
	padding-top: 5px;

	text-align: justify;
	line-height: 1.5em;
}

#pillow
{
	height: 50px;
}

#footer
{
	clear: both;
	font-size: 0.8em;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-left: 160px;
}

#footer a
{
	color: #444;
}

#footer p
{
	margin: 0;
}

#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#footer li ul
{
	display: inline;
}

#footer li
{
	display: inline;
	font-weight: normal;
}

#footer li a
{
	border-right: 1px solid #999;
	padding: 0 12px 0 12px;
}

#footer li.active
{
	font-weight: bold;
}



/* MAIN PAGE COMPONENTS, THIS IS DONE TO COMPLY VALIDATION */
#title
{
	text-align: center;
	padding: 50px 60px 70px 60px;
}

#title h1,
#title h2
{
	margin: 0;
}

#title h1
{
	margin-bottom: 10px;
	font-size: 24px;
}

#title h2
{
	color: #666;
	font-size: 18px;
}



.product
{
	display: block;

	padding: 40px 50px 20px 200px;
	text-align: left;
	height: 85px; /*145px;*/
}

.product a
{
	color: white;
	font-weight: normal;
}

.product h1,
.product p
{
	margin: 0;
	color: white;
}

.product h1
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

.product p
{
	font-size: 14px;
	color: #ccc;
}

#phi
{
	background: url('http://www.phidias.com.co/.storage/public/phi_bg.jpg') no-repeat 60% 0;
	margin-bottom: 20px;
}

#sophia
{
	background: url('http://www.phidias.com.co/.storage/public/sophia_bg.jpg') no-repeat 60% 0;
}
