/* CSS Document */

body {
	margin:0px;
	background-image:url(../images/pattern.jpg);
}
.headerbg{
background-image:url(../images/headerbg.jpg);
background-repeat:repeat-x;
background-position:left top;
}
.containerbg{
background-image:url(../images/containerbg.jpg);
background-repeat:repeat-y;
background-position:left top;
}
.leftshadow{
background-image:url(../images/leftshadow.jpg);
background-repeat:repeat-y;
background-position:right top;
}
.rightshadow{
background-image:url(../images/rightshadow.jpg);
background-repeat:repeat-y;
background-position:left top;
}
.headerimage{
background-image:url(../images/headerimg.jpg);
background-repeat:no-repeat;
background-position:left top;
height:529px;
height:233px;
}
.menubgtop{
background-color:#000000;
border-top:1px solid #464646;
border-left:1px solid #464646;
border-right:1px solid #464646;
background-image:url(../images/menutopdesignstrip.jpg);
background-repeat:no-repeat;
background-position:left top;
}
.menubgmiddle{
background-color:#000000;
border-left:1px solid #464646;
border-right:1px solid #464646;
background-image:url(../images/menumiddlestrip.jpg);
background-repeat:no-repeat;
background-position:left top;
}
.menubgmiddle2{
background-color:#000000;
border-left:1px solid #464646;
border-right:1px solid #464646;
}
.menubgbottom{
background-color:#000000;
border-bottom:1px solid #464646;
border-left:1px solid #464646;
border-right:1px solid #464646;
background-image:url(../images/menubottomdesignstrip.jpg);
background-repeat:no-repeat;
background-position:left bottom;
}
.menutextbottomstrip{
background-image:url(../images/menutextbottomstrip.jpg);
background-repeat:no-repeat;
background-position:center ;
}
.contentbg{
background-color:#CDCDCD;
border:1px solid #565656;
background-image:url(../images/contentareabgimg.jpg);
background-repeat:no-repeat;
background-position:center top;
}
.headingtext{
font-family:sans-serif, Geneva, Arial, Helvetica ;
font-size:18px;
color:#9D080D;
font-weight:normal;
border-bottom:1px solid #990000;
}
.contenttext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
text-decoration:none;
}
.contenttext a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#990000;
text-decoration:none;
border-bottom:1px solid #990000;
}
.contenttext a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
text-decoration:none;
border-bottom:1px solid #000000;
}