/*
Theme Name: PTW
Theme URI: http://pettradeworld.com/
Description: Custom theme for Pet Trade World
Version: 1.0
Author: Logical binary
Author URI: http://logicalbinary.com/
*/



/* Begin Typography & Colors */
*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #f8f8f8;
	font-family: Arial, Sans-serif;
	font-size: small;
	color: #101010;
}

#page_wrapper{
	background-image: url('images/content_background.jpg');
	background-repeat: repeat-x;
}

#page{
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	width: 900px;
}

/*page elements*/
#header{
	height: 25px;
	padding-top: 5px;
	text-align: right;
}

#logo{
	height: 95px;
}

#navigation{
	height: 30px;
}

#content_wrapper{
	text-align: left;
	padding-top: 20px;
}

#content_right{
	width: 390px;
	float: right;
}

#sidebar{
	float: left;
	width: 244px;
}

#advert{
	float: right;
}

#content_left{	
	margin-right: 20px;
	float: left;
	width: 490px;
}

#footer_wrapper{
	clear: both;
	background-image: url('images/footer_background.jpg');
	background-repeat: repeat-x;
	height: 41px;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	width: 900px;
	color: #ffffff;
	padding: 15px 0px 0px 0px;
}

#footer_links{
	text-align: left;
}

/*content sections*/
.blue_header{
	width: 489px;
	height: 25px;
	background-image: url('images/long_blue_header.jpg');
	background-repeat: no-repeat;
}

.blue_header_small{
	width: 160px;
	height: 25px;
	background-image: url('images/long_blue_header.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

.dark_blue_header{
	width: 489px;
	height: 25px;
	background-image: url('images/long_darkblue_header.jpg');
	background-repeat: no-repeat;
}


.pink_header{
	width: 244px;
	height: 25px;
	background-image: url('images/pink_header.jpg');
	background-repeat: no-repeat;
}

.orange_header{
	width: 244px;
	height: 25px;
	background-image: url('images/orange_header.jpg');
	background-repeat: no-repeat;
}

.purple_header{
	width: 244px;
	height: 25px;
	background-image: url('images/purple_header.jpg');
	background-repeat: no-repeat;
}

.green_header{
	width: 244px;
	height: 25px;
	background-image: url('images/green_header.jpg');
	background-repeat: no-repeat;
}

.content_box{
	margin: 5px 0px 5px 0px;
	background-color: #E8E8E8;
	padding: 5px 5px 0px 5px;
	border: 1px solid #D6D6D6;
	line-height: 140%;
}

.smalL_content{
	float: left;
	width: 160px;
}

.main_content_box{
	width: 477px;
	margin: 5px 0px 5px 0px;
	background-color: #ffffff;
	padding: 5px 5px 0px 5px;
	border: 1px solid #D6D6D6;
	line-height: 140%;
}


.main_content_box_small{
	width: 148px;
	margin: 5px 0px 5px 0px;
	background-color: #ffffff;
	padding: 5px 5px 0px 5px;
	border: 1px solid #D6D6D6;
	text-align: center;
	line-height: 140%;
}

.main_content_box_directory{
	width: 477px;
	margin: 5px 0px 5px 0px;
	background-color: #ffffff;
	padding: 5px 5px 0px 5px;
	border: 1px solid #D6D6D6;
	line-height: 140%;
}

p{
	margin-bottom: 5px;
}

/*headers*/
h1{
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
}

h2{
	color: #48C4E5;
	font-weight: bold;
	font-size: 110%;
}

a, a:link{
	color: #48C4E5;
}

a:visited{
	color: #999999;
}

a:hover{
	color: #101010;
}

.main_content_box img{
	float: left;
	padding: 0px 10px 0px 0px;
	outline: none;
	border: none;
}

.main_content_box h4{
	margin-left: 160px;
	background-color: #0B03EE;
	padding: 5px;
	color: #ffffff;
	font-size: 130%;
	font-weight: bold;
}

.main_content_box h4 a:link, .main_content_box h4 a, .main_content_box h4 a:hover, .main_content_box h4 a:visited{
	color: #ffffff;
}


.main_content_box h2, .content_box h2{
	padding: 0px 0px 5px 0px;
}

/*images*/
#logo_image{
	float: left;
	text-align: left;
	padding: 2px 0px 0px 0px;
}

#advert_image{
	float: right;
		padding: 5px 0px 0px 0px;
}

/*navigation*/
#navcontainer ul
{
margin-top: 1px;
float: left;
font-size: 110%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 8px 12px 9px 12px;
color: #ffffff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #ffffff;
color: #03638D;
}

#navcontainer1 { width: 489px; }

#navcontainer1 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer1 a
{
display: block;
padding: 5px;
width: 479px;
height: 15px;
background-image: url('images/long_blue_header.jpg');
background-repeat: no-repeat;
border-bottom: 3px solid #eee;
}

#navcontainer1 a:link, #navlist1 a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer1 a:hover
{
color: #cccccc;
}

.blue_header h1 a, .blue_header h1 a:link, .blue_header_small h1 a, .blue_header_small h1 a:link{
	color: #ffffff;
}

.blue_header h1 a:visited, .blue_header h1 a:hover, .blue_header_small h1 a:visited, .blue_header_small h1 a:hover{
	color: #ffffff;
}

.clear{
	clear: both;
}

table{
	text-align: left;
	border: none;
}

img{
	border: none;
	outline: none;
}
