/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input,textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
	padding:0;
	margin:0;
    padding-bottom:1px;
}

/*standard styles */

body {
    margin: 0;
    padding:0;
	background-color:#fff;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	
	background-image:url(images/bg_pattern.jpg);
	background-repeat:repeat-x;
}

p{
	margin-top:0;
	margin-bottom:15px;
}

a img{
	border:none;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	margin:0;
	margin-bottom:10px;
	padding:0;
	font-size:18px;
	font-weight:bold;
	line-height:normal;
	color:#04a756;
}

h2{
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	color:#04A756;
}

h3{
	font-size:12px;
	font-weight:bold;
	color:#4F4F51;
}

.left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

/*Site Structure*/

#wrapper{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	color:#fff;
	position: relative;
}

#header{
	padding:10px 25px;
	background-color:#000;
	color:#fff;
	line-height:normal;
}

#logo{
	float:left;
}

#logo a{
	display:block;
	float:left;
}

#logo img{
	float:left;
	display:block;
}

#uploadArtwork{
	float:right;
}

/*#uploadArtwork a {
	display:block;
	background-image:url(images/btn_upload_artwork.jpg);
	width:145px;
	height:57px;
	color:#000;
}

#uploadArtwork a:hover{
	background-position:0 -57px;
}*/

#uploadArtwork a {
	display:block;
	background-image:url(images/btn_upload_artwork.jpg);
	width:145px;
	height:57px;
	color:#000;
}

#uploadArtwork a:hover{
	background-position:0 -57px;
}


/*Menu*/

#mainMenu{
	border-top:1px solid #fff;
	background-color:#000;
	float:left;
	width: 960px;
	border-bottom: 1px solid #fff;
}

#mainMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mainMenu li {
    float: left;
    margin: 0 0;
}

#mainMenu li a {
    height: 21px;
    line-height: normal;
    float: left;
    width: 119px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
	background-color:#000;
	padding-top:5px;
}

#mainMenu li a:hover{
	background-color:#515153;
	
}

/* Hide from IE5-Mac \*/
#mainMenu li a {
    float: none
}
/* End hide */

.divider{
	border-left-width:1px;
	border-color:#fff;
	border-style:solid;
	height:26px;
	margin:0;
	float:left;
	width:0;
}

/*End of menu*/
#mainContent{
	
}

.internal #mainContent{
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
}

#homeBillboard{
	border-left:1px solid #515153;
	border-right:1px solid #515153;
	background-color:#fff;
	line-height:normal;
	border-top: 1px solid #fff;
}


#homeBillboard img{
	display:block;
}

#billboardImg{
	width:560px;
	float:left;
	margin-bottom:1px;
	margin-top:1px;
}

#billboardTxt{
	width:398px;
	float:left;
}

#homeContent{
	background-color:#000;
	background-image:url(images/bg_line.gif);
	background-position:586px 0;
	background-repeat:repeat-y;
	border-top:1px solid #fff;
}

#homeServices{
	width:586px;
	float:left;
	border-right:1px solid #fff;
	
}

#homeServices h2{
	font-size:14px;
	color:#fff;
	font-weight:normal;
}

#homeServices a{
	color:#FFFFFF;
	text-decoration:none;
}

#homeServices a:hover{
	color:#04A756;
}

.homeServiceList{
	float:left;
	width:170px;
}

.homeHeader{
	background-color:#515153;
	border-bottom:1px solid #fff;
	padding:3px 25px;
	line-height:normal;
}

.homeText{
	color:#FFFFFF;
	padding:15px 25px;
}

#homeNews{
	width:373px;
	float:left;
	background-color:#000;
}

#homeNews h2{
	font-size:14px;
	color:#04a756;
	font-weight:normal;
	font-weight:bold;
}

#homeNews a{
	color:#04a756;
	text-decoration:none;
}

#homeNews a:hover{
	text-decoration:underline;
}

.newsItem{
	margin-bottom:20px;
}

#footer{
	background-color:#FFF;
	color:#4F4F51;
	border-bottom:4px solid #4F4F51;
}

#footerLinks{
	float:left;
	width:560px;
	margin-top: 10px;
}

#footerCTA{
	float:left;
	width:375px;
	color:515151;
	font-weight:bold;
	font-size:14px;
	padding-left: 25px;
}

#footer a{
	color:#4F4F51;
	text-decoration:none;
}

#footer a:hover{
	color:#04A756;
}

#content{
	padding:25px;
	width:409px;
	float:left;
}

#clientContent{
	padding:25px;
	width:285px;
	float:left;
}

#clientWrapper{
	width:625px;
	float:right;
	padding-top:25px;
}

#contentShowcase{
	padding:25px;
	width:910px;
	float:left;
	background-image:url(images/content_bg_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#000000;
}

#landscape #contentImg{
	float:left;
	width:500px;
	/*border-top:1px solid #fff;*/
	text-align: center;
	height: 333px;
}
#portrait #contentImg{
	float:left;
	width:333px;
	/*border-top:1px solid #fff;*/
	text-align: center;
	height: 500px;
}
/*below should be temp until proper size images are in*/
#portrait #contentImg img{
	
	width:333px;
	
	height: 455px;
}

#galleryWrapper{
	width:501px;
	float:right;
	margin-top:25px;
}

#galleryWrapperGreen{
	width:501px;
	float:right;
	margin-top:25px;
	margin-bottom:25px;
}

#galleryWrapperNews{
	width:501px;
	float:right;
	margin-top:25px;
	margin-bottom:25px;
}

#gallery{
	float:left;
	width:376px;
	float:right;
	padding-bottom:10px;
}

#gallery img{
	border-left:1px solid #fff;
	display:block;
	border-bottom:1px solid #fff;
	float:right;
}
#portrait #imageTitle {
	float:left;
}
#landscape #galleryTitle{
	width:490px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	background-color:#515151;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#FFF;
}
#portrait #galleryTitle{
	width:158px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#515151;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#FFF;
	text-align: center;
}

#contentInnerWrap{
	/*background-image:url(../images/bg_gallery.gif);background-repeat:repeat-y;background-position:right;*/
	background-color:#000;
	float:left;
}

input, textarea{
	border:1px solid #4F4F51;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:3px;
	width:260px;
}

.buttons{
	background-color:#000;
	color:#04A756;
	font-weight:bold;
	cursor:pointer;
	width:100px;
}

label{
	cursor:pointer;
}

#landscape #sideGallery .thumbContainer {
	height: 93px;
	width: 93px;
	text-align: center;
	border:1px solid #FFF;
	margin-right:30px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
}
#portrait #sideGallery .thumbContainer {
	height: 93px;
	width: 93px;
	text-align: center;
	border:1px solid #FFF;
	margin: 10px auto;
	cursor:pointer;
}

.thumbContainer {
	background-color:#515151;
}

#callUs{
	float:left;
	width:190px;
	margin-top:15px;
	font-size:16px;
	margin-left: 30px;
	display: inline;
}

#fsc{
	float:right;
	width:126px;
	color: 515151;
	font-size: 9px;
	font-weight: normal;
}

#fscTag{
	float:right;
	width:100px;
	font-size:9px;
	color:#999999;
	font-weight:normal;
}

#fscNumber{
	font-size:9px;
	color:#999999;
	font-weight:normal;
	line-height:12px;
}
#landscape #sideGallery .thumbsListOuter .thumbsList {
	float: left;
	position: absolute;
}
#portrait #sideGallery .thumbsListOuter .thumbsList {
	float: left;
	position: absolute;
}
#landscape #sideGallery .arrow {
	float: left;
	width: 20px;
	padding-top: 13px;
}
#portrait #sideGallery .arrow {
	float: left;
	width: 20px;
	padding-top: 13px;
}
#loginBox {
	height: 240px;
	width: 200px;
	border: 1px solid #FFFFFF;
	position: absolute;
	background-color: #FFFFCC;
	z-index: 999;
	right: 0px;
	top: 60px;
	color: #fff;
	padding:5px;
	border:1px solid #fff;
	background-color: #000;
}
#loginBox a{
	text-decoration:underline;
	
}
#loginBox a:hover{
	text-decoration:none;
	
}
#loginBox input {
	width:190px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0 0 10px 0;
}
#form1 .KT_tngtable {
	margin: 0px;
}
#form1 {
	margin: 0px;
}
#form1 .KT_tngtable {
	width: 190px;
	margin-left:-2px;
}


#form1 .KT_tngtable label {
	font-weight:normal;
	margin:0;
	padding: 0;
}

#form1 .KT_field_error {
	color:#FF0000;
	margin:0;
	padding: 0;
}

.downloads .file a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}
.downloads .file {
	background-image: url(admin/icons/New.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	margin-bottom: 2px;
	padding-left: 20px;
}

.downloads .file a:hover {
	text-decoration: underline;
}
/*body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#login_form {
	margin-top: 100px;
}*/
#clientFtpContainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
