/********Main Begin********/
body, div.field input, div.field select, div.field textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:100.01%;
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, fieldset, a {
	text-decoration:none;
}

img {
	border:none;
}

html {
	background-color:#54923b;
	height:100%;
	margin:0;
	padding:0;
	font-size:17px;
}

body {
	font-size:76%;
	line-height:140%;
	height:100%;
	margin:0;
	padding:0;
}

#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#content {
	position:relative;
	z-index:1;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}

#mainWrapper{
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}

#mainLeft {
	width:321px;
	height:500px;
	margin-left:25px;
	margin-top:-35px;
	float:left;
}

#mainBack {
	background-image:url(../images/mainContent.png);
	background-repeat:no-repeat;
	width:800px;
	height:587px;
	margin-left:376px;
	margin-top:70px;
}
/********Main End********/



/********Logo Begin********/
#logo {
	width:321px;
	height:58px;
/*	border:2px solid #ffffff;  */
}
/********Logo End********/



/********Nav Begin********/
#nav {
	width:304px;
	height:325px;
	color:#ffffff;
	margin-top:75px;
	margin-left:35px;
	font-size:55px;
	line-height:110%;
}

#nav a {
	color:#ffffff;
}

#nav a:hover {
	color:#00a8ff;
}
/********Nav End********/



/********Index.php Begin********/
#indexSpecials {
	background-image:url(../images/specials.png);
	background-repeat:no-repeat;
	width:716px;
	height:196px;
	float:left;
	margin-left:41px;
	margin-top:25px;
}

#indexSpecialsText {
	width:470px;
	height:150px;
	margin-right:30px;
	margin-top:20px;
	float:right;
	text-align:right;
	line-height:155%;
}

#indexText {
	width:716px;
	height:350px;
	float:left;
	margin-left:41px;
	margin-top:20px;
}
/********Index.php End********/



/********about.php Begin********/
#aboutText {
	width:716px;
	height:545px;
	float:left;
	margin-left:41px;
	margin-top:20px;
	padding-right:15px;
	overflow:auto;
}
/********about.php End********/



/********services.php Begin********/
#servicesText {
	width:716px;
	height:545px;
	float:left;
	margin-left:41px;
	margin-top:20px;
	padding-right:15px;
	overflow:auto;
}
/********services.php End********/



/********portfolio.php Begin********/
#portfolioText {
	width:716px;
	height:545px;
	float:left;
	margin-left:41px;
	margin-top:20px;
	padding-right:15px;
	overflow:auto;
}

#portfolioRow {
	width:100%;
	height:175px;
	float:left;
	text-align:left;
}
/********portfolio.php End********/



/********contact.php Begin********/
#contactText {
	width:716px;
	height:545px;
	float:left;
	margin-left:41px;
	margin-top:20px;
	padding-right:15px;
	overflow:auto;
}

#contactText input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#contactText input:focus.field {
	background: #545454;
}

#contactText textarea.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 320px;
	color: white;
	height: 100px;
}

#contactText textarea:focus.field {
	background: #545454;
}

#contactText input.bt_login {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
	color:#00a8ff;
}

#contactText input.bt_login {
	width: 95px;
	background: transparent url(../images/top_panel/bt_login.png) no-repeat 0 0;
}
/********contact.php End********/