*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #CCC;
	background-image: url(images/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	background: url(images/white_box.png) no-repeat scroll top left;
	width: 615px;
	height: 793px;
	margin: 0 auto;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*#greenbox {
	background: url('images/green_box.png') no-repeat scroll center center;
	width: 554px;
	height: 550px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid red;
}*/

#logo {
	background: url(images/fencing_logo.png) no-repeat scroll top center;
	width: 547px;
	height: 180px;
	margin:0 auto;
}
*/

/* tabs */

#flowtabs{
	width: 400px;
	height: 30px;
}

/* single tab */
#flowtabs li.first {
	margin-top: 0px;
	margin-left: 50px;
	text-indent: 0;
	list-style-type:none;
	height: 30px;
	width:100px;
    float: left;
    text-align: center;
}

#flowtabs li.others {
    margin-top: 0px;
	margin-left: 38px;
	text-indent: 0;
	list-style-type:none;
	height: 30px;
	width:100px;
    float: left;
    text-align: center;
}

#flowtabs li a{
    display: block;
	height: 30px;
	width:100px;
	color: #542825;
	text-decoration: none;
}


/* scrollable */
/* override the root element to enable scrolling */ 

#flowpanes { 
	background-image: url(images/green_box.png);
	background-repeat: no-repeat;
 	height: 511px;
	margin: 0 auto;
	position: relative;
	top: -17px;
    overflow: hidden; 
    clear: both; 
	width: 545px;
	padding-top: 50px;
} 
 
/* override single pane */ 
/* one panel , width + margin width should == flowpanes width*/
#flowpanes div {
	float: left;
	display: block;
	width: 490px;
	height: 300px;
	cursor: default;
	font-size: 14px;
	color: #fff;
	margin-top: -15px;
	margin-right: 30px;
	margin-bottom: 50px;
	margin-left: 30px;
} 
 
/* our additional wrapper element for the items */ 
#flowpanes .items { 
	height: 300px; /* height to match flowpanes */
    width: 20000em; 
    position: absolute; 
    clear: both; 
    margin: 0px; 
    padding: 0px; 
} 
 
#flowpanes .less, #flowpanes .less a { 
    color:#999 !important; 
    font-size:11px;
}

.address{
	color: #542825;
	font-size: 0.65em;
	text-align: center;
	margin-top: -60px;
}

img{
    border: 0px none;
}

.top_text{
	color: #000000;
    font-size: 0.35em;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: lighter;
	text-align: center;
	z-index: 100;
}

.main_text{
	color: #000000;
    font-size: 0.35em;
	margin-bottom: 10px;
	font-weight: lighter;
	text-align: center;
}

.welcome{
    float: left;
	padding-right: 5px;
	padding-top: -5px;
	padding-bottom: -5px;
}
.linker{
    color: #542825;
	font-weight: bolder;
	text-decoration: underline;
}

