/* CSS Document */
/* David Mach CSS */
/* Created by Paul Smail */
/* Sunsol - 06/10/05 */


/* Main Page Elements */
/* ------------------ */
body{
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
.float_right{
	float:none;
	}
	
.float_right_clear{
	float:none;
	}
	
.float_left{
	float:none;
	}


/* Wrapper Elements */
/* ---------------- */	
#main_wrapper{
	width:100%;
	}

#wrapper{
	width:100%;
	}

#content_wrapper{
	width:100%;
	}

#container_right{
	width:100%;
	float:none;
	}

#container_left{
	display:none;
	}

#main_content{
	width:100%;
	float:none;
	}

.home_column{
	width:100%;
	}

.animation{
	display:none;
	}
	
object{
	margin:0;
	padding:0;
	}

/* Main textual elements */
/* --------------------- */	
p{
	color:#000;
	text-align:left;
	line-height:1.2em;
}
	
h1, h2, h3, h4{
	font-weight:bold;
	color:000;
	}
	
h5{
	font-weight:bold;
	color:#9E1317;
	font-size:small;
	margin-left:10px;
	}

h1{
	font-size:medium;
	}
	
h2{
	font-size:small;
	}
	
h3{
	font-size:small;
	color:#5E73CA;
	}

a:link, a:visited{
	color:#5E73CA;
	text-decoration:underline;
	}
	
a:hover, a:active{
	color:#FFF;
	text-decoration:underline;
	}
	
.sunsol{
	width:100%;
	font-size:x-small;
	}

/* Image / style elements */
/* ---------------------- */
#banner{
	display:none;
	}

.white_box{
	width:100%;
	}
	
.portfolio_box{
	width:100%;
	}
	
.portfolio_box_2{
	width:100%;
	}
	
.home_box{
	display:none;
	}

	
.home_box2{
	display:none;
	}
	
.home_box_small{
	display:none;
	}
	
.home_box_small2{
	display:none;
	}
	
img{
	padding:5px;
}

.bkg_home{
	background-image:url(../images/hook_bkg.jpg);
	background-repeat:no-repeat;
	}
	
.bkg_portfolio{
	background-image:url(../images/match_bkg.jpg);
	background-repeat:no-repeat;
	}
	
.bkg_portfolio2{
	background-image:url(../images/match_bkg2.jpg);
	background-repeat:no-repeat;
	}
	
.bkg_current{
	background-image:url(../images/bear_bkg.jpg);
	background-repeat:no-repeat;
	}
	
.bkg_proposal{
	background-image:url(../images/fire_bkg.jpg);
	background-repeat:no-repeat;
	}
	
.bkg_proposal2{
	background-image:url(../images/fire_bkg2.jpg);
	background-repeat:no-repeat;
	}
	
.bkg_gallery{
	background-image:url(../images/domino_bkg.jpg);
	background-repeat:no-repeat;
	}
	
/* Side Menu */
/* --------- */
#menu{
	display:none;
	}

#register{
	width:100%;
	float:none;
	}
	
/* Main Navigation */
/* --------------- */
.nav_top{
	display:none;
	}
	
.nav_bottom{
	display:none;
	}
	

/* Breadcrumbs */
/* ----------- */
#breadcrumbs{
	display:none;
	}
	
/* Form Elements */
/* ------------- */
.form{
	display:none;
	}
	
input{
	font-size:x-small;
	vertical-align:bottom;
	background-color:#000;
	border:1px solid #FFF;
	color:#FFF;
	}
	
legend{
	font-size:small;
	font-weight:bold;
	color:#fff;
	}

fieldset{
	border:1px #9E1317 solid;
	width:90%;
	padding-left:10px;
	}

.red{
	color:red;
}

#enqForm th{
	text-align:left;
	font-size:small;
	vertical-align:top;
	font-weight:normal;
}

#enqForm th.tableBold{
	font-size:small;
	background-color:#9E1317;
	padding-left:4px;
	color:#fff;
	font-weight:normal
	}

#enqForm td{
	font-size:small;
	padding-left:4px;
	font-weight:normal;
}

/* ---------- Other Elements ---------- */

.clear{
	clear:both;
	padding-left:20px;
	}
	
.pageNum{
	display:none;
	}
	
.title{
	visibility:visible;
	}
	
.title h1{
	font-size:large;
	color:#9E1317;