/* Start of CMSMS style sheet 'default' */
body{
	margin: 20px 0 0 0;
	padding: 0;
	background: url(http://www.waterfordweir.com/images/background.gif) #348381 repeat-x;
	font: 12px/1.3 Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#mainWrap{
	width: 760px;
	margin: auto;
	text-align: left;
}

.italic{
	font-style: italic;
}
.tiny{
	font-size: 9px;
        color: #ccc;
}

/********** =LINKS ***********/
a{
	outline: none;
}

#links a, #footerLinks a, #rightColumn a{
	color: #FFFFFF;
	text-decoration: none;
}

#rightNav a{
	color: #348381;
}

#links a:hover{
	text-decoration: underline;
}

#mainColumn a{
	color: #348381;
}

#rightColumn a{
	text-decoration: underline;
}

/********** =HEADINGS ***********/
h1{
	margin: 0;
	color: #532021;
	font-size: 24px;
}
h2{
	margin: 0;
	color: #532021;
	font-size: 18px;
}
h3{
	margin: 0;
	color: #532021;
	font-size: 14px;
}

/********** =HEADER ***********/
#logo{
	width: 204px;
	margin-left: 20px;
	background: url(http://www.waterfordweir.com/images/logo.gif);
	text-indent: -50000px;
	height: 124px;
}

#links{
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

#linkBuy, #linkBuyCDN, #linkBuyUSD, #linkCheckOut, #linkContactUs{
	margin-bottom: 5px;
	padding-right: 20px;
}

#linkBuy{
	background: url(http://www.waterfordweir.com/images/iconbuybook.gif) no-repeat right;
}

#linkBuyCDN{
	background: url(http://www.waterfordweir.com/images/iconbuybook-cad.gif) no-repeat right;
}

#linkBuyUSD{
	background: url(http://www.waterfordweir.com/images/iconbuybook-usd.gif) no-repeat right;
}

#linkCheckOut{
	background: url(http://www.waterfordweir.com/images/iconcheckout.gif) no-repeat right;
}

#linkContactUs{
	background: url(http://www.waterfordweir.com/images/iconcontact.gif) no-repeat right;
}

/********** =MAIN NAVIGATION ***********/
#nav{
	margin: 25px 0 0 0;
	padding: 0 0 20px 20px;
	list-style-type: none;
	background: url(http://www.waterfordweir.com/images/navbackground.gif) #FFFFFF no-repeat;
	\height: 40px; /*box model hack for ie5x*/
	h\eight: 60px;
}

#nav li{
	float: left;
	margin: 0 5px 0 0;
	background: url(http://www.waterfordweir.com/images/navlinkbackground.gif);
	height: 36px;
}

#nav a{
	padding: 0 10px 0 10px;
	margin-top: 8px;
	display: block;
	color: #1A4241;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover,
#nav a.currentpage {
	color: #FFFFFF;
}

/********** =SUB NAVIGATION **********/

#rightNav { margin-bottom: 5px; }

#rightNav li {
	padding-bottom: 5px;
	margin-left: -10px;
}

/********** =MAIN CONTENT ***********/
#mainContentWrap{
	padding: 0 20px 0 20px;
	background: url(http://www.waterfordweir.com/images/maincolumnbackground.gif) #FFFFFF repeat-y 535px;
	overflow: hidden; /*causes the wrap to expand in height with only 2 floated elements inside*/
	_height: 1%; /* trigger hasLayout for ie and fixes bugs*/
}

#mainColumn{
	float: left;
	width: 495px;
	color: #1A4241;
	font-size: 16px;
}

#rightColumn{
	float: right;
	width: 185px;
	padding: 0 10px 0 10px;
	background: url(http://www.waterfordweir.com/images/rightcolumnbackground.gif) no-repeat top;
	color: #1A4241;
	overflow: visible; /*This with line below, fixes ie's italics bug*/
	_height: 1%;
}

/********** =FOOTER ***********/
#footer{
	padding: 25px 20px 20px 20px;
	background: url(http://www.waterfordweir.com/images/footerbackground.gif) no-repeat top;
	color: #FFFFFF;
	text-align: right;
}

#footerLinks{
	float: left;
}


/* End of 'default' */

