/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #675045;
	background: url(images/bg.gif);
	
}

.home, .portfolio, .about, .offer
{
	background-repeat: repeat-x;
	background-position: top;
	width: 800px;
	height: 600px;
	margin-top: 75px;
	border: 1px solid #F79C70;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	position: relative;
}

.home {
	background-image: url(images/header_bg1.gif);
}

.portfolio {
	background-image: url(images/header_bg2.gif);
}

.about 
{
	background-image: url(images/header_bg3.gif);
}

.offer
{
	background-image: url(images/header_bg4.gif);
}

.header
{
	
}

.logo
{
	z-index: 4;
	position: absolute;
	left: 20px;
	top: -40px;
}

.branding
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 21.5px;
	letter-spacing: 100%;
	border-top: 6px solid #FFF;
	margin-bottom: 90px;
	margin-top: 75px;
	z-index: 2;
	position:relative;
	background-repeat: no-repeat;
	background-position: 525px center;	
}

.home .branding
{
	background-color: #F15F7C;
	background-image: url(images/dandc1.gif);
}

.portfolio .branding
{
	background-color: #99D9E6;
	background-image: url(images/dandc2.gif);
}

.about .branding
{
	background-color: #AEC79D;
	background-image: url(images/dandc3.gif);
}

.offer .branding
{
	background-color: #F7BA59;
	background-image: url(images/dandc4.gif);
}

.home .sidebar
{
	background-image: url(images/sidebar1.gif);
	background-color: #BFCB6C;
}

.portfolio .sidebar
{
	background-image: url(images/sidebar2.gif);
	background-color:#E7855E;
}

.about .sidebar
{
	background-image: url(images/sidebar3.gif);
	background-color: #A5DAC3;
}

.offer .sidebar
{
	background-image: url(images/sidebar4.gif);
	background-color: #F3745C;
}


.sidebar
{
	margin-left: 10px;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 40px 0px 30px 0px;
}

.sidebar a.link
{
	display: block;
	padding: 8px 32px 8px 8px;
}

a.blog
{
	position: absolute;
	padding: 0px;
	display: block;
	top:380px;
	left: 30px;
}

a.contact
{
	color: #675045;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: absolute;
	padding: 0px;
	display: block;
	top: 500px;
	left: 10px;
}

.content
{
	font-family: "Times New Roman", Times, serif;
	float: left;
	margin-left: 60px;
	position: relative;
}

.content p
{
	line-height: 20px;
	margin-bottom: 10px;
	width: 460px;
}

.about .content p
{
        font-size: 85%;
}

.content h3
{
        font-weight: bold;
        margin-bottom: 5px;
}

.content ul 
{
	list-style:inside;
	list-style-image: url(images/asterisk.gif);
	line-height: 20px;
}

.content a img
{
	padding-right: 35px;
}

a.sec 
{
	padding: 10px 0px;
}

#viewer
{
	width: 525px;
	height: 308px;
	padding: 0;
	margin: 0;
}

#nav
{
	width: 525px;
	margin-top: 12px;
	text-align: center;
}

#nav a
{
	text-decoration: none;
	padding: 6px;
	color: inherit;
}

#desc
{
	text-align: center; 
	width: 525px;
	font-size: 11px;
	margin-top: 8px;
}

.home .content p
{
	width: 375px;
	line-height: 30px;
	margin-left: 4px;
	margin-top: 20px;
}


h1
{
	font-size: 250%;
	letter-spacing: 10px;
	color: #E0DFEE;
	font-weight: normal;
	margin-left: 40px;
}