@charset "utf-8";

/*-----force vertical scroll-----*/
html { height: 101%; margin-bottom: 1px}

/*website wide: background red, text yellow, img and text centered w/vertical scroll bar to avoid shift*/
body {
	background-color: #6C1E1E;
	color: #FFCC66;
	font-family: Calibri, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}

/*-----fixed width allows use of negative centering (auto margin doesn't work with this design) and auto height expands for content-----*/
#container {
	height: auto;
	width: 966px;
	position: absolute;
	left: 50%;
	margin-left: -483px;
	margin-top:-15px;
	background-image: url(../photoshop_sliced_export/backgrounds/container_background.jpg);
	text-decoration: none;
}

#header {
	float: left;
	height: 227px;
	width: 966px;
	background-image: url(../photoshop_sliced_export/backgrounds/GMIG_master_header.jpg);
	background-repeat: no-repeat;
	padding-bottom:10px;
}

/*-----removes blue line around img  and text hyperlinks-----*/
img {border: 0;}
a {text-decoration:none}
a:link {
	border:0;
	text-decoration:none;
}
a:visited {border:0}
a:hover {
	color: #FFCC66;
	text-decoration: underline;
}
a:active {border:0}

#content {
	text-align: center;
	height: auto;
	float: left;
	width: 785px;
	margin-bottom: 110px;
	margin-left: 101px;
	margin-top: 12px;
	padding-top:10px;
	min-height: 240px;
	text-decoration: none;
}

.homepage_font {
	font-size:20px;
}

#table_content {
	text-align:center;
	width: 650px;
	margin-left: 142px;
	margin-top: 12px;
}

#h1 {
	line-height: 100%;
	font-size: 9px;
	text-decoration: none;
}

#h1 img {
	padding-bottom:10px;
}

.gallery_title {
	font-size:30px;
	color: #FFCC66;
	text-decoration:underline;
}
	
.giglio {
	text-align:left;
	margin: 0;
}

/*-----IE7 add on for align left------*/
.giglio_left {
	margin-left: 0;
}

.gallery {
	border: 1px solid #BB3210;
	padding: 0;
	height: auto;
	width: 775px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;	
}

.breed_info_text {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.gallery_left {
	margin: 0 3px 0 3px;
	float:left
}

.text_center {
	text-align:center
}

.text_left {
	text-align:left
}
/*our_dogs.html links in table gold and centered*/
.ourdogstext {
	color: #FFCC66;
	text-align: center;
}

.ourdogstext_no_underline {
	color: #FFCC66;
	text-align: center;
	text-decoration: none;
}
	
.text_left_italics {
	font-style: italic;
	text-align: left;
}

/*our_dogs.html red border for pix in table*/
.border {
	border: 1px solid #BB3210;
	margin: 10px auto 10px auto ;
	padding: 0;
}



#text {
	text-decoration: none;
	text-align: left;
	float: left;
	margin: 10px auto 30px auto;
}

/*-----puppy questionnaire----*/
.spacer {
	margin:30px 0 30px 0;
}

#footer {
	float: left;
	height: 67px;
	width: 966px;
	background-color: #6C1E1E;
	background-image: url(../photoshop_sliced_export/backgrounds/GMIG_master_footer_backgrd.jpg);
}

.copyright {
	font-size: 11px;
}

.copyright a {
	text-decoration: none;
	color: #D93B0A;
}
#content {
	margin-top: 0;
	padding: 0;
}

/*----contact email link-----*/
.link {
	text-decoration: underline;
	color: #FFCC66;
}

.underline {
	text-decoration:underline;
}

.linkspage {
	text-align: left;
	color: #FFCC66;
	text-indent: 130px;
	margin-top: 27px;
}

.video {
	text-align:center;
	margin-left: 10%;
	margin-right: 10%;
}

/*-----form styles for formatting-----*/
.surveycaption {
	font-size: 36px;
	text-align: center;
}
#reset {
	margin-left: 150px;
}
.spryvalidationemailformat {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
}

#form {
	text-align:left}
	
#container #content table {
	font-color: #FFCC66;
	text-decoration: none;
	text-align: left;
	margin-left: 0px;
	float: left;
	color: #FFCC66;
}

img.border_float_right {
	float:right;
	border: 1px solid #BB3210;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.spacer_homepage_bravissimo_80px {
	margin-top:80px;
}

.thanks {
	font-size:18px;
}

.required {
	color:#BB3210;
}
bravissimo {
	font-size: 36px;
}

