/*
Theme Name: A D Patel and Co Ltd
Theme URI: http://www.adpatel.co.uk
Description: Wordpress theme using Stalkers theme
Version: 2.8
Author: Multimedia for Life
Author URI: http://www.multimediaforlife.com
Tags: Accounts, finance professional
*/


/*
@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
*/




/************** Start of Standard formatting ******************/
html {
margin: 0px;
padding: 0px;
border: 0px;
}

body {
margin: 0px;
padding: 0px;
border: 0px;
}

img {
	border: none;
}

/*
h1, h2, h3, h4, h5, h6, p, a, ul, li{
margin: 0px;
padding: 0px;
border: 0px;
}

************** End of Standard formatting ******************/

body {
	background-color: #edeeee;
	background-image: url(style/images/gradient-background.png);
	background-position: top;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

#maincontainer {
	width: 880px;
	background-color: #ffffff;
	margin: auto auto;
	margin-top: 20px;
	padding: 15px;
	padding-top: 20px;
}

#header-contact-details a {
	color: #00526c;
	text-decoration:none;
}
#header-contact-details a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-top: 4px;
	color: #002033;
	border-bottom: 1px #cbdce2 solid;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 4px;
	color: #3b4f61;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 4px;
	color: #3b4f61;
	margin-bottom: 0px;
}
h4 {
	font-size: 10px;
	font-weight: normal;
	margin-top: 4px;
	color: #002033;
	margin-bottom: 0px;
}
#middle-container ul {
	padding: 0px;
	padding-left: 14px;
	margin-top:8px;
}
#middle-container li {
	font-size: 10px;
	list-style:square;
	color: #6194a4;
	padding-bottom: 2px;
}
#middle-container li span {
	color: #4f4f4f;
}
#middle-container p {
	font-size: 10px;
	color: #4f4f4f;
	line-height: 15px;
	margin-top: 5px;
}
#middle-container a  {
	color: #00526c;
	font-weight:normal;
	text-decoration: none;
}
#middle-container a:hover  {
	text-decoration: underline;
}


/*Start of header styling*/
#header-container {
	margin-bottom: 15px;
}

#adpatel-logo {
	width: 235px;
	height: 35px;
	float: left;
	margin-bottom: 15px;
}

#header-contact-details {
	width: 435px;
	height: 35px;
	float: right;
	text-align:right;
	margin-bottom: 15px;
	list-style: none;
	
}

#header-contact-details p {
	color: #00526c;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
/*End of header styling*/





/*Start of CSS Navigation Menu*/
#navigation-bar {
	clear: left;
	width: 880px;
	height: 33px;
	background-image: url(style/images/menu-bar-background.png);
	background-repeat: no-repeat;
}

#navigation-bar ul {
	padding: 0px;
	padding-top: 5px;
}
#navigation-bar li {
	display: inline;
}

#navigation-bar a {
	color: #c0e4f0;
	text-decoration:none;
	font-size:12px;
	padding-right: 21px;
	padding-left: 15px;
	border-right: 1px #71787e solid;
}
#navigation-bar a:hover {
	color: #ffffff;
}
#navigation-bar .current_page_item a {
	color: #ffffff;
}
#navigation-bar .page-item-10 a {
	border-right: 0px;
}
/*End of CSS sNavigation Menu*/





/*Start of main, left, middle and right containers*/
#main-left-middle-right-container {
	border: 1px #cfcfcf solid;
	padding:15px;
}

#left-container {
	width: 153px;
	float: left;
}
.side-menu-container {
	background-color: #e4edf0;
	padding-top: 10px;
	margin-bottom: 15px;
}
.side-menu-title {
	background-color: #90b4bf;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
}
.side-menu-title p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
.side-menu-main-content {
	padding: 15px;
}
.side-menu-main-content a  {
	font-size: 10px;
	color: #00526c;
	text-decoration: none;
}
.side-menu-main-content a:hover  {
	text-decoration: underline;
}
.side-menu-main-content ul  {
	font-size: 10px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #00526c;
}
.side-menu-main-content li  {
	margin-bottom: 3px;
	list-style: none;
}
.side-menu-main-content .page_item {
	margin-top: -6px;
}
.side-menu-image-container {
	width: 153px;
	height: 64px;
	list-style: none;
}

#middle-container {
	width: 385px;
	float: left;
	margin-left: 15px;
}
#right-container {
	width: 280px;
	height: 390px;
	float: left;
	margin-left: 15px;	
}
/*End of main, left, middle and right containers*/



/*Start of footer styling*/
#footercontainer {
	width: 910px;
	margin: auto auto;
	text-align:center;
	font-size:9px;
	color: #646464;
}
#footercontainer p {
	font-size:9px;
	color: #646464;
}
#footercontainer a {
	color: #646464;
	text-decoration: none;
}
#footercontainer a:hover {
	color: #00526c;
	text-decoration: none;
}
/*End of footer styling*/