/** BASIC */

body {
	margin: 0 px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

label {
	font-weight: bold;
	color: #656565;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #656565;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin-bottom: 20px;
	font-size: 14px;
}

h3 {
	font-size: 11px;
	color: #656565;
	padding: 0px;
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9D9D9D;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 18px;
}

strong {
	color: #656565;
}

.text1 {
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: normal;
	color: #666;
}

.text2 {
	color: #415D8C;
}

.text3 {
	text-align: center;
	color: #AF908E;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.list1 li {
	margin: 0px 0px 1px 0px;
	padding: 4px 10px;
	background: url(images/homepage15.gif) repeat left top;
}

.list1 li.light {
	background: url(images/homepage16.gif) repeat left top;
}

.list1 a {
	font-size: 10px;
	color: #8C8C8C;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.list2 li {
	padding: 5px 0px;
	background: url(images/homepage11.gif) repeat-x left top;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

/** LINKS */

a {
	color: #6F2D22;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #4B4B4B;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}


/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage02.gif) repeat-x left top;
}
.bg2 {

}
.bg3 {
	background: #FFF url(images/subpage2_01.gif) no-repeat left bottom;
}
.bg4 {
	background: url(images/homepage06.jpg) no-repeat left top;
}
.bg5 {
	background: url(images/homepage14.jpg) no-repeat left top;
}
.bg6 {
	background: url(images/subpage2_02.jpg) repeat left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

/** Images **/

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

.portfolio {
	float:left;
	margin: 15px 10px 5px 10px;
	width: 255px;
}	
.portfolio img{
	padding:2px;
	border: 1px solid #666;
	background-color: #FFF;
}
.portfolio p {
	padding:4px;
	color: #333;
}

.portfolioSmall {
	float:left;
	margin: 15px 10px 5px 10px;
	width: 155px;
}	
.portfolioSmall img{
	padding:2px;
	border: 1px solid #666;
	background-color: #FFF;
}
.portfolioSmall p {
	padding:4px;
	color: #333;
}

.portfolioLogo {
	float:left;
	margin: 15px 10px 5px 10px;
	width: 175px;
}	
.portfolioLogo img{
	padding:2px;
	border: 1px solid #666;
	background-color: #FFF;
}
.portfolioLogo p {
	padding:4px;
	color: #333;
}

/** Hortizontal Rules **/
hr {
	height: 0.5px;
	width: 97%;
	text-align: center;
	color: #214864;
	margin-left: 5px;
	background-attachment: scroll;
	background-image: url(images/hr2.gif);
	background-repeat: repeat-x;
}

.hr1 {
	height: 10px;
	margin-bottom: 15px;
	background: url(images/homepage11.gif) repeat-x left bottom;
}

.hrLeft {
	float:left;
}
