/* Stylesheet for Site Template						*/
/* Created by Array Studio doo, Serbia				*/
/* Contact: predrag@arraystudio.com					*/


/* 1. Clearfix */

.clearfix:after { /* ie.css, ie7.css */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* 2. Common */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

strong {
	font-weight:bold;
}

a:link,
a:visited {
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	display: block;
}

/* 3. Structure */

body,
html {
	background: #a83324;
}

#container {
	width: 762px;
	margin: 0 auto;
}

#wrapper {
	width: 762px;
	margin: 0 auto;
	background: url(../graphics/bgnd-wrapper.gif) no-repeat;
	height: 700px;
}

#sidebar {
	width: 305px;
	float: left;
	padding-top: 83px;
}

#content {
	width: 457px;
	float: left;
	padding-top: 83px;
}

/* 4. Header */

/* 5. Content */

h1 {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	padding-bottom: 24px;
	padding-top: 35px;
}

p {
	line-height: 20px;
	font-size:13px;
	padding-right: 35px;
	padding-bottom: 18px;
}

.button-holder {
	width: 320px;
	padding-top: 7px;
}

/* 6. Sidebar */

.logo {
	padding: 41px 0px 138px 55px;
	width: 183px;
}

.address-holder {
	padding: 0px 0px 0px 55px;
}

#sidebar p {
	line-height:17px;
	color:#999;
}

#sidebar a:link, 
#sidebar a:visited {
	color:#999;
	text-decoration:none;
}

#sidebar a:hover {
	color:#666;
	text-decoration:underline;
}

/* 7. Footer */
