/* CSS Document */

/* 
	Resets default browser settings
	reset.css
*/
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,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-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

* {	
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	}

body {
	background: #E7F1F9 url(gsa_images/background_grad.gif) repeat-x;
	}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: white;
		}


.clear {
	clear: both;
	}



/* __________________  Header ___________________ */

#header {
	border-bottom: 4px solid #710513 ;
	float: left;
	width: 960px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}
	
#logo_col {
	float: left;
	}

#contact_details {
	float: right;
	padding-top: 20px;
}

#contact_details #name {
	font-size:18px;
	font-weight: bold;
	color: #710513;
}

#contact_details li {
	padding: 2px;
}


#gsa_details {
	border-bottom: 2px solid #710513 ;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#header p, #header li, #gsa_details p{
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	}
	
strong {
	font-weight:bold;
}

em {
	font-style: italic;
	color: #710513;
	}

#gsa_details p {
	text-align:center;
	padding: 5px;
}

/* __________________  Vendors ___________________ */

#vendors .box {
	/*background: white url(gsa_images/box.png) no-repeat;*/
	width: 460px;
	height: 160px;
	float: left;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
	-moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
	box-shadow: 0px 0px 8px 2px rgba(113, 5, 19, .25);	
	margin: 7px;
	border: 1px solid rgba(113, 5, 19, .25);
	position:relative; 
	}
	


#vendors li ul  {
		list-style-type:circle;
		padding: 0 0 0 35px;
		font-size: 14px;

			}
			
#vendors li ul li {
		padding: 1.5px 0 ;
		color: #710513;
			}			
			
#vendors li ul li a:hover{
		color: #710513;
			}						
	
.logo {
	padding: 5px 0 0 10px;

}

.main_prod{ 
position: absolute;
right: 5px;
top: 20px;
}

.side_prod{ 
position: absolute;
left: 125px;
bottom: 20px;
}

#paderno ul, #paderno img {
	float: left;
}

#vendors #paderno ul {
	margin-top: 50px;
	padding: 0 0 0 20px;
}

#town li {
	margin-top: 20px;
}


/* __________________  Official logos footer ___________________ */

#official_logos li{
	float: left;
	padding-left: 10px;
}


/*
#710513 - burgandy */

