/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#3C55D0;
	font:12px arial, verdana, sans-serif;
	color:#000;
	}
	
#container {
	width:952px;
	margin:0 auto;
	}


#header {

	}

#content-container {
	position:relative;
	width:952px;
	margin-bottom:10px;
	}

	
#sidebar-left {
	
	}
	
#main-content {
	float:left;
	width:713px;
	}
	
#sidebar-right {
	float:right;
	width:229px;
	height:556px;
	padding:300px 0 0 10px;
	background:url(images/sidebar-right-bg.png) no-repeat;
	color:white;
	}

	
#footer {
	width:100%;
	height:172px;
	background:url(images/footer-bg.png) repeat-x;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-logo {
	padding:10px 0;
	float:left;
	}

.header-right {
	float:right;
	color:#fff;
	padding-top:20px;
	}
	
	.header-right a,
	.header-right a:link,
	.header-right a:visited {
		color:white;
		}

/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

.sidebar-box {
	height:100px;
	width:198px;
	padding:20px 10px 0 10px;
	background:url(images/sidebar-right-box-bg.png) no-repeat;
	line-height:1.3;
	}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	color:#415AD2;
	text-decoration:underline;
	}

a:hover {
 	text-decoration:none;
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	
h1 {
	font:bold 30px arial;
	color:#C1461C;
	margin-bottom:20px;
	}
	
	h2 {
	font:bold 18px arial;
	color:#C1461C;
	margin-bottom:14px;
		}


p {
	line-height:1.5;
	margin-bottom:10px;
	}
	
	p.large {
		font:bold 18px arial;
		color:#000;
		margin-bottom:15px;
		}
	
	p.color-red {
		color:#C1461C;
		font-weight:bold;
		font-size:10px;
		}
	
	p.small-p {
		font-size:10px;
		}


img {
	border:none;
	}

h1#id-goes-here { /* Header Replacement */
    padding:27px 0 0 0;
    margin-bottom:20px;
    overflow:hidden;
    background:url(images/header-name.gif) no-repeat;
    
    height: 0px !important;
    height /**/:27px;
}

.box1 {
	height:272px;
	width:653px;
	padding:30px 30px 15px 30px;
	background:url(images/lom-box-1-bg.png) no-repeat;
	}

.box2 {
	height:495px;
	width:653px;
	padding:30px 30px 15px 30px;
	background:url(images/box2-bg.png) no-repeat;
	}

#marcus-link {
	position:absolute;
	right:33px;
	top:-80px;
	}

/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer-inside {
	position: relative;
	margin:0 auto;
	width:952px;
	}
	
	.footer-top {
		height:28px;
		line-height:28px;
		margin-bottom:16px;
		color:white;
		}
		
		.footer-top a,
		.footer-top a:link,
		.footer-top a:visited,
		.pim-logo a,
		.pim-logo a:link,
		.pim-logo a:visited  {
			color:#ECB19D;
			text-decoration:none;
			}
		
		.footer-top a:hover,
		.pim-logo a:hover {
			text-decoration:underline;
			}
		
		.pim-logo {
			position:absolute;
			top:7px;
			right:10px;
			color:#ECB19D;
			}
		

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	



