/*high resolution, 1024 & up */
@media only screen { 

body { 
	background-color: rgb(150,150,150);
	background-image:  url("../../images/pattern2.png");
	font-family: "Fontin Sans Rg","Book Antiqua",Times,serif;
	font-size: 15px;
} 

#master {
	width: 980px;
	margin: 0 auto;
	border: 0px solid rgb(0,0,0);
	background: rgb(255,255,255);
}

header {
	width: 980px; 
	height: 133px; 
	background: rgb(255,255,255);
}

header img {
	
}

nav {
	width: 980px; 
	height: 20px;
	background: rgb(255,255,255); 
	padding: 2px 0 20px 0;
	text-align: center;
}

nav ul {
	-webkit-padding-start: 0;
	background: rgb(255,255,255);
}

nav li a {
	color: rgb(75,75,75);
	text-decoration: none; 
	font-weight: bold; 
	font-size: 15px;
}

nav li {
	display: inline;
}

#slider {
	width: 980px; 
	height: 270px; 
	margin: 0 auto;
	background: rgb(255,255,255)
}

#QuoteReqBox {
	position: relative;
	width: 980px; 
	height: 52px; 
	margin: 0 auto; 
	background: rgb(255,255,255); 
	border: 0px solid rgb(244,244,244);
}

#responsiveTabsDemo {
	width: 95%; 
	height: auto; /*1200px;*/ /*was 725px*/
	margin: 0 auto; 
	background: rgb(255,255,255); 
	border: 0px dotted rgb(0,0,0);
}

#tab-1 {
	color: rgb(150,150,150);
	height: 725px;
}

#tab-1 img {
	float: left;
	padding: 4px;
	border: 1px solid rgb(235,235,235);
	margin: 0px 10px 15px 10px;
}

#tab-1 h2 {
	color: rgb(30,195,241);
	font-style: italic;
	padding-left: 210px;
}

#tab-2 {
	color: rgb(150,150,150);
}

#tab-2 ul {
	float: left;
	padding-left: 10%;
}

#tab-3 {
	color: rgb(150,150,150);
}

#tab-3 img {
	padding-left: 150px;
	padding-right: 130px;
	border: 1px solid rgb(235,235,235);
}

#tab-4 {
	color: rgb(150,150,150);
}

#tab-4 h4 {
	color: rgb(0,77,161);
}

#tab-5 {
	color: rgb(150,150,150);
}

.static {
	width:65%;
	float: left;
}

.divide {
	width: 2%;
	float:left;
}

.divide hr {
	width: 1;
	height: 400;
}

.pom-area {
	width: 32%;
	float: right;
	text-align: center;
}

.pom-area h4 {
	color: rgb(0,77,161);
	text-align: center;
	font-style: italic;
	font-size: 18px;
}
.pom-area img {
	height: 65px; 
}

#alert {
	font-size: 24px;
	color: rgb(255,0,0);
	text-align: center;
}

footer {
  width:100%;
  height:215px;
  background-color:#CCC;
}

.column {
  width:25%;
  background-color: rgb(235,235,235);
  height:215px;
  float:left;
  margin:0 auto;
  border: 0px solid rgb(0,0,0);
}

.column img {
	padding-left: 80px;
	padding-top: 2px;
}

.column li {
	font-weight: normal;
	font-size: 12px;
	display: block;
	text-align: left;
	padding-top: 2px;
	padding-left: 20px;
}

#copyright {
	width: 980px;
	height: 62px;
	background: rgb(27,60,97);
	border: 1px dotted rgb(27,60,97);
}

#copyright p {
	color:#ffffff;
	padding: 0px 0 0 20px;
	font-style: italic;
}

/* for other pages, not homepage, for letters across graphics, centered*/
#container
{
	height: 270px;
	width: 980px;
	position: relative;
}

#cont_img {
	position: absolute;
	left:0;
	top:0;
}

#cont_text {
	z-index: 100;
	position: absolute;
	color: white;
	font-size: 24px;
	font-style: italic;
	right: 350px;
	top: 35px;
	text-shadow: 2px 2px 4px #000000;
}

#small_cont_text {
	z-index: 100;
	position: absolute;
	color: white;
	font-size: 14px;
	font-style: italic;
	right: 390px;
	top: 220px;
	text-shadow: 2px 2px 4px #000000;
}

#content {
	padding: 0px 150px 20px 150px;
	color: rgb(100,100,100);
	overflow: hidden;
}

#content h2 {
	color: rgb(0,77,161);
}

#quote_req_cont_img {
	position: absolute;
	left: 609px;
	top: 0;
}

#quote_req_cont_text {
	z-index: 100;
	position: absolute;
	color: rgb(0,77,161);
	font-size: 16px;
	font-style: italic;
	left: 730px;
	top: 0px;
}

#manufacturers-columns { 
	width: 750px;
	float: left; 
	margin-bottom: 30px;
}

#manufacturers-2-columns { 
	width: 300px; 	
	float: left; 
	margin-right: 60px;
	font-size: 12px;
}

#map-canvas {
	width: 400px;
	height: 280px;
}

#contact-column {
	width: 750px;
	height: 150%; 
	float: left; 
	margin-bottom: 30px;
}

#contact-2-columns { 
	width: 275px; 	
	float: left; 
	margin-right: 40px;
}

a {
	text-decoration: none;
}

#arrow2 {
	list-style-image: url("/images/arrow2.png");
	/*background-image: url("/images/arrow2.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;*/
	
}

}