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

html {
padding:0; 
margin:0; 
border:0; 
background:#fff;
/*background-image:url(../images/line_backgrd.jpg);*/
font-size:80%; 
font-family: "arial", tahoma, verdana, arial, sans-serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
/*overflow: hidden; */
/* */ 
}




body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

@font-face {
font-family:"ANTHONYMATULAFONT";
src:url(../images/BEBAS___.TTF) format("truetype");
}

@font-face {
font-family:"ANTHONYMATULAFONT2";
src:url(../images/BEBAS.OTF) format("opentype");
}

.h1 {
	font-family:"ANTHONYMATULAFONT", "ANTHONYMATULAFONT2", Arial, Helvetica, sans-serif;
	text-align:left;
	
}

a:link {
	color: #A7A7A7;
	text-decoration:none;
}
a:visited {
	color: #A7A7A7;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}


#top, #bottom, #left, #right {
	background: #000000;
	position: fixed;
	z-index:2000;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 8px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 8px;
		}
		#top { top: 0; }
		#bottom { bottom: -0; }

{
font-size:14px;
font-weight:bold;
border:1px solid;
padding:8px;
background:#fff;
cursor:pointer;
text-transform:uppercase;
}
		
		
		#auctiongrid td {
		padding-bottom:40px;
		
		padding-right:20px;
		font-size:11px;
		}


#mainwindow {
	width: 943px;
	margin: 0px auto;
	padding-left: 0px;
	background:#fff;
	margin-top: 20px;
	
}

#mainwindowcontact {
	width: 1010px;
	margin: 0px auto;
	padding-left: 15px;

	
}

#headerleft {
	width: 870px;
	height: 127px;
	float:left;
	margin-left:6px;
}

#headermiddle {
	width: 600px;
	height: 55px;
	margin-top: 10px;
	float:left;
	margin-left:6px;
	
}

#headerright {
	width: 55px;
	height:55px;
	float:left;
	margin-left:6px;
	padding-top: 35px;
	
}

#links {
	width: 943px;
	height: 31px;
	margin-top: 0px;
	margin-bottom:17px;
	float:left;
	margin-right:0px;
}

#maincontentarea {
	width: 943px;
	margin-top: 0px;
	float:left;
	
	
}

/*#portfolio {
	width: 943px;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
	margin:0 auto;
	
}*/

#portfolio_client {
	width: 943px;
	font-family:"ANTHONYMATULAFONT", ANTHONYMATULAFONT2, Arial, Helvetica, sans-serif;
	font-size:16px;
	
}


#workmenuleft {
	width: 225px;
	height: 350px;
	margin-right: 50px;
	padding-left:25px;
	margin-top: 0px;
	float:left;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:8.5px;
	text-transform:uppercase;
	line-height: 15px;
	color:#a7a7a7;
	

}

#currentlink {
	color:#000000;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:8.5px;
	text-transform:uppercase;
	line-height: 15px;
}
 


#workmenuright {
	width: 600px;
	height: 360px;
	float:left;
	

}
/*
#workmenuleft a:hover {
	color:#ff0000;
	text-indent:25px;
	text-decoration:underline;

}

#workmenuleft a:link {
	color:#A7A7A7;
	text-decoration:none;

}

#workmenuleft a:visited {
	color:#ff0000;

}

*/
/*about Section */


/* slideViewer 1.0 default styles */
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 0px solid #ff0000;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 15px 1px 0; 
} 
.stripTransmitter a{ 
font: 10px "Helvetica", Arial; 
text-align: center; 
line-height: 22px; 
background: #ffffff; 
color: #555555; 
text-decoration: none; 
display: block;
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #000000; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 0px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 

/* end slideViewer default styles */

p {padding: 2em 0 0 0;}

code {
width:93%;	
font: normal 1em/1.3em 'Courier New', Courier, Fixed;
color: #000;
display: block;
padding: 0;
margin: 0;
background-color: #fff
white-space: pre;
overflow-x: auto;
}
#tooltip {
background: #fff;
color: #000;
opacity: 0.85;
border: 5px solid #dedede;
}
#tooltip h3 {
font: normal 10px Verdana; 
margin: 0; 
padding: 6px 2px; 
border: 0;

}

#aboutleft {
	width: 374px;
	height: 501px;
	background-image:url(../images/ANTHONYMATULA_about.jpg);
	margin-top: 0px;
	float:left;
}
#aboutright {
	width: 550px;
	height: 520px;
	margin-top: 0px;
	padding-top: 20px;
	float:left;
	color:#000000;
	font:12px "Helvetica","Lucida Grande", Arial, sans-serif;
	line-height: 20px;
		
}

/*strategy Section */

#strategyleft {
	width: 450px;
	height: 407px;
	margin-right: 50px;
	background-image:url(../images/branding_image.jpg);
	margin-top: 0px;
	float:left;
}
#strategyright {
	width: 400px;
	margin-top: 0px;
	padding-top: 10px;
	float:left;
	color:#000000;
	font:9pt "Helvetica","Lucida Grande", Arial, sans-serif;
	line-height: 20px;
		
}

/*clientlist Section */

#clientlistleft {
	width: 225px;
	height: 365px;
	margin-right: 20px;
	margin-top: 0px;
	float:left;
	color:#000000;
	font:8pt "Helvetica","Lucida Grande", Arial, sans-serif;
	line-height: 15px;
}

#clientlistmiddle {
	width: 225px;
	height: 365px;
	margin-right: 20px;
	margin-top: 0px;
	float:left;
	color:#000000;
	font:8pt "Helvetica","Lucida Grande", Arial, sans-serif;
	line-height: 15px;
}


#clientlistright {
	width:225px;
	height: 365px;
	margin-top: 0px;
	margin-right: 20px;
	float:left;
	color:#000000;
	font:8pt "Helvetica","Lucida Grande", Arial, sans-serif;
	line-height: 15px;
		
}
#clientlistright2 {
	width:200px;
	height: 365px;
	margin-top: 0px;
	float:left;
	color:#000000;
	font:8pt "Helvetica","Lucida Grande", Arial, sans-serif;
	line-height: 15px;
		
}

/* Contact section */

#contactleft {
	width: 525px;
	margin-top: 0px;
	float:left;
	color:#000000;
	font:11pt "Helvetica","Lucida Grande", Arial, sans-serif;
	line-height: 15px;
	font-weight:bold;
	
	
}

#contactright {
	width: 400px;
	margin-top: 0px;
	float:left;
	color:#000000;
	font:9pt "Helvetica","Lucida Grande", Arial, sans-serif;
	line-height: 13px;
	font-weight:bold;
	
	
}
.contact_secondary {
    color:#333333;
	font:8pt "Helvetica","Lucida Grande", Arial, sans-serif;
	line-height: 13px;
}

#footerlinks {
	width: 943px;
	height: 31px;
	margin-top:17px;
	float:left;
	margin-right:0px;
}

.pad1 {
	display:block; 
	width:18px; 
	height:150px; 
	float:left;
}

.pad2 {
	display:block; 
	height:150px;}


#footermain {
	position:absolute; 
	margin:0; 
	bottom:-1px; 
	right:0px; 
	display:block; 
	width:100%; 
	height:33px; 
	background:#000; 
	text-align:center; 
	font-size:2em; 
	z-index:4;}


#footerwhite {
	position:absolute; 
	margin:0; 
	bottom:32px; 
	right:15px; 
	display:block; 
	width:100%; 
	height:13px;
	background-image:url(../images/footer_white_back.gif); 
	text-align:center; 
	font-size:2em; 
	z-index:12;
}


#footer {
	width: 943px;
	float:left;
	padding-right:10px;
}
#footer img {
	padding-right: 7px;
}

.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#000000; 
	background-color: #FFFFFF; 
	border: 1px solid #000000;
	text-transform:uppercase;

}

.checkbox {
	border: 1px solid #666666;
    padding: none;
    background:#FFFFFF;
	
}

