/*
	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 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #2b2a2a;
	background: url(/images/keepintouch-bg.gif) repeat-x;
	}
	
#container {
	width: 900px;
	margin: 0 auto;
	}
	
#header {
	position: relative;
	}
	
#content-container {
	margin-top: 20px;
	width: 900px;
	}
	
#sidebar-left {
	float: left;
	width: 200px;
	}
	
#main-content {
	float: left;
	width: 670px;
	margin: 0 10px 30px 15px;
	}
	
#footer {
	background: url(/images/footer-bg.gif) repeat-x #f5f6f5;
	height: 111px;
	clear: both;
	}
	
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/


	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-left #navigation {
	width: 179px;
	margin-bottom: 10px;
	background: url(/images/menu-bg.gif) repeat;
	}
	
	#sidebar-left #navigation div.nav-container {
		background: url(/images/menu-bg-top.gif) no-repeat;
		}
	
	#sidebar-left #navigation ul {
		padding: 17px 10px 5px 10px;
		background: url(/images/menu-bg-bottom.gif) no-repeat bottom;
		}
	
	#sidebar-left #navigation ul li {
		min-height: 30px;
		}
		
	#sidebar-left #navigation ul li a {
		display: block;
		line-height: 30px;
		background: url(/images/menu-item.gif) no-repeat left center;
		padding-left: 25px;
		font: 14px normal Verdana, Arial, Helvetica, sans-serif;
		}
		
	#sidebar-left #navigation ul li a:hover {
		background: url(/images/menu-item-over.gif) no-repeat left center;
		text-decoration: none;
		}
		
		
		/* Sub Menu */

		#sidebar-left #navigation ul ul {
			margin: 12px 0 5px 0;
			padding: 0;
			background: none;
			}

		#sidebar-left #navigation ul ul li {
			min-height: 20px;
			height: 20px;
			}

		#sidebar-left #navigation ul ul li a {
			line-height: 20px;
			background: none;
			color: #3e89a8;
			font: 12px normal Verdana, Arial, Helvetica, sans-serif;
			}

		#sidebar-left #navigation ul ul li a:hover {
			color:#ff6600;
			background: none;
			}

		/* end Sub Menu Styles */
		
#sidebar-left div.paypal {
	margin-bottom: 10px;
	}
	
#sidebar-left div.sample {
	margin-bottom: 10px;
	}
	
	#sidebar-left div.sample img {
	margin-bottom: 10px;
	}
					
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

h1 {
	font: 24px bold Arial, Helvetica, sans-serif;
	color: #ff6600;
	margin-top: 20px;
	margin-bottom: 15px;
	}
	
h2 {
	font: 16px bold Arial, Helvetica, sans-serif;
	color: #3e89a8;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
h3 {
	font: 16px bold Arial, Helvetica, sans-serif;
	color: #2b2a2a;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
h4 {
	font: 14px bold Arial, Helvetica, sans-serif;
	color: #2b2a2a;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
p {
	line-height: 1.2;
	margin-bottom: 10px;
	}
	
p span {
	color: #ff6600;
	font-weight: bold;
	}

div.blockquote-container {
	background: url(/images/blockquote-bg-top.gif) no-repeat #3e89a8;
	width: 584px;
	}

blockquote {
	padding: 15px 10px 10px 30px;
	}
	
	div.blockquote-container-inside {
		background: url(/images/blockquote-bg-bottom.gif) no-repeat bottom right;
		}

	blockquote p {
	font-size: 18px;
	color: #fff;
	}
	
/* Home page portfolio images */
		div.image-container {
			background: url(/images/imgblockquote-bg-top.gif) no-repeat #d9d9d9;
			width: 586px;
			}

		blockquote.portfolio {
			padding: 5px 10px 20px 20px;
			}

		div.image-container-inside {
			background: url(/images/imgblockquote-bg-bottom.gif) no-repeat bottom right;
			}

		blockquote h1 {
			font-size: 20px;
			color: #fff;
			}

		#main-content blockquote.portfolio ul {
			margin: 0;
			padding: 0;
			}
			
		#main-content blockquote.portfolio ul li {
			background: none;
			list-style: none;
			margin: 0 5px 2px 0;
			padding: 0;
			display: inline;
			float: left;
			}

		#main-content blockquote.portfolio img {
			border: 1px solid #cbcac8;
			padding: 0;
		}
	/* end style */
	
#main-content img {
	border: 3px solid #b6b5b5;
	padding: 8px;
	}
	
#main-content img.contentimage {
	float: right;
	margin: 0 10px 10px 10px;
	}
	
#main-content ul {
	list-style: none;
	margin-bottom: 10px;
	}
	
	#main-content ul li {
	background: url(/images/list-item.gif) no-repeat top left;
	padding: 0 0 5px 20px;

	}
	
#main-content ol {
	margin-bottom: 10px;
	}
	
	#main-content ol li {
		padding: 0 0 5px 15px;
		}
a,
a:link,
a:visited {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	color: #3e89a8;
	}
	
table {
	border: 1px solid #ff6600;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

	table tr th {
	text-align: center;
	border: 1px solid #ff6600;
	}

	table tr td {
	width: 200px;
	text-align: center;
	border: 1px solid #ff6600;
	}
	
/* Testimonial Styles */

	#main-content table.testimonial {
		border: none;
		margin-bottom: 30px;
		}

	#main-content table.testimonial td {
		border: none;
		font-weight: bold;
		}

	#main-content table.testimonial td img {
		border: none;
		}


	#main-content blockquote.testimonial {
		margin: 0 0 0 20px;
		padding: 0;
		}

	#main-content blockquote.testimonial div.logo {
		float: left;
		width: 140px;
		margin-bottom: 20px;
		}
		
	#main-content blockquote.testimonial div.text {
		float: left;
		width: 460px;
		margin-bottom: 20px;
		}

	#main-content blockquote.testimonial img {
		border: none;
		}
		
	/* End Testimonial Styles */
	
/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer div.footer-content {
	padding: 35px 10px 30px 10px;
	color: #bababa;
	font-weight: bold;
	text-align: center;
	background: url(/images/keepintouch-footer-text.gif) no-repeat bottom left #f5f6f5;
	border-top: 5px solid #d9d9d9;
	/*height: 50px;*/
	width: 900px;
	margin: 0 auto;
	}


/* $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 */
	
	



