/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : MyndNet CSS for All Browsers
Author : Frank Ku / frank@bussedesign.com
URL : http://www.vaida.com/

Created : 5/7/2008
Modified : 5/7/2008


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
* {
	margin:0px;
	padding:0px;
	-moz-appearance: 0px;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

a img {
	border:0px;
}

a:hover {
	text-decoration:underline;
}

a:visited,
a:visited img {
	border:0px;
}

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}

.hide {
	display:none;
}

.bold {
	font-weight:bold;
}

input {
	color:#555555;
}

.textfield {
	width:379px;
	padding:6px;
	border:1px solid #C8C5C5;
}

p {
	line-height:20px;
}

h1 {
	font-size:30px;
	color:#BDBDBD;
	margin-bottom:25px;
}

body {
	font-family: Verdana, Helvetica,sans-serif,Arial;
	font-size:12px;
	background-color:#FFFFFF;
	color:#555555;
	background-color:#000000;
}

.pageWrapper {
	position: relative;
	min-width:829px;
	width:829px;
	margin:0 auto;
	padding:0px 53px 0px 54px;
	height:1210px;
	background:#000000 url('../img/html/body_bk.jpg') no-repeat 0px 0px;
}

.phoneDiv {
	color:#FFFFFF;
	float:right;
	margin-top:40px;
}

.siteNav {
	clear:both;
	width:829px;
	height:36px;
	background:url('../img/html/nav_bk.jpg') no-repeat 0px 0px;
	color:#FFFFFF;
}

.categories {
	float:left;
	line-height:36px;
}

.categoryTitle {
	text-transform:uppercase;
	font-weight:bold;
	margin-left:20px;
}

.categoryTitle1 {
	text-transform:uppercase;
	margin-left:35px;
	font-weight:bold;
}

.categoryLink {
	padding:0px 12px;
}

.categories .last,
.footer .last {
	border-right:0px;
}

.categoryLink a {
	padding:12px 0px 12px 0px;
}

.categoryLink a:hover,
.categoryLink a.selected {
	color:#A0CD66;
	text-decoration:none;
	background:url('../img/html/nav_hover.jpg') no-repeat 50% 100%;
}


.contentWrapper {
	clear:both;
	border-top:1px solid #BABABA;
	border-left:1px solid #BABABA;
	border-right:1px solid #BABABA;
	background-color:#000000;
}

.workImages {
	height:354px;
	background:#000000 url('../home-page-banner4.jpg') no-repeat 0px 0px;;
	border-bottom-color: #FBFBFB;
	outline-color: #666666;
	border-spacing: 1;
	margin: 0;
	padding: 1;
}

.workImages img {
	margin-right:0px;
	table-layout: fixed;
}

.workImages img.last {
	margin-right:0px;
}


.footerWrapper {
	clear:both;
	height:27px;
	color:#FFFFFF;
	line-height:27px;
	background:url('../img/html/footer_bk.jpg') no-repeat 0px 0px;
}

.copyright {
	float:left;
	margin-left:20px;
}

.footer {
	float:right;
}

.footerLink {
	padding:0px 12px;
	border-right:1px solid #FFFFFF;
}

.footerLink a:hover,
.footerLink a.selected {
	color:#A0CD66;
}

/* all styles in #homepage */
#homepage .contentWrapper a {
	color:#326AB3;
}

#homepage .contentWrapper {
	background-color:#FFFFFF;
	color:#595A5B;
	font-size:10px;
	height:1000px;
}

#homepage .leftCol {
	float:left;
	width:500px;
	padding:25px 15px 25px 30px;
	color: #333333;
	font-family: Trebuchet;
}

#homepage .rightCol {
	float:left;
	padding:25px 15px 25px 15px;
	width:250px;
}

.highlight {
	font-size:21px;
	color:#333333;
	margin-bottom:25px;
	font-weight:normal;
	line-height:25px;
	font-family: Trebuchet;
}

#homepage ul li {
	list-style-type:none;
	margin-bottom:5px;
}

ul.exampleList {
	margin-bottom:30px;
}

.artLogo {
	margin-top:20px;
}


#homepage .rightCol p {
	color:#1E1D1D;
	line-height:20px;
	margin-bottom:20px;
}

/* all styles in #biopage */

#biopage .leftCol {
	float:left;
	padding:25px 15px 0px 15px;
}

#biopage .rightCol {
	padding:25px 15px 25px 0px;
	margin-left:279px;
}

#biopage p {
	margin-bottom:25px;
}

/* all styles in #categorypage */

#categorypage .contentWrapper {
	padding:27px 49px 27px 49px;
}

.categoryList {
	width:722px;
	overflow:hidden;
}

.categoryList li {
	background-color:#000000;
	height:250px;
	width:220px;
	color:#FFFFFF;
	padding:7px;
	font-size:11px;
	float:left;
	display:inline;
	margin:0px 0px 7px 8px;
}

.categoryList li.first {
	margin-left:0px;
}

.categoryList img {
	margin-bottom:5px;
}

/* all styles in #detailpage */

.pageControl {
	line-height:28px;
	background-color:#000000;
	margin:0px 20px 0px 20px;
	padding:0px 9px 0px 9px;
}

.toNext {
	padding-left:728px;
}

#detailpage .rightCol {
	float:right;
	width:362px;
	margin-right:20px;
	padding:20px 15px 0px 15px;
	background-color: #000000;
}

#detailpage .rightCol a {
	color:#326AB3;
}

.imgCol {
	margin-left:20px;
	padding:20px 0px 20px 0px;
}

.summary {
	margin-bottom:25px;
}

/* all styles in #contactpage */

#contactpage .contentWrapper {
	padding:12px 0px 100px 0px;
}

.formWrapper {
	margin:0px 0px 0px 290px;
}

.field {
	margin-bottom:17px;
}

.shortField {
	border:1px solid #C8C5C5;
	width:37px;
	padding:6px;
	margin-right:5px;
}

.shortField1 {
	border:1px solid #C8C5C5;
	width:47px;
	padding:6px;
}

.textareaField {
	width:379px;
	height:144px;
	border:1px solid #C8C5C5;
	padding:6px;
}

.submitButton {
	background-color:#A0CD67;
	width:101px;
	line-height:29px;
}
