@charset "utf-8";

/* _______________________________________________________________ --> GLOBAL STYLES <-- */

* {
	margin:0;
	padding:0;
}

html, body {
	background:#FFFFFF;
	color:#101010;
	font:12px/20px Arial, sans-serif;
	height:100%;
}

a {
	color:#9dac29;
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

p, .t {
	padding-bottom:18px;
}

ul {
	margin-left:15px;
	padding-bottom:18px;
}

ul ul {
	padding-bottom:0;
}

h1, .contact {
	font:bold 24px Times New Roman, serif;
	color:#9dac29;
	margin-bottom:6px;
}

h2 {
	font:normal 20px Arial, sans-serif;
	color:#9dac29;
	margin-bottom:6px;
	text-decoration:underline;
}

h3 {
	font:bold 14px Georgia, serif;
	color:#801d1e;
	margin-bottom:2px;
	letter-spacing:1px;
}

/* _______________________________________________________________ --> WRAPPER, BAR, LOGO AND NAV <-- */

#wrapper {
	position:relative;
	margin:0 auto;
	width:940px;
}

#bar {
	margin-top:65px;
}

#logo {
	float:left;
	width:303px;
	height:47px;
	margin-top:19px;
}

#nav {
	position:relative;
	margin:0 auto;
	height:40px;
	text-align:right;
	padding-top:32px;
	margin-left:310px;
	margin-right:-9px;
}

#navlist li, #navlist li a {
	font:11px Arial, sans-serif;
	display:inline;
	list-style-type:none;
	color:#101010;
	text-decoration:none;
	padding:5px;
}

#navlist li a:hover {
	color:#9dac29;
	text-decoration:underline;
}

/* _______________________________________________________________ --> HORIZONTAL RULE STYLING <-- */

div.hr {
	height:1px;
	background:#CCCCCC;
}

div.hr hr {
	display:none;
}

/* _______________________________________________________________ --> LEFT AND RIHT IMAGE BOXES <-- */

#left_box {
	width:380px;
	height:350px;
	float:left;
	margin-top:30px;
}

#right_box {
	width:545px;
	height:350px;
	float:right;
	margin-top:30px;
}

/* _______________________________________________________________ --> LEFT AND RIGHT CONTENT AREAS <-- */

#left_content {
	width:370px;
	float:left;
	margin-top:15px;
	padding-bottom:45px;
}

.contactbar {
	border-top:#CCCCCC 1px solid;
	padding-top:6px;
}

.contacts {
	border-bottom:#CCCCCC 1px solid;
	padding-bottom:6px;
	margin-bottom:6px;
}

#right_content {
	width:530px;
	float:left;
	margin:15px 0 0 30px;
}

/* _______________________________________________________________ --> GALLERY BORDER <-- */

.initialize {
	float:left;
	width:140px;
	height:95px;
	padding:10px;
	margin:0 10px 10px 0;
	border:1px outset #CCCCCC;
}

/* _______________________________________________________________ --> FOOTER <-- */

#footer {
	font-size:10px;
	float:left;
	width:545px;
	margin:25px 0 15px 400px;
	color:#777777;
}

a.f {
	color:#777777;
}
