/*
-----------------------------------------------
Dynacoil
Author:   Soapbox Studio
Version:  17 May 2006
----------------------------------------------- */

body {
	margin:0px 0px 0px 0px;
	padding:0px;
	background : #000;
}


/* Background
----------------------------------------------- */
.logo_bkg {
	background-image: url(../images/siteimages/indexrev_02.jpg);
	background-repeat: no-repeat;
}
.main_bkg {
	background-image: url(../images/siteimages/indexrev_01.jpg);
	background-repeat: no-repeat;
}
.bodybackground {
	background-image: url(../images/siteimages/secondary_04.jpg);
	background-repeat: no-repeat;
}
.sidebarbackground {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/* Text
----------------------------------------------- */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	color: #CCCCCC;
	text-decoration: none;
}
p a:link { 
	font-weight: normal;
	color: #AA0A14;
	text-decoration: none;
}
p a:visited { 
	font-weight: normal;
	color: #AA0A14;
	text-decoration: none;
}
p a:hover { 
	font-weight: normal;
	color: #FF6666;
	text-decoration: underline;
}
ul {
	margin-left : 10px;
}
li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	color: #CCCCCC;
	text-decoration: none;
	padding:0px;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #CCCCCC;
	text-decoration: none;
}
.navbottomborder {
	border-bottom: 1px solid #8c674a;
	padding-bottom:6px;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding-bottom:5px;
	font-style: normal;
	color: #AA0A14;
	text-decoration: none;
}
a.nav:link {
	font-weight: normal;
	color: #AA0A14;
	text-decoration: none;
	border-bottom:none;
}
a.nav:visited {
	font-weight: normal;
	color: #AA0A14;
	text-decoration: none;
}
a.nav:hover {
	font-weight: normal;
	color: #FF6666;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
a.footer:link {
	font-weight: normal;
	color: #AA0A14;
	text-decoration: none;
}
a.footer:visited {
	font-weight: normal;
	color: #AA0A14;
	text-decoration: none;
}
a.footer:hover {
	font-weight: normal;
	color: #FF6666;
	text-decoration: underline;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	color: #8C674A;
	text-decoration: none;
	font-weight: bold;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #8C674A;
	text-decoration: none;
	font-weight: bold;
}

/* Columns
----------------------------------------------- */
.mainleft {
	position : relative;
	width : 268px;
	float : left;
}
.mainright {
	position : relative;
	width : 268px;
	float : right;
}
.photoleft {
	position : relative;
	width : 300px;
	float : left;
}
.textright {
	position : relative;
	width : 236px;
	float : right;
}
.photoright {
	position : relative;
	width : 300px;
	float : right;
}
.textleft {
	position : relative;
	width : 236px;
	float : left;
}
.clear {
	clear:both;
}

/* Borders
----------------------------------------------- */
.border {
	border: 1px solid #FFFFFF;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
