@charset "UTF-8";
/* CSS Document */

		body {
			margin:0px; padding:0px;
			background:url(../images/bg-gradient.jpg) repeat-x #ffdcb0;
			
			}
		
		html, body {
	
		}

		
		#bars {
			display:block;
			height:18px;
			background:url(../images/bg-bars.jpg) repeat-x;
			text-indent:-9999px;
			}
			
		#container {
			background:url(../images/bg-pattern.gif);
			display:block;
			}
		
		#insidecontainer {
			width:850px;
			margin:120px auto 0 auto;
			position:relative;
			padding:0 0 100px 0;
			}
		
		.fieldclass {
		background:url(../images-other/greenfield-bg.gif) #f9f9e6 repeat-x;
		border: 1px solid #cccda8;
		font-size: 13px;
		color: #333;
		padding: 15px;
		margin:0 0 15px 0;
		width: 298px;
		font-size:10px;
		font-weight:100;
		}
		
		
		#topheader {
			float:left;
			background:url(../images/top-header.png) no-repeat;
			position:absolute;
			top:-24px;
			left:442px;
			width:433px;
			height:293px;
			display:block;
			text-indent:-9999px;
			}
		
			* html #topheader /* Will only be seen by IE */
       				 {
				  background: none;
				  z-index:1;
				  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
			 src='assets/images/top-header.png', sizingMethod='scale');
				 
				}
		
		.text {
			background:url(../images/bg-whitebox.png) repeat-y;
			
			padding:10px 33px 10px 29px;
			
			color:#816c53;
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size:12px;
			}
		
		.text ul li {
			margin:0 0 3px 0;
			}
		
		/* LINKS */
		
		#leftbox a, #bottomright a {
			color:#98aa50;
			}
		
		#leftbox a:visited, #bottomright a:visited {
			text-decoration:none;
			color:#98aa50;
			}
		
		#leftbox a:hover, #bottomright a:hover {
			color:#996600;
			}
		
		
		
		#leftbox, #bottomright {
			width:408px;
			float:left;
			}
		
		#leftbox {
		margin:0 34px 0 0;
			}
		
		
		#bottomright {
			top:405px;
			left:425px;
			margin:300px 0 0 0;
			}
		
		
		
			.topround {
				background:url(../images/bg-topround.png) no-repeat;
				height:15px;
				width:408px;
				displa:block;
				}
			
			.bottomround {
				background:url(../images/bg-bottomround.png) no-repeat;
				width:408px;
				height:28px;
				display:block;
				}
				
				
			* html .topround /* Will only be seen by IE */
       				 {
				  background: none;
				  z-index:1;
				  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
			 src='assets/images/bg-topround.png', sizingMethod='scale');
				 
				}
			* html .bottomround /* Will only be seen by IE */
       				 {
				  background: none;
				  z-index:1;
				  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
			 src='assets/images/bg-bottomround.png', sizingMethod='scale');
				 
				}
			
			* html .text /* Will only be seen by IE */
       				 {
				  background: none;
				  z-index:1;
				  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
			 src='assets/images/bg-whitebox.png', sizingMethod='scale');
				 
				}
				
		
		
		
		h1, h2, h3, h4 {
			font-family:Georgia, Geneva, Arial, Helvetica, sans-serif;
			color:#92a646;
			font-size:20px;
			margin:0;
			font-weight:100;
			}
			
			h2 { margin:40px 0 0 0; }
			
			h3, h4 { 
				font-family:Geneva, Arial, Helvetica, sans-serif;
				font-size:15px;
				margin-top:30px;
				color:#813e01;
				}
			
			h4 {
				font-size:11px;
				text-decoration:underline;
				}
			p {
				margin: 0 0 20px 0;
				}
		
		#menu {
			position:absolute;
			top:-90px;
			left:440px;
			height:66px;
			width:500px;
			display:block;
			}
		#menu ul { margin:0; padding:0; }
		#menu li {
		display: inline;
		list-style-type: none;
		margin:0;
		padding-right:10px;
		float:left;
			}
		
		#menu li a { 
			background:url(../images/menu.png) no-repeat;
			display:block;
			height:66px;
			text-indent:-9999px;
			}
		
		#menu li a#packages {
			width:110px;
			background-position:-20px 0;
			}
				#menu li a:hover#packages {
					background-position:-20px -66px;
					}
				
		#menu li a#faq {
			width:72px;
			background-position:-133px 0;
			}
				#menu li a:hover#faq {
					background-position:-133px -66px;
					}

		#menu li a#links {
			width:88px;
			background-position:-204px 0;
			}
				#menu li a:hover#links {
					background-position:-204px -66px;
					}
		#menu li a#contact {
			width:117px;
			background-position:-292px 0;
			}
				#menu li a:hover#contact {
					background-position:-292px -66px;
					}										