/* CSS Document */
/* 1.16.08 */
/* Author: www.randycaruso.com */

* { margin: 0; padding: 0; }

html, body{
	height: 100%;
	font-size: 95%;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

p { color: Black; margin: 0 0 .8em 0; }

a { color: #E08D1B; }
 
a:hover { color: #EC3B0F; }

h1 { display: none; }
h2 { font: normal 2.4em Arial, Helvetica, sans-serif; }
h3 { font: normal 1.8em Arial, Helvetica, sans-serif; color: #E1C000; margin: 1.2em 0 .8em 0; }
h4 { font: normal 1.8em Arial, Helvetica, sans-serif; padding: 0; margin: 0; }
h5 {display:none;}



/* -------------------  Blockquots   ----------------- */
blockquote {
	margin: 2em;
	color: #666;
	font-style: italic;
	padding: 5px 0 0 0;
}

/* Actually puts a line above and below*/
blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
}

/* Actually puts quotes in the text!! */
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }


#header {
	width:960px;
}

#header ul {
	display:none;
}



/* -------------------  Lists   ----------------- */

ul { margin: 0 0 20px 0; }
ol { margin: 0 0 12px 0; }

/* -------------------  Custom Bullets  ----------------- */
li {
	xfont-size: 1.2em;
	margin: 2px 0 2px 10px;
	list-style-type: none;
	padding: 0 0 6px 14px;
	background: url(../images/bullet.gif) no-repeat 0 4px; /*adjust background position here, the first value is the x and the second the y position *//*adjust background position here, the first value is the x and the second the y position */
}

img { border: none; }
/* -----------------------------  Centers the Block in the Page -------------------------- */	

#distance{
	width: 1px;
	height: 50%;
	margin-bottom: -336px; /* half of container's height */
	float: left;
}

#column{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 672px;
	width: 960px;
	clear: left;
	background: White;
}

#homegallery {
	width: 960px;
	height: 579px;
	background: url(../images/main.gif) no-repeat top ;
}



#branding {
	width: 960px;
	height: 579px;
	background: url(../images/branding.jpg) no-repeat center;
}
#printing {
	width: 960px;
	height: 579px;
	background: url(../images/printing.jpg) no-repeat 90px 50px;;
}

#web {
	width: 960px;
	height: 579px;
	background: url(../web/webplate.jpg) no-repeat 90px 50px;;
}
#packaging {
	width: 960px;
	height: 579px;
	background: url(../images/packaging.jpg) no-repeat 90px 80px;
}



/* -----------------------------------------------  Footer---------------------------------------- */	
#footer {
	padding: 10px 0 0 0;
	width: 899px;
	height: 30px;
	text-align: right;
	margin: 0 auto;
	color: Gray;
	font-size: .9em;
}



#resume{
	padding: 20px 20px 0 0;
	width: 600px;
	height: 500px;
	margin: 0 auto;
	xbackground: url(../images/main.gif) no-repeat top;
	overflow: auto;
}
/* --------------------------------------------  Contact Page ------------------------------------- */	

#contact{
	padding: 20px 0 0 0;
	width: 600px;
	height: 500px;
	margin: 0 auto;
	xbackground: url(../images/main.gif) no-repeat top;
	xoverflow: auto;
}

#contactdata{
	margin: 0px 0 0 0;
	padding: 3px 0 0 54px;
	width: 240px;
	float: left;
}

#contactdata a {
	text-decoration: none;
	border-bottom: 1px dotted #E07D0E;
	!important: ;
}

.mondophone {
	font-size: 18px;
}

/* ------------------  Contact Form -------------------- */	

#contactform {
	margin: 0px 0 30px 0;
	width: 230px;
	float: right;
	padding: 0px 15px 0 0;
}

#contactform p {
	padding: 0 0 2px 0;
	margin: 0;
}


#footer a { color: #E08D1B;
	text-decoration: none;
	border-bottom: 1px dotted #E08D1B;
	!important: ;
 }

#contact a { color: #E08D1B;
	text-decoration: none;
	border-bottom: 1px dotted #E08D1B;
	!important: ;
 }
 
 #contact, p {
 	color: Gray;
 }
.mailformfield{
	background-color: #EDEDED;
	border: 1px solid #9E9E9E;
	height: 18px;
	padding: 0 0 0 5px;
	margin: 2px 0 15px 0;
	width: 230px;
		color: #506569;
	font-family: Arial, Helvetica, sans-serif;
}

.messageformfield{
	background-color: #EDEDED;
	border: 1px solid #9E9E9E;
	height: 85px;
	margin: 2px 0 8px 0;
	padding: 3px 0 0 5px;
	width: 230px;
		color: #506569;
	font-family: Arial, Helvetica, sans-serif;
}
.specialsformfield{
	background-color: #EDEDED;
	border: 1px solid #9E9E9E;
	height: 17px;
	padding: 1px 0 0 5px;
	margin: 0 5px 0 0;
	width:150px;
	color: #506569;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	float: left;
	xborder: 1px solid blue;
}


/* -----------------------------------------------  Debris---------------------------------------- */	
#clear{ clear: both; }