@charset "utf-8";

/* Gino Gianilli's Stylesheet - 022009 */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* custom styles */

body {
	background-color: #FFFFCC;
	background-image: url(images/ginos_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#container {
	background-image: url(images/ginos_bg-main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(images/ginos_hdr_01.jpg);
	height: 150px;
	width: 940px;
}

#topmenu {
	background-image: url(images/ginos_hdr_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	width: 940px;
}

#topmenu ul { padding: 22px; margin-left: 203px; font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;	font-size: 1em; }
#topmenu li { display: inline; padding: 0 20px 0 0; }
#topmenu a { color: #FFFFFF; text-decoration: none; }
#topmenu a:hover { color: #FFCC00; text-decoration: underline; }

#header2 {
	background-image: url(images/ginos_hdr_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px;
	width: 940px;
}

#bottom {
	background-image: url(images/ginos_botm.jpg);
	width: 940px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 0 50px 0;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	padding: 15px 20px 50px 220px;
}

#content a { color: #CC3300; text-decoration: none; }
#content a:hover { 	border-bottom: #CC3300 1px solid; }
#content ol, ul { margin: 0 0 20px 15px; padding-left: 20px; font-size: 0.9em; line-height: 1.2em; }
#content ol { list-style: decimal; }
#content ul { list-style-type: square; }
#content h1, h2 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; color: #ae2b03; padding: 0 0 5px 0; }
#content h1 { font-size: 24px; }
#content h2 { font-size: 18px; }
#content p { font-family: Arial, Helvetica, sans-serif; font-size: .9em; line-height: 1.1em; padding: 0 5px 5px 0; }


#footer {
	margin: 20px 20px 50px 220px;
}

#copyright {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #660000;
}

#amixa a {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC3300;
	margin-right: 50px;
	text-decoration: none;
}

#amixa a:hover {
	text-decoration: none;
	border-bottom: #CC3300 1px solid;
	padding-bottom: 2px;
}

.clear {clear:both;}


/* content styling */
#content-top { margin: 0 0 15px 0; }

.feature-image {
	float: left;
	height: 241px;
	width: 419px;
	padding: 0 25px 10px 0;
}
.aboutus-image {
	float: right;
	height: 285px;
	width: 427px;
	padding: 0 25px 10px 0;
}

#feature-text { 
	width: 245px;
	float: left;
	padding: 0 0 0 0px;
}

#feature-text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.1em;
	padding: 0 10px 10px 0;
}

#feature-text a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
}


#ii_column { margin: 20px 0 20px 0; }

#ii_column img {  }

.leftcol {
	float: left;
	width: 320px;
}

.rightcol {
	float: right;
	width: 320px;
}

#i_column {
	margin: 0;
}

.picframe {
	background-color:#E6DBA2;
	border:1px solid #DED187;
	padding:4px;
	margin: 0 0 5px 0;
}

