/* Author: Marcin Wiatr
   Notes: out module_top and bottom in external .jsp files
   Columns:		default	22.55em
*/

/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
/* END RESET */

/* GLOBAL */
html, body {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	background-color: #000; /* FOR SAKE OF VALIDATION */
	position: relative;

}

body { 
	background: url(../images/body_bg.gif) repeat-x;
}

#container {
	width: 795px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#main { 
	position: relative; /* handy when positioning iframes (login iframe)*/
	cursor: default;
}

/* STANDARD */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
		clear: both !important;
}
strong {
	font-weight: bold;
}

/* HEADER */
#header .content {
	border: solid 1px #fd9c00;
	border-top: none;
	border-bottom: none;
	background: url(../images/header_bg.gif) repeat-x;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 5px;
	position: relative;
}

#header p {
	margin-top: 5px;
}
	
p.contact {
	text-align: center;
}

.contact {
	text-align: left;
	
	}
	
.contact img {
	margin: 20px 0;
	
}
h1 {
	color: #fd9c00;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.bottom, .top {
	width: 100%;
}
			
			#header img {
			padding: 10px 0;
			}
#header .bottom .floatLeft, #header .bottom .floatRight {
	width: 11px;
	height: 10px;
}
			
#header .bottom .floatLeft {
	background: url(../images/header_bottomLeft.gif) 0% 100% no-repeat;
}
			
#header .bottom .floatRight {
	background: url(../images/header_bottomRight.gif) 100% 100% no-repeat;
}
			
#header .bottom .bg {
	height: 10px;
	background: url(../images/header_bottom.gif) 0% 100% repeat-x;
}

#guitar {
	width: 253px;
	height: 223px;
	position: absolute;
	left: -79px;
	top: 0px;
	background: url(../images/header_guitar.png) no-repeat;
	z-index: 2000;
}

#menu {
	z-index: 1000;
	}

#main .top {
	width: 100%;
	height: 17px;
}

#main .top .floatRight {
	background: url(../images/main_topRight.gif) 0% 100% no-repeat;
	float: right;
	height: 17px;
	width: 9px
}

#main .top .bg {
	background: #ededed url(../images/main_top_bg.gif) 100% 0% repeat-x;
	margin-right: 9px;
	height: 17px;
}

#main .content {
	border: solid 1px #fd9c00;
	border-top: none;
	border-bottom: none;
	background: #FFF url(../images/main_bg.gif) 0% 0% repeat-x;
	padding: 43px 10px 0 10px	;
}

#main .content p {
	text-align: justify;
	margin-top: 7px;
	margin-left: 5px;
}
			
#main .content .header {
	font-size: 36px;
	color: #75726e;
	text-align: right;
	padding-right: 52px;
	padding-bottom: 17px;
}

#main .bottom .floatLeft, #main .bottom .floatRight {
	width: 10px;
	height: 10px;
}
			
#main .bottom .floatLeft {
	background: url(../images/main_bottomLeft.gif) 0% 100% no-repeat;
}
			
#main .bottom .floatRight {
	background: url(../images/main_bottomRight.gif) 100% 100% no-repeat;
}
			
#main .bottom .bg {
	height: 10px;
	background: #FFF url(../images/main_bottom.gif) 100% 0% repeat-x;
}

.module {
	margin-top: 12px;	
}

/*MODULE BOTTOM*/
					
			.module .bottom .floatLeft, .module .bottom .floatRight {
				width: 12px;
				height: 12px;
			}
			
			.module .bottom .floatLeft {
				background: url(../images/section_bottomLeft.gif) 0% 100% no-repeat;
			}
			
			.module .bottom .floatRight {
				background: url(../images/section_bottomRight.gif) 100% 100% no-repeat;
			}
			
			.module .bottom .bg {
				margin: 0 12px;
				height: 12px;
				background: url(../images/section_bottom.gif) 0% 100%;
			}
			
		/* END MODULE BOTTOM*/
		
		/*MODULE TOP*/
			
			.module .top {
				position: relative;
			}
			
			.module .top .floatLeft, .module .top .floatRight {
				width: 10px;
				height: 28px;
			}
			
			.module .top .floatLeft {
				background: url(../images/section_topLeft.gif) 0% 0% no-repeat;
			}
			
			.module .top .floatRight {
				background: url(../images/section_topRight.gif) 100% 0% no-repeat;
			}
			
			.module .top .bg {
				height: 28px;
				margin: 0 10px;
				background-color: #fd9c00;
				line-height: 29px;
				font-size: 12px;
				font-weight: bold;
				color: #FFF;
			}
			
			.module .top .slash {
				font-size: 14px;
				color: #000;
				font-weight: bold;
				vertical-align: bottom;
			
			}
			
			.module .top .reflection {
				width:72px;
				height: 27px;
				position: absolute;
				top: 1px;
				right: 20px;
				background: url(../images/section_reflection.png) no-repeat;
			
			}
			
.module .content {
	border: solid 1px #fd9c00;
	border-top: none;
	border-bottom: none;
	line-height: normal;
	background: #000 url(../images/section_bg.gif) 0% 0% repeat-x;
	padding-top: 15px;
}

.module .content .quoteImage {
	width: 110px;
	text-align: center;
	float: left;
		
}


.module .content p {
	color: #FFF;
	float: right;
	display:inline;
	width: 680px;
	margin-top:6px;
}

#quoteContainer {
	display: block;
}

#reflection {
	width: 100%;
	height: 16px;
	background: url(../images/reflection.png) 0%;
	margin-top: 3px;
	margin-bottom: 15px;
}

.column {
	float: left;
	width: 50%;
	
	}
#logoShowcase {
	width: 100%;
	padding-top: 30px;
}

#logoShowcase .logo {
	width: 18.9%;
	float: left;
	height: 80px;
	margin-right: 1%;
	text-align: center;
	line-height: 80px;
	vertical-align: middle;
	margin-bottom: 0px;
}

#logoShowcase .logo img {
	text-align: center;
	line-height: 80px;
	vertical-align: middle;
}


#affiliates {
	margin-top: -15px;
}

#affiliates .logo {
	width: 18.9%;
	float: left;
	height: 100px;
	margin-right: 1%;
	text-align: center;
	line-height: 120px;
	vertical-align: middle;
	margin-bottom: 50px;
}

#affiliates .logo img {
	text-align: center;
	line-height: 120px;
	vertical-align: middle;
}


.module .logo {
	margin-right: 20px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
}

.module .logo img {
	margin-right: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
	}
	
