
/* lose blue borders on images by default */
a img,:link img,:visited img { border:none }
/* remove random padding completely for some stuff */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	line-height: 1.3;

}
ul,ol,li
{
	margin: 0 0 1px 0;
	padding-left: 0;
}

body 
{
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    text-align: center;
    font-size: 76%;
}
p
{
	font-size: 1em;
	line-height: 1.4;
}

/* link styles */
p a{
	color: #343434;
	text-decoration: none;
	border-bottom: 1px dotted #343434
}
p a:visited{
	color: #343434;
	text-decoration: none;
	border-bottom: 1px dotted #343434
}
p a:hover{
	color: #015F5E;
	border-bottom: 1px dotted #015F5E;
	background-color: #EAEDD0;
	
}
/* end link styles */




						/* *************** [ MAIN PAGE LAYOUT DIVS ] *************** */
						/*
						-- page_container
						-- page_header
						-- nav_bar
						-- page_content
						-- page_footer
						*/

						div#page_container
						{ 
							position: relative;	
							width: 100px;
							margin: 100px auto 0 auto;
							text-align: left;
						}
						div#page_header 
						{
							float: left;
							position: relative;
							width: 702px;
							height: 157px;
							left: 19px;
							background: #fff url(../images/kallide_header.jpg) left top no-repeat;
						}
						div#nav_bar 
						{
							float: left;
							position: relative;
							width: 740px;
							height: 37px;
							background: #fff url(../images/kallide_navbar2.gif) left bottom no-repeat;
						}
						div#page_content
						{
							float: left;
							position: relative;
							width: 702px;
							padding: 0 0 0 19px;
						}
						div.content_section
						{
							float: left;
							position: relative;
							padding: 0;
							width: 702px;
						}
						div#page_footer
						{
							float: left;
							position: relative;
							width: 740px;
							margin: 10px 0px 0px 0px;
							padding-top: 19px;
							background: #fff url(../images/footer.gif) left top no-repeat;
						}

						/* *************** [ / MAIN PAGE LAYOUT DIVS ] *************** */

/* Page Header Layout */
span#page_header_logo
{
	position: absolute;
	top: 38px;
	left: 45px;
}
div#page_header h1
{
	position: absolute;
	top: 38px;
	left: 123px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #015F5E;
	letter-spacing: -4px;
	font-size: 4em;
	font-weight: normal;
}
/*div#page_header h2
{
	top: 86px;
	left: 127px;
	letter-spacing: -1px;
	font-size: 10px;
	font-weight: normal;    
	color: #015F5E;
}*/


/* Navigation */
ul#navigation
{
	position: absolute;
	width: 740px;
	height: 37px;
}

ul#navigation li
{
	display: inline;
}

ul#navigation li a,
ul#navigation li a:link,
ul#navigation li a:active,
ul#navigation li a:visited
{
	padding: 0px 30px 0px 30px;
	font-size: 1.1em;
	font-weight: bold; 
	color: #015F5E;
	text-decoration: none;
}
ul#navigation li a#selected
{
	color: #343434;
}
ul#navigation li a:hover
{
	color: #643847;
}
.nav_home
{
	position: absolute;
	top: 6px;
	left: 0px;
}
/*.nav_about
{
	position: absolute;
	top: 6px;
	left: 80px;
}
.nav_services
{
	position: absolute;
	top: 6px;
	left: 80px;
}*/
.nav_clients
{
	position: absolute;
	top: 6px;
	left: 80px;
}
.nav_contact
{
	position: absolute;
	top: 6px;
	left: 165px;
}


/* Page Content 
div#page_content div.content_section:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/
/* Left column */
div.content_left_column
{
	float: left;
	position: relative;
	padding: 8px 7px 0px 0px;
}	
div.content_left_column h2
{
	margin: 5px 0 2px -1px;
	font-size: 1.5em;
	font-weight: normal; 	
	color: #343434;
	letter-spacing: -1px;
}
div.content_left_column p
{
	padding: 4px 4px 8px 0;
	font-weight: normal; 
	color: #343434;
}
div.regular_page div.content_left_column
{
	padding: 6px;
}
/* Right column */
div.content_right_column
{
	float: left;
	position: relative;
	width: 272px;
	padding: 8px 7px 0px 2px;
}	
div.content_section h3
{
	margin: 5px 0 2px -1px;
	font-size: 1.5em;
	font-weight: normal; 	
	color: #343434;
	letter-spacing: -1px;
}
div.content_section h4
{
	margin: 5px 0 2px -1px;
	font-size: 1.3em;
	font-weight: normal; 	
	color: #343434;
	letter-spacing: -1px;
}
div.content_right_column p
{
	padding: 4px 4px 8px 0;
	font-size: 1em;
	font-weight: normal; 
	color: #343434;
}


					/* *************** [ / FOOTER ] *************** */

					/* Page Footer */
					ul#footer_copyright
					{
						float: left;
						position: relative;
						left: 19px;
					}
					ul#footer_copyright li
					{
						display: inline;
						font-size: 0.9em;
					}

					ul#footer_links
					{
						float: right;
						position: relative;
						right: 19px;
					}
					ul#footer_links li
					{
						display: inline;
					}

					ul#footer_links a
					{
						font-size: 0.9em;
						color: #343434;
						text-decoration: none;
					}
					ul#footer_links a:visited
					{
						color: #343434;
					}
					ul#footer_links a:hover
					{
						color: #015F5E;
					}

					/* *************** [ / FOOTER ] *************** */












/* Client spots on homepage */
.client_spot
{
	position: relative;
	width: 276px;
	height: 95px;
	background-repeat: no-repeat;
}
.client_spot a 
{
	color: #343434;
	text-decoration: none;
}
.client_spot a:visited
{
	color: #343434;
	text-decoration: none;
}
.client_spot a:hover
{
	color: #015F5E;
	text-decoration: none;
}
.spot_title
{
	position: relative;
	left: 23px;
	top: 2px;
	font-size: 1.0em;
	font-weight: bold;
	color: #343434;
}
.spot-oxdox
{
    background: #fff url(../images/clients/oxdox.jpg) left top no-repeat;
}
.spot-banzai
{
    background: #fff url(../images/clients/banzai.jpg) left top no-repeat;
}

div#contact_spot
{
	position: relative;
    background: #fff url(../images/jam-factory-oxford.jpg) left top no-repeat;
	width: 276px;
	height: 210px;
}
div#about_us_spot
{
	position: relative;
    background: #fff url(../images/spot_oxford2.jpg) left top no-repeat;
	width: 276px;
	height: 95px;
}
div#about_us_spot_2
{
	position: relative;
    background: #fff url(../images/spot_cirencester.jpg) left top no-repeat;
	width: 276px;
	height: 95px;
}
div#spot_videography
{
	position: relative;
    background: #fff url(../images/spot-videography.jpg) left top no-repeat;
	width: 276px;
	height: 95px;
}

div#contact_spot a 
{
	color: #343434;
	text-decoration: none;
}
div#contact_spot a:visited
{
	color: #343434;
	text-decoration: none;
}
div#contact_spot a:hover
{
	color: #015F5E;
	text-decoration: none;
}


						.kallidelist, .kallide-clientlist
						{
							float: left;
							list-style-type: none;
							padding: 0;
							margin: 0;
							color: #343434;
						}
						.kallidelist li
						{
							background-repeat: no-repeat;
							background-position: 0.2em 0.5em;
							padding: 0.2em 0 0.2em 1.5em;
							/*line-height: 1.5em;*/
							background-image: url(../images/link_icon_sm.gif);
						}
						.kallide-clientlist li
						{
							background-repeat: no-repeat;
							background-position: 0.2em 0.5em;
							padding: 0.2em 0 0.2em 1.5em;
							/*line-height: 1.5em;*/
							background-image: url(../images/link_icon_2_sm.gif);
						}
						.kallidelist a, kallidelist a:visited, .kallide-clientlist a, .kallide-clientlist a:visited
						{
							color: #343434;
							text-decoration: none;
							border-bottom: 1px dotted #015F5E;
							font-weight: bold;
						}
						.kallidelist a:hover, .kallide-clientlist a:hover
						{
							color: #015F5E;
							border-bottom: 1px dotted #343434;
							background-color: #EAEDD0;
						}



/* list item formatting for general content */
ul.contentlist,ol.contentlist,li.contentlist
{
	margin: 5px 0 0 0;
	list-style: none; 
	list-style-type: none; 
	font-size: 1em;
	line-height: 1.3;
}
ul.contentlist a,ol.contentlist a,li.contentlist a
{
	color: #343434;
	text-decoration: none;
	border-bottom: 1px dotted #343434
}
ul.contentlist a:visited,ol.contentlist a:visited,li.contentlist a:visited
{
	color: #343434;
	text-decoration: none;
	border-bottom: 1px dotted #343434
}
ul.contentlist a:hover,ol.contentlist a:hover,li.contentlist a:hover
{
	color: #015F5E;
	border-bottom: 1px dotted #015F5E;
	background-color: #EAEDD0;
}



/* new navigation - Aug 2008 */
div#PageNavigation
{
    float: left;
    width: 740px;
}

div#NavigationLeftEnd
{
    float: left;
    background: url(../images/navigation/nav-end-left.gif) left top no-repeat;
    width: 19px;
    height: 29px;
}
div#NavigationRightEnd
{
    float: left;
    background: url(../images/navigation/nav-end-right.gif) left top no-repeat;
    width: 14px;
    height: 29px;
}
div#NavigationContainer
{
    float: left;
    background: #ffffff url(../images/navigation/nav-background-off.gif) left top repeat-x;
    width: 707px;
}

#Navigation 
{ 
    list-style: none; 
}
#Navigation li
{ 
    float: left;
    font-size: 1.1em;
    background: url(../images/navigation/nav-left.gif) left top no-repeat;
    height: 29px;
    font-weight: bold;
}
#Navigation li#Selected a,
#Navigation li#SelectedLast a
{ 
    float: left;
    color: #015F5E;
    background-color: #B1B77B;
 }
#Navigation li#Selected a:hover,
#Navigation li#SelectedLast a:hover
{ 
    float: left;
    color: #ffffff;
}
#SelectedLast
{
    border-right: solid 1px #9CA0A3;
}


#Navigation li a,
#Navigation li a:visited, 
#Navigation li a:active
{ 
    float: left;
    padding: 5px 20px 6px 20px;
    color: #333132;  
    text-decoration: none;
}
#Navigation li a:hover   
{ 
    background: url(../images/navigation/nav-left-hov.gif) left top no-repeat;
    color: #ffffff;
}

.NavigationLast
{
    float: left;
    background: url(../images/navigation/nav-right.gif) right top no-repeat;
    height: 29px;
}


div#NavShadow
{
    float: left;
    background: url(../images/navigation/nav-shadow.gif) left top repeat-x;
    width: 740px;
    height: 8px;
}
