/* CSS Document 

CNK Digital Solutions Ltd.

Project: Watson Westmorland
Date: 2011-09-16
Author: Benjamin Colchester
Version: 0.1

Notes: Main Framework including all generic elements (appear on all templates)

*/

/*-------------------------------------------------------------

Redefine Tags

-------------------------------------------------------------*/

html, body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height:100%; /* needed for container min-height */	
	min-width: 1024px;
	}	

p { 
	background: none;
	}

/*-------------------------------------------------------------

Utility Classes

-------------------------------------------------------------*/

.clear {
	display: block;
	clear: both;
	font-size: 0;
	}

/*-------------------------------------------------------------

Main Container

-------------------------------------------------------------*/
	

#main { 
	position: relative; /* needed for footer positioning*/
	margin: 0px auto; /* center, not in IE5 */
	width:900px;
	height: auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	}

/*-------------------------------------------------------------

Top Bar (Logo & Big Links)

-------------------------------------------------------------*/	

#topbar { 
	display: block; 
	width: 900px; 
	height: 180px; 
	float: left; 
	padding: 0px 0px 0px 0px; 
	}
	
	#topbar a.logo { 
		display: block; 
		width: 900px; 
		height: 180px; 
		float: left; 
		padding: 0px 0px 0px 0px; 
		background: url(../images/watson_westmorland_logo.jpg) top center no-repeat;
		text-decoration: none;
		}	
		
/*-------------------------------------------------------------

Main Navigation

-------------------------------------------------------------*/

#navbar_container {
	display: block;
	height: 39px;
	float: left; 
	background: none;
	width: 900px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	z-index: 1000;
	position: relative;
	}
	
#jsddm {	
	margin: 0px;
	padding: 0px 0px 0px 100px;
	width: 904px;
	}

	#jsddm li {	
		float: left;
		list-style: none;
		font: 16px Arial, Helvetica, sans-serif;
		font-weight: 100;
		}

	#jsddm li a {	
		display: block;
		background: none;
		padding: 10px 15px;
		text-decoration: none;
		width: auto;
		color: #000;
		white-space: nowrap;
		}

	#jsddm li a:hover {	
		color: #999; 
		}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			width: auto;
			}
		
			#jsddm li ul li {
				float: none;
				display: inline;
				}
			
			#jsddm li ul li a {	
				width: 255px;
				background: #1a1c35;
				color: #fff;
			    font: 14px Arial, Helvetica, sans-serif;

				}
			
			#jsddm li ul li a:hover {	
				background: #333;
				color: #ccc;
				}		

	
/*-------------------------------------------------------------

Main Content Containers

-------------------------------------------------------------*/

#content {
	width: 900px;
	height: auto;
	min-height: 450px;
	text-align: justify;
	background: #FFFFFF;
	padding: 25px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #000;
	float: left;
	}
	
ul#portfolio li a img { list-style-type: none; margin: 0px; padding: 0px; float: left; background: #FFFFFF;}
ul#portfolio li p { display: block; width: 450px; height: 50px; text-align: center; font-size: 11px; color: #333333; font-family: Arial, Helvetica, sans-serif; font-weight: bold;}	

	
#main_banner { width: 900px; height: 400px; background: #FFFFFF; display: block;}
	
/*-------------------------------------------------------------

Beauty Styling Banner

-------------------------------------------------------------*/
	

#left_column {
	display: block;
	float: left;
	min-height: 425px;
	height: auto;
	width: 400px;
	margin: 0px;
	padding: 0px 50px 0px 0px;
	}
	
	#left_column h1 {
		font-size: 30px; 
		font-family: "Times New Roman", Times, serif;
		color: #000;
		text-align: left;
		margin: 0px 0px 15px 0px;
		padding: 0px;
		line-height: 1.3em;
		font-weight: normal;
		}
		
	#left_column h2 {
		font-size: 18px; 
		font-family: "Times New Roman", Times, serif;
		color: #000;
		text-align: left;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		line-height: 1.3em;
		font-weight: normal;
		}		
		
	#left_column p {
		font-size: 14px; 
		font-family: "Times New Roman", Times, serif;
		color: #333;
		text-align: justify;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		line-height: 1.4em;
		font-weight: normal;
		}
		
	#left_column ul {}
	#left_column ul li {
		font-size: 14px; 
		font-family: "Times New Roman", Times, serif;
		color: #333;
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		line-height: 1.4em;
		font-weight: normal;
		list-style-type: circle;
		}	
		
	#left_column p a {
		font-size: 14px; 
		font-family: "Times New Roman", Times, serif;
		color: #333;
		text-align: left;
		margin: 0px 0px 8px 0px;
		padding: 0px;
		font-weight: normal;
		text-decoration: underline;
		}	
		
		#left_column p a:hover { text-decoration: none;}		
	
#right_column {
	display: block;
	float: left;
	min-height: 450px;
	height: auto;
	width: 450px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	}	
	
	#right_column a img { border: none;}		
	#right_column img { border: none;}		

	
/*-------------------------------------------------------------

Global Footer

-------------------------------------------------------------*/

#global_footer {
	display: block;
	width: 900px;
	background: #fff;
	height: auto;
	float: left;
	padding: 10px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #000;
	}
	
	#global_footer .link_column {
		display: block;
		width: 175px;
		background: none;
		height: auto;
		float: right;
		margin: 0px 0px 0px 0px;
		}
		
		#global_footer .link_column h3 {
			font-size: 10px; 
			font-family: Arial, sans-serif;
			color: #bbb;
			text-align: center;
			margin: 0px 0px 8px 0px;
			padding: 0px;
			line-height: 1.3em;
			font-weight: normal;
			width: 175px;
			}
		
		#global_footer .link_column ul {
			float:left;
			list-style:none;
			padding:0;
			margin:0;
			width: 100%;
			}
	
		#global_footer .link_column li {
			float:left;
			margin: 0px;
			padding: 0px;
			}	
			
		#global_footer .link_column a {
			display: block;
			width: 175px;
			color: #d4d4d4;
			font-size: 12px;
			font-family: Arial, sans-serif;
			text-align: center;
			text-decoration:none;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 3px 0px;
			}
			
		#global_footer .link_column a:hover {
			text-decoration: underline;
			}
			
		#global_footer .link_column p {
			display: block;
			width: 150px;
			color: #41484a;
			font-size: 12px;
			font-family: Arial, sans-serif;
			text-align: left;
			text-decoration:none;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 3px 8px;
			}
			
		#global_footer .link_column p a {
			display: block;
			width: 150px;
			color: #5d95bc;
			font-size: 12px;
			font-family: Arial, sans-serif;
			text-align: left;
			text-decoration:none;
			padding: 0px;
			margin: 0px;
			}
			
		#global_footer .link_column .social_network_icon {
			display: block;
			width: 29px;
			height: 29px;
			float: left;
			margin: 5px 5px 0px 0px;
			padding: 0px 0px 0px 0px;
			}
			
		#global_footer .link_column .social_network_icon a img { border: none; margin: 0px; padding: 0px;}					