@charset "utf-8";
/* CSS Document */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 10px;
}
a {
	color: #003399;
}
a:hover {
	color: #ff9966;
}
p {
	margin-bottom: 0px;
}
#holder {
	margin: auto;
	width: 750px;
}
#holder #header h1 {
	margin: 0px;
}
#holder #header #logo {
	float: right;
	height: 100px;
	width: 750px;
	background-image: url(assets/images/the-winters-group-logo.jpg);
	text-indent: -9999px;
}
#holder #header #descr {
	float: right;
	width: 260px;
	color: #356595;
	font-style: italic;
	text-align: center;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 110px;
}
#holder #header #mainnav {
	background-color: #3284bb;
	padding: 5px;
}
#holder #header #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#holder #header #mainnav ul li {
	display:inline;
	margin-right:12px;
}
#holder #header #mainnav ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#holder #col-left {
	float: left;
	width: 532px;
	padding: 20px;
}
#holder #col-left h2 {
	font-size: 16px;
	margin: 0px;
}
#holder #col-left #homevideo {
	float: left;
	width: 300px;
	margin-right: 10px;
	font-size: 10px;
	text-align: center;
}
#holder #col-left .product {
	padding-bottom:20px;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}
#holder #col-left .product img {
	float:left;
	width:156px;
	margin-right:10px;
}
#holder #col-left .product .pr-descr {
	float:left;
	width:268px;
}
#holder #col-left .product form {
	float:left;
	margin-left:10px;
}
#holder #col-right {
	float: right;
	width: 178px;
}
#holder #col-right .line {
	background-color: #f0b26b;
	height: 6px;
	margin-bottom: 10px;
}
#holder #col-right #col-right-content {
	color: #3284bb;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	padding: 10px;
}
#holder #footer {
	border-top: 1px solid #3284bb;
	padding: 5px;
	font-size: 9px;
	color: #3284bb;
}
#holder #footer #ftext {
	width: 557px;
	float: left;
}
#holder #footer #top {
	float: right;
	width: 173px;
}
.size11 {
	font-size:11px;
}
.size14 {
	font-size:14px;
	font-weight:bold;
}
.orange {
	color: #cc6600;
}
.red {
	color: #cc0000;
}

/* Services Sidebar Menu Styles */
#servicessidebarlist {
   
}

#servicessidebarlist ul {
  margin: 0px;
  padding: 0px;  
}

#servicessidebarlist ul li {
  list-style-type: none;
  margin-bottom: 12px;
}


/* Profiles Sidebar Menu Styles */
#profilessidebarlist {
   
}

#profilessidebarlist ul {
  margin: 0px;
  padding: 0px;  
}

#profilessidebarlist ul li {
  list-style-type: none;
  margin-bottom: 12px;
}

.regularprice {
  font-weight: bold;
  font-size: 14px;  
  text-decoration: line-through;
  color: #aa0000;
}
