body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #650003;
	background: #FD9D2D url(/winterdine/images/Winterdine_bg.gif);
	background-repeat: repeat-x;
	color: #666;
	margin-top: 5px;
	margin-bottom: 10px;
}

body a:link, a:visited, a:active {
	color: #650003;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
	color: #FF9966;
}

/* IE inherit font size in tables */
p {
line-height: 20px;
}

table {
	font-size: 1.0em;
}
table a{
	text-decoration:none;
}

/* tag defs */

ul {
	margin:0;
	padding:0;
	list-style:none;
}

textArea {
	border: 1px solid #ccc;
	color: #000;
	background-color: #EAEAEA;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


h1 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #690303;
}

h3 {
	font-size: 9px;
	font-weight: bold;
	color: #CCC;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 9px;
	font-weight: bold;
	color: #7E7E7E;
}


h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 9px;
	font-weight: bold;
	color: #7E7E7E;
	margin: 0;
	padding: 0;
}

h1.clear {
	display:none;
}

acronym {
	border-bottom: 1px #999 dotted; 
	cursor:help; 
	font-style:normal
}

/* for the news section on the home page */

dt {
	float:left;
	border:solid 1px blue;
	width:90px;

}

dd {
	float:right;
	width:280px;
	border:solid 1px red;
	margin-bottom:20px;
}

/* Use as class because of the unwanted borders */

.input {
	border: 1px solid #ccc;
	color: #000;
	background-color: #EAEAEA;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* Clearing hack */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* Main styles */
	
#wrap {
	width: 621px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}

#top {
    background: url(/winterdine/images/header.gif) no-repeat;
	height: 222px;
	width: 621px;
}

#middle {
	background: url(/winterdine/images/bg_middle.jpg) repeat-y;
	width: 621px;
	margin-left:11px;
}

.content {
	font-size:12px;
	font-face:Verdana;
	line-height:1.3;
	border-left: 1px solid #E1E1E1;
	padding-left: 5px;
	padding-right: 5px;
}

.content a:link, .content a:visited, .content a:active {
	color: #650003;
	text-decoration: underline;
}

.content a:hover {
	background-color: #650003;
	color: #fff;
}

.contentWide a:link, .contentWide a:visited, .contentWide a:active {
	color: #FF9900;
	text-decoration: none;
}

.contentWide a:hover {
	background-color: #FF9900;
	color: #fff;
}

.content li {
	line-height: 16px;
	background: url(/winterdine/images/bullet1.gif) no-repeat 2px 6px;
	padding-left: 12px;
	padding-bottom: 4px;
}

#bottom {
	background: url(/winterdine/images/bg_bottom.jpg) no-repeat;
	height: 50px;
	width: 621px;
	margin-left:11px;
text-align: center;
}

#banner {
	height: 2px;
	width: 568px;
	margin-right: 21px;
	margin-left: 21px;
	margin-bottom: 10px;
}

#nav li {
	list-style:none;
	display: inline;
	margin-left: 25px;
}

#nav {
	width: 390px;
	float:right;
	margin-top: 24px;
	margin-left: 24px;
}
#nav ul, #nav li {
	list-style-type: none;
	line-height: 20px;
}

#nav li a {
	background-image: url(/winterdine/images/snowflake_bulletcl.gif);
	background-repeat: no-repeat;  background-position: 0 .4em;
	padding-left:15px;
}

#nav li a:hover {
	background-image: url(/winterdine/images/snowflake_bullet.gif);
	background-repeat: no-repeat;  background-position: 0 .2em;
	padding-left: 15px;
}
#nav a {
	font-size: 9px;
	color: #650003;
	text-decoration: none;
	font-weight: bold;
	}

#nav li a span {
	border:solid 1px #ccc;
	padding:4px;
	line-height:22px;
}

#nav a:hover {
	color: #0268AD;
	text-decoration: underline;
}

#feature {
	width: 130px;
	color: #999;
	float: left;
	font-size: 9px;
}

#sampleFeature {
	width: 130px;
	border-right: 1px solid #E1E1E1;
	padding-right: 10px;
	color: #999;
	float: left;
	font-size: 9px;
}

/* IE */
#feature {margin-left:14px;}
/* MOZ */
html>body #feature {margin: 0px 0px 0px 26px;}

.content {
	width: 400px;
	margin-left: 180px;
	text-align: justify;
}

.contentWide {
	width: 550px;
	margin-left: 32px;
	text-align: justify;
	padding-bottom: 0px;
}

.contentPopup {
	width: 550px;
	padding-left: 30px;
	padding-right: 20px;
}

.contentPopup li {
	line-height: 16px;
	background: url(/winterdine/images/bullet1.gif) no-repeat 2px 6px;
	padding-left: 12px;
	padding-bottom: 4px;
}

#feature li {
	margin-top: 4px;
	margin-bottom: 4px;
}

#feature a:link, #feature a:visited, #feature a:active {
	font-size:9px;
	text-decoration: none;
	font-weight: bold;
	color: #650003;
}

#feature a:hover {
	color: #FF9966;
	text-decoration: underline;
}

.subNav {
	width: 110px;
	text-decoration: none;
	background: url(/winterdine/images/bg_nav.jpg) no-repeat;
	padding-bottom: 20px;
} 

.subNav ul {
	margin: 0;
	padding: 0;
} 

.subNav h3 a {
	text-decoration:none;
	}

.subNav a:link, .subNav a:visited, .subNav a:active {
	line-height: 22px;
	text-decoration: none;
	color: #999;
}

.subNav a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.subNav ul li {
	background: url(/winterdine/images/arrow.gif) no-repeat 0px 8px;
	padding-left: 12px;
}

#breadcrumbs {
	margin-left:30px;
	float: right;
	width: 580px;
	height:30px;
	text-align: left;
	color: #ccc;
}

#breadcrumbs a {
	color: #ccc;
}

#breadcrumbs a:hover {
	color: #690303;
}

#breadcrumbs > li:first-child {
	background:none;
}

#breadcrumbs li {
	display: inline;
	padding-left: 0px;
	list-style-type: none;
}

.right {
	float: right;
	margin-right: 160px;
	padding-bottom: 10px;
}

.phoneList li {
	display:inline;
	padding-right:20px;
	width: 160px;
	margin-left:0;
}

.quote {
	background-image: url(/winterdine/images/quotes.gif);
	float: left;
	padding-bottom: 20px;
	padding-left: 60px;
	background-repeat: no-repeat;
	padding-top: 16px;
}

.closeLink {
	text-align: center;
	padding: 6px;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	margin-top: 20px;
}

.cell {
	background: #f4f4f4;
	border-bottom: 1px solid #ccc;
}

.green {
	color: #006600;
	font-weight: bold;
	font-size: 9px;
}

.sitemap {
	padding-left: 30px;
}

.clientLogin {
	padding-left:14px;
}

.portfolioImg {
	float: left;
	width: 156px;
	padding-right: 6px;
}

.sample {
	padding-bottom: 16px;
	width: 400px;
	float: left;
}

.popupTitle {
	float: right;
	padding-right: 30px;
	color: #FF9900;
	font-weight: bold;
	font-size: 9px;
	padding-top: 26px;
}

.break {
	width: 100%;
	border-top: 1px dotted #ccc;
}

.resources {
	background: #f8f8f8;
	padding: 10px;
	border: 1px solid #ccc;
}

.partnerLogos {
	float: right;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #E5E5E5;
}

.expand {
	padding-top: 10px;
	padding-bottom: 10px;
}

.note {
	padding: 6px;
	border: 1px solid #ccc;
	font-size: 9px;
	background-color: #F4F2F0;
	color: #999;
	margin-top: 6px;
	margin-bottom: 6px;
}

.map {
	background: url(/winterdine/images/icon_world.gif) no-repeat 0px 1px;
	padding-left: 18px;
	padding-bottom:2px;
	padding-top:2px;
}

/* portfolio stuff */

.sampleSites {
	list-style-type: none;
	margin:0;
	padding:0;
}

.sampleSites li	{
	float: left;
	display: inline;
	width:80px;
	height: 86px;
	background: url(none);
}

.sampleSitesMain li	{
	float: left;
	display: inline;
	width:50px;
	height: 40px;
	background: url(none);
}

.sampleSites li a, .sampleSitesMain li a {
	text-decoration: none;
	color: #A5A5A5;
}

.sampleSites li img, .sampleSitesMain li img	{
	border: 1px solid #ccc;
	background-color: #fff;
}

.sampleSites li a:hover img, .sampleSitesMain li a:hover img {
	border: 1px solid #FF9900;
}

#clients {
	width: 400px;
	float: left;
}

#clientsMain {
	width: 110px;
	padding-left:20px;
	padding-bottom: 20px;
}

.description li {
	background: url(/winterdine/images/bullet_arrow.gif) no-repeat 0px 5px;
	padding-left: 12px;
	height: 12px;
}

/* fix for the peekaboo bug on projects page */

.projects {
	float: left;
}

.homeForm li {
	display: inline;
	background-image: none;
}

/* platinum logo page */

#platinum {
	text-align:center;
}

#platinum img {
	border:solid 1px #ccc;
	text-align:center;
}

div#left{
	float:left;
	width:45%;
	text-align:center;
}

div#right {
	float:right;
	width:45%;
	text-align:center;
}
.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
.center{
	text-align:center;
}
.center a:hover{
	color: #650003;
}



