/* COMMON
------------------------------------*/

html,body{
	height:100%;
}
body,td,th,input,select,textarea {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
}
body {
	margin: 0px;
	background-color:#666666;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1{
	font-size:160%;
	font-weight: normal;
	color: #D7207D;
}
h2{
	font-size:120%;
	color: #5B3D73;
}
h3{
	font-size:120%;
}
a:link, a:visited{
	font-weight: bold;
	color: #D7207D;
	text-decoration: underline;
}
a:hover{
	color: #CCCCCC;
}
table{
	margin-bottom:10px;
	border-bottom:1px #CCC solid;	
}
tr{
	background-color:#F9F5FA;
}
td{
	padding:5px;
	border-top:1px #CCC solid;
}
ul{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}
ol{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}


/* LAYOUT
------------------------------------*/

#container{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.margin{
	padding: 0px;
	width: 960px;
	margin: 0px auto;
	position:relative;
}
#header{
	height:134px;
	position:relative;
}
#logo{
	position:absolute;
	left:46px;
	top:35px;
	z-index:10;
}
#curve{
	height:360px;
	background-image: url(../images/curve-home.gif);
	background-repeat: no-repeat;
	position:relative;
}
#curve-text{
	padding:40px 0 0 40px;
	width:240px;
}
#curve-buttons a{
	float:left;
	width:110px;
	height:24px;
	display:block;
	background-repeat: no-repeat;
	margin:10px 0 20px 0;
}
#curve-buttons span{
	display:none;
}
#curve-buttons .contact-us{
	background-image: url(../images/contact-off.gif);
	margin-right:10px;
}
#curve-buttons .request-quote{
	background-image: url(../images/quote-off.gif);
}
#curve-buttons .contact-us:hover{
	background-image: url(../images/contact-on.gif);
	margin-right:10px;
}
#curve-buttons .request-quote:hover{
	background-image: url(../images/quote-on.gif);
}

#curve-flash{
	position:absolute;
	z-index:20;
	left:280px;
	top:-40px;
}
#body{
	padding:40px 0 0 40px;
}
#left-column{
	float:left;
	width:240px;
	margin:0 20px 0 0;
	font-size: 12px;
}
#right-column{
	float:left;
	width:600px;
	margin:0;
}
#footer{
	background-image: url(../images/footer-background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height:180px;
	font-size: 12px;
}
#footer .margin{
	height:180px;
}
#footer-text{
	position:absolute;
	top:60px;
	right:40px;
	z-index:10;
	text-align:right;
}
#cyberdesign{
	position:absolute;
	top:60px;
	left:40px;
	z-index:10;
}
#cyberdesign a{
	display:block;
	width:100px;
	height:50px;
}
#floating{}
#header_text{
	padding:80px 0 0 20px;
	color:#EBEBEB;
}
#header_text h2{
	color:#CCBADA;
}
#header_text p{
	color:#EBEBEB;
}


/* GALLERY
------------------------------------*/

.gallery{

}
.gallery_image{
	float:left;
}
.gallery_image a{
	display:block;
	width:140px;
	height:100px;
	margin:0 10px 10px 0;
	opacity:.6;
	filter:alpha(opacity=60);
}
.gallery_image a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.gallery_preview{
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
	width:100%;
	height:100%;
	overflow:hidden;
}

/* CHILDREN
------------------------------------*/

.children{
	margin:0 0 10px 0;
}
.child{
	float:left;
	width:150px;
	height:150px;
	margin:0 0 10px 0;
}
.child a{
	opacity:.6;
	filter:alpha(opacity=60);
}
.child h2{
	margin:5px 0 0 0;
	font-size:100%;	
}
.child a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

/* EXTAS
------------------------------------*/

.clear{clear:both;}
.off{display:none;}
.on{}
i{display:none;}
.no-overflow{
	overflow:hidden;
}
.field{ width:98%; }