/* @override http://local.ultracomfort.net:8888/css/style.css
	http://ultracomfort.net/css/style.css */

/* DigiSquid CSS Library Version 3.6.5 */
/* UltraComfort.net

/* Framework */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	background: #3175a2 url(../images/template/bkg.png) repeat-x 0 top;
}

.design #container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.design #masthead {
	height: 183px;
	background-image: url(../images/template/masthead.png);
}

.design #menu {
	padding-left: 290px;
}

.design #contenttop {
	height: 420px;
	padding-right: 33px;
	padding-left: 33px;
	background: url(../images/template/content_top.png) no-repeat;
	padding-top: 27px;
}

.design #contenttop img {
	margin-top: -26px;
	margin-left: 6px;
}

.design #models {
	padding-top: 50px;
}

.design #content {
	background: url(../images/template/content.png) repeat-y 0 bottom;
	padding: 0 75px 10px;
}

img.category {
	margin: 10px;
}

.column {
	float: left;
	padding-right: 20px;
}

#contenttop p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	color: white;
	padding: 0 25px 15px 35px;
}

p#pdftitle {
	padding-top: 0;
	font-weight: bold;
	padding-bottom: 5px;
}

.pdf {
	background: url(../images/graphics/pdf.png) no-repeat;
	height: 25px;
	margin-left: 335px;
}

.design #logo {
	margin-top: -25px;
	float: left;
	width: 325px;
}

.design #swatches {
	margin-top: -100px;
	float: left;
	margin-left: 300px;
	width: 500px;
}


.design #retailer {
	width: 500px;
	margin-top: -50px;
	margin-left: 300px;
}

.design #retailer p {
	padding: 0;
}

.design #retailer h2 {
	color: #286f9d;
	padding: 25px 0 0;
}


/* img, div { 
	behavior: url(/scripts/iepngfix/iepngfix.htc)
} */


/* End Framework */

/* Animation */
.design #animation {
	margin-top: -26px;
	margin-left: 6px;
	float: left;
}
/* End Animation */


/* Footer */

.design #footer {
	height: 73px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/template/footer.png) no-repeat;
}
.design #footer p {
	color: #2d74a1;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 100px;
}

.design #footer p a:link {
	color: #2d74a1;
	text-decoration: none;
}

.design #footer p a:visited {
	color: #2d74a1;
	text-decoration: none;
}

.design #footer p a:hover {
	color: #fa921f;
	text-decoration: none;
	background: none;
}

.design #footer p a:active {
	color: #fa921f;
	text-decoration: none;
}

/* End Footer */

/* Text Styling */

h1 {
	text-align: left;
	margin: 0;
	color: white;
	padding: 0 50px 10px;
	font: 24px/18px Georgia, "Times New Roman", Times, serif;
	text-shadow: #14314b 2px 2px 3px;
}

h2 {
	text-align: left;
	margin: 0;
	color: white;
	padding: 10px 50px 5px;
	font: 18px/14px Georgia, "Times New Roman", Times, serif;
	text-shadow: #14314b 2px 2px 3px;
}

h3 {
	text-align: left;
	margin: 0;
	color: white;
	padding: 0 50px 10px;
	font: 24px/18px Georgia, "Times New Roman", Times, serif;
	text-shadow: #14314b 2px 2px 3px;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0 50px 10px 25px;
}

strong {
	font-weight: bold;
}

.small {
	font-size: 9px;
	line-height: 10px
}

.bigger {
	font-size: 125%;
	font-weight: bold;
}

ul {
	color: white;
	font-size: 12px;
	line-height: 10px;
	padding-top: 0;
	padding-bottom: 10px;
}

li {
	padding-bottom: 10px;
}

/* End Text Styling */

/* P Links */

p a:link {
	color: #b1ffe7;
	text-decoration: none;
}

p a:visited {
	color: #b1ffe7;
	text-decoration: none;
}

p a:hover {
	color: #fa921f;
	text-decoration: none;
	background: none;
}

p a:active {
	color: #fa921f;
	text-decoration: none;
}

/* end P Links */

/* Photos */
.photo {
	padding: 25px;
}
/* end Photos */

/* Photo Gallery */
.photogallery ul { 
	list-style:none; /* No bullets */ 
	overflow:hidden;
	margin-left: 50px;
	margin-top: -50px;
} 

.photogallery li { 
	float:left; /* Horizontal list */
	width:250px; /* Room for images and text */ 
	padding:25px; /* Gap between */ 
} 

.photogallery li div { 
	text-align:center; /* Center description */ 
} 

.photogallery li img { 
	display:block; 
	margin:0 auto; /* Cener block image */ 
	width:250px; /* All images the same size */
	border: 1px solid gray; /* border  */
}

/* End Photo Gallery */

/* Tables */

table {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	border: 1px solid #3175a2;
}

table td {
	padding: 20px;
	background-color: #cce1fe;
}

table th {
	padding: 20px;
	background-color: white;
}

/* End Tables */


/* Form */

form.webform fieldset {
  margin-bottom: 10px;
}

form.webform input {
	width: 250px;
}

form.webform legend {
  padding: 0 2px;
  font-weight: bold;
	font-size: 18px;
	color: #356aa0;
}
form.webform label {
  display: inline-block;
  line-height: 14px;
  vertical-align: top;
	font-size: 12px;
}
form.webform fieldset ol {
  margin: 0;
  padding: 0;
}
form.webform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.webform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.webform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.webform fieldset fieldset label {
  display: block;
  width: auto;
}
form.webform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.webform label {
  width: 250px; /* Width of labels */
}
form.webform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

.webform #submitbox {
	background-color: #356aa0;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}

/* End Form */

hr {
color: #356AA0;
background-color: #356AA0;
height: 1px;
border: 0;
}