/*************************************************************************************************

	Pet&r [MASTER]
	
	* Created by: James Mills [www.koodoocreative.co.uk]
	* Document created: 11th June 2008
	* Copyright (c) 2008 Koodoo Creative.
	
	// All CSS files are compressed. See the sources in the 'styles/src/' directory.

*************************************************************************************************/


/* Golbal CSS settings
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size:62.5%;
	background:#3ba9d0 url(../../assets/page_bg.jpg) repeat-x top right;
}

.clearFix {
	clear: both;
}



img { border:0; }


/* Form Submit button
-------------------------------------------------------------- */
a.submitButton {
    background: transparent url('../../admin/assets/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 1.2em arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	margin-bottom:1em;
	float:right;
}
a.submitButton span {
    background: transparent url('../../admin/assets/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.submitButton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.submitButton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* User messages
-------------------------------------------------------------- */
div#messages {
	width:100%;
	display:none;
	margin-bottom:0.5em;
}
.errorMsg {
	background:url(../assets/icons/exclamation.png) no-repeat 10px 9px;
	background-color:#ffeeee;
	color:#660000;
	padding:1em;
	padding-left:3.2em;
	font-size:1.1em;
}
.errorMsg a {
	color:#FF3300;
}
.okMsg {
	background:url(../assets/icons/accept.png) no-repeat 10px 9px;
	background-color:#e0fedd;
	color:#267522;
	padding:1em;
	padding-left:3.2em;
	font-size:1.1em;
}
.okMsg a {
	color:#33CC00;
}
.infoMsg {
	background:url(../../admin/assets/icons/information.png) no-repeat 10px 9px;
	background-color:#fffeb1;
	color:#333399;
	padding:1em;
	padding-left:3.2em;
	font-size:1.1em;
}
.infoMsg a {
	color:#333399;
}

/* Page Wrapper
-------------------------------------------------------------- */
div#page_wrapper {
	position:absolute;
	width:980px;
	left:50%;
	margin-left:-490px;
}


/* Branding/Logo
-------------------------------------------------------------- */
h1#branding {
	background:url(../../assets/logo.png);
	width:173px;
	height:103px;
	float:right;
	margin-top:30px;
	margin-right:20px;
}
h1#branding a {
	text-indent:-9000px;
	width:173px;
	height:103px;
	display:block;
}


/* Strap Line
-------------------------------------------------------------- */
div#top_links {
	background:url(../../assets/strap_line.png) no-repeat left bottom;
	width:500px;
	height:60px;
	float:left;
	margin-top:40px;
}
div#top_links ul {
}
div#top_links ul li {
	list-style:none;
	display:inline;
	margin-right:10px;
}
div#top_links ul li a {
	color:#fff;
	font-size:1.2em;
	text-decoration:none;
}


/* Wrapper
-------------------------------------------------------------- */
div#wrapper {
	margin-top:140px;
	background:#fff;
	padding:5px;
}



/* Welcome image
-------------------------------------------------------------- */
div#welcome_image {
	background:url(../../assets/welcome_image.jpg) right;
	width:725px;
	height:251px;
	margin-bottom:5px;
	float:left;
}


/* Top right box
-------------------------------------------------------------- */
div#top_right_box {
	background:#dbdad9;
	height:251px;
	width:240px;
	float:left;
	margin-left:5px;
}
div#top_right_box h2 {
	background:url(../../assets/navigation_bg.gif) repeat-x;
	height:38px;
	color:#fff;
	padding-top:12px;
	padding-left:12px;
	font-size:1.2em;
}
div#top_right_box div#top_right_content {
	padding:10px;
}
div#top_right_box form label {
	font-size:1.2em;
	color:#494949;
}
div#top_right_box form input {
	border:1px solid #bbb;
	margin:0.5em 0;
	width:210px;
	padding:5px;
	font-size:1.5em;
}
div#top_right_box form input:focus {
	border:1px solid #666;
}



/* Navigation
-------------------------------------------------------------- */
div#mainNav {
	clear:both;
	background:url(../../assets/navigation_bg.gif) repeat-x;
	height:38px;
	margin-bottom:5px;	
}
div#mainNav ul li {
	list-style:none;
	display:inline;
}
div#mainNav ul li a {
	display:block;
	float:left;
	height:38px;
	color:#fff;
	padding-top:12px;
	padding-left:13px;
	padding-right:13px;
	font-size:1.1em;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../../assets/navigation_border.gif) no-repeat right 0px;
}
div#mainNav ul li a.last {
	background:none;
}
div#mainNav ul li a:hover {
	text-decoration:underline;
}



/* Body container
-------------------------------------------------------------- */
div#body_container {
	background:#dbdad9;
	padding:8px;
}

/* Left content container (inside body container)
-------------------------------------------------------------- */
div#body_container div#page_left {
	background:#fff;
	width:450px;
	padding:15px;
	float:left;
	margin-right:8px;
	min-height:395px;
}
div#body_container div#page_left p {
	color:#494949;
	font-size:1.1em;
	line-height:1.6em;
	margin-bottom:10px;
}
div#body_container div#page_left h2 {
	color:#1e7ca1;
	font-size:1.6em;
}
div#body_container div#page_left a {
	color:#1e7ca1;
}
div#body_container div#page_left a:hover {
	color:#1e7ca1;
	text-decoration:none;
}
div#body_container div#page_left p.intro {
	color:#1e7ca1;
	font-size:1.2em;
}
div#body_container div#page_left h1 {
	background:url(../../assets/bullet.png) no-repeat left;
	padding-left:30px;
	font-size:1.8em;
	color:#494949;
	height:22px;
	margin-bottom:10px;
}
div#body_container div#page_left ul {
	margin-left:20px;
	margin-bottom:15px;
}
div#body_container div#page_left li {
	list-style:none;
	background:url(../../assets/bullet_small.png) no-repeat left;
	padding-left:15px;
	font-size:1.1em;
	margin-bottom:8px;
	color:#494949;
}

div#body_container div#page_left .download {
	display:block;
	background:#efefef url(../../admin/assets/icons/file_types/pdf.png) no-repeat 10px;
	padding:8px;
	padding-left:35px;
	text-decoration:none;
	color:#333333;
	margin-bottom:5px;
}
div#body_container div#page_left .download:hover {
	text-decoration:underline;
}

/* Box link expand thingy... (inside body container)
-------------------------------------------------------------- */
div.box_container {
	background:#efefef;
	padding:10px;
	margin-bottom:5px;
}
div.box_container a {
	background:url(../../admin/assets/icons/control_play.png) no-repeat right;
	font-size:1.2em;
	display:block;
	color:#1e7ca1;
	text-decoration:none;
}

div.box {
	display:none;
	padding-top:10px;
}


/* Bok link containers (inside body container)
-------------------------------------------------------------- */
div#link_box_container {
	float:left;
	width:180px;
	margin-right:8px;
}

div#link_box_one {
	background:url(../../assets/courses_box_link.png);
	height:100px;
	width:180px;
	float:left;
	margin-bottom:8px;
}
div#link_box_two {
	background:url(../../assets/emailus_box_link.png);
	height:100px;
	width:180px;
	float:left;
	margin-bottom:8px;
}
div#link_box_three {
	background:url(../../assets/downloads_box_link.png);
	height:100px;
	width:180px;
	float:left;
	margin-bottom:8px;
}
div#link_box_four {
	background:url(../../assets/news_box_link.png);
	height:100px;
	width:180px;
	float:left;
	margin-bottom:8px;
}
div#link_box_one a, div#link_box_two a, div#link_box_three a, div#link_box_four a{
	text-indent:-9000px;
	display:block;
	height:100px;
	width:180px;
}


/* Calendar (inside body container)
-------------------------------------------------------------- */
div#calendar {
	width:275px;
	float:left;
}
div#calendar h3 {
	background:url(../../assets/navigation_bg.gif) repeat-x;
	height:38px;
	color:#fff;
	padding-top:12px;
	padding-left:12px;
	font-size:1.2em;
}



/* Databse grid / table style
-------------------------------------------------------------- */
table {
	width:100%;
	padding: 0;
	margin: 0;
	clear:both;
	margin-bottom:5px;
}
caption {
	padding: 10px 0 5px 0;
	width: 700px;	 
	font: italic 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #4f6b72;
}
th {
	font: bold 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border: 1px solid #2a92b8;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 8px;
	background: #2a92b8 url(../assets/table_bg_header.png) no-repeat;
}
.table_style td {
	border-right: 1px solid #2a92b8;
	border-bottom: 1px solid #2a92b8;
	/*background: #fff;*/
	padding: 6px 8px 6px 8px;
	color: #333;
}
td a {
	color:#333;
}
td a:hover {
	color:#000;
	text-decoration:none;
}

tr.alt {
	background-color:#efefef;
	color: #333;
}
td.left {
	border-left: 1px solid #2a92b8;
	border-top: 0;
}
td.leftColspan {
	border-left: 1px solid #2a92b8;
	border-top: 0;
	padding: 6px 6px 6px 6px;
}
td.total_left{
	font-weight:bold;
	text-align:right;
	border-right: 1px solid #2a92b8;
	border-bottom: 1px solid #fff;
}
td.total_right{
	font-weight:bold;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* Shopping cart
-------------------------------------------------------------- */
.product_item {
	border-bottom: 2px solid #2a92b8;
	margin-bottom:10px;
	padding:10px;
	background:#efefef;
}

div#cart_total {
	float:right;
	width:150px;
	padding:15px;
	border: 1px solid #2a92b8;
	background:#efefef;
	font-weight:bold;
}
.cart_link {
	border:solid 1px #2a92b8;
	display:block;
	padding:5px;
	width:100px;
	text-decoration:none;
	text-align:center;
	background:#fff;
}
	
/****************************************************************************************
Nice little UI for updates today and yesterday */
.nice_today {
	background-color:#FFFF66;
	color:#000;
}
.nice_yesterday {
	background-color:#FFFF66;
}

/* Footer
-------------------------------------------------------------- */
div#footer {
	clear:both;
	height:100px;
}
div#footer div#paypal {
	background:url(../../assets/paypal.png);
	height:22px;
	width:77px;
	float:left;
	margin-top:10px;
}
div#footer ul {
	margin-top:10px;

}
div#footer li {
	list-style:none;
	float:right;
	color:#fff;
	border-right:solid 1px #fff;
	margin-left:5px;
	padding-right:5px;
}
div#footer ul li a {
	color:#fff;
}
div#footer ul li a.koodoo {
	text-indent:-9000px;
	background:url(../../assets/koodoo_logo.png) no-repeat;
	display:block;
	height:32px;
	width:32px;	
}
div#footer .no_border {
	border:0px;
}