/*-----------------------------------------------------------------------
//
//	LouMolloy
//
// ---------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------*/

/* Global */
*{margin: 0; padding: 0; border: 0;}
#wrapper {width: 980px; margin: 0 auto; background:url(../images/bkg-logo.jpg) center top no-repeat;}
a {color: #000000; text-decoration: none;}
img {border: 0;}

body {font: 12px Arial, Verdana, Helvetica, sans-serif; line-height:18px; color: #2a2a2a; background:url(../images/bkg.jpg) center top repeat;}

.logo { float:left; }

#slideshow {  overflow:hidden; width:980; height:573; background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: initial initial;}
#slideshow img {border: 0;}

/* Content */
#Content {width: 980px;}

.header { width:980px; text-align:center; height:106px; padding:10px 0 0 0;}
.email { float:left; width:940px; height:23px; background:url(../images/line.jpg) center top no-repeat; padding: 20px;}
.footer { float:left; width:940px; height:43px; background:url(../images/line.jpg) center top no-repeat; padding: 10px 20px;}

h1 { width:700px; margin:5px 20px 5px 0; float:right; font-size: 26px; line-height:28px; font-family: 'ClarendonFSBold'; font-weight: normal;}
h2 { width:700px; margin:0 20px 0 0; float:right; font-size: 22px; line-height:24px; font-family: 'ClarendonFSLight'; font-weight: normal;}
h3 { width:650px; margin:0 20px 0 0; float:left; font-size: 19px; line-height:20px; font-family: 'ClarendonFSMedium'; font-weight: normal;}

/* Other Styles */
.clear {clear: both;}

/* Forms */
.form-label{
        width:150px !important;
    }
    .form-label-left{
        width:150px !important;
    }
    .form-line{
        padding:10px;
    }
    .form-label-right{
        width:150px !important;
    }
    .form-all{
        width:400px;
        color:Black !important;
        font-family:Verdana;
        font-size:12px;
    }
	.form-submit-button { width:35px; height:26px; color:#FFF; background:#333;}