/*
Theme Name: Core Concepts Group 
Theme URI: http://www.coreconcepts.com.sg/
Description: Core Concepts Group Color Theme.
Version: 1.0
Author: Victor Khoo
Tags: clean, 1 column, with optional side bar if required. 

*/


#telcontact p {
	font-size: 1.0em;
	font-weight: bold;
	float: right;
	color: #CD003A;
}

/**********************************************************************
* rename the division to match the category name
* requires edit of the header.php file
*
***********************************************************************/

#nav_aboutus {
	background: transparent url('images/nav_aboutus.jpg') no-repeat left top;
	left: 0px;
}

#nav_pain {
	background: transparent url('images/nav_pain.jpg') no-repeat left top;
	left: 83px;
}

#nav_services {
	background: transparent url('images/nav_service.jpg') no-repeat left top;
	left: 166px;
}

#nav_contact {
	background: transparent url('images/nav_contact.jpg') no-repeat left top;
	left: 249px;
}



/**********************************************************************
* division color for posts
* requires edit of the functions.php file
*
***********************************************************************/

.bg_home {
	background: #850041;
}

.bg_aboutus {
	background: #850041;
}

.bg_pain {
	background: #990060;
}

.bg_services {
	background: #771C76;
}

.bg_contactus {
	background: #561666;
}

.category-home h1, 
.category-home h2, 
.category-home h3,
.category-home b {
	color: #850041;
}

.category-about-us h1, 
.category-about-us h2, 
.category-about-us h3,
.category-about-us b {
	color: #850041;
}

.category-pregnancy-pain h1,
.category-pregnancy-pain h2,
.category-pregnancy-pain h3,
.category-pregnancy-pain b {
	color: #990060;
}

.category-our-services h1,
.category-our-services h2,
.category-our-services h3,
.category-our-services b {
	color: #771C76;
}

.category-contact-us h1,
.category-contact-us h2,
.category-contact-us h3,
.category-contact-us strong,
.category-contact-us b {
	color: #561666;
}

table.division {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

table.division td {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	padding: 10px 10px 20px 10px;
	border-style: inset;
	border-color: silver;
	background-color: white;
	vertical-align: top;
	-moz-border-radius: ;
}

table.division p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#agent-contact-tab,#agent-contact-tab-v1 {
	position:fixed!important;
       *position:absolute;right:0!important;top:40%!important;
        display:block!important;
        background:#850041 url('images/contact_us.png') 0 0 no-repeat!important;
        width:32px!important;
        height:150px!important;
        z-index:100001!important;
        text-indent:-9000px!important;
        padding:0!important;
}


#agent-contact-tab:hover,#agent-contact-tab-v1:hover {
	background:#561666 url('images/contact_us.png') 0 0 no-repeat!important;
}
