/* Copyright Bizboost - http://www.bizboost.com.au 
Country Shows Main Styles-Screen
*/



/* General___________________________________________*/

body {
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-x;
	background-color: #A9C22C;
	font: 1em Arial, Helvetica, sans-serif;
}

p	{font: 0.75em Arial, Helvetica, sans-serif; letter-spacing: 0.05em; color: #4A4A4A;}
h1	{color: #840490; font-size: 1.2em;}
h2	{color: #AEC537; font-size: 1em; margin-bottom: -10px;}
h3	{color: #840490; font-size: 0.95em; margin-bottom: -10px;}
h4	{color: #E6931D; font-size: 0.95em; margin-bottom: -10px;}
h5	{margin-bottom: -10px;}
h6	{color: #999999; font-style: italic; font-weight: normal;}

a 			{color: #F95400;}
a:link 		{color: #F95400;}
a:hover 	{color: #AEC537;}
a:visited 	{color: #999999;}
a:active 	{color: #F9C306;}

ul	{font-size: 0.75em; letter-spacing: 0.05em; list-style-image: url(../images/bullet.gif); list-style-type: none; padding-top: -10px; margin-top: -10px;}


/* Page___________________________________________*/

#wrapper {
	width: 1017px;
	margin-right: auto;
	margin-left: auto;
}

/*Side div with Dog Image*/
#right-colum {
	background: url(../images/dog.jpg) no-repeat;
	float: right;
	height: auto;
	padding-top: 274px;
	width: 227px;
}


/* Header___________________________________________*/

#header {
	background-image: url(../images/header.jpg);
	float: left;
	height: 160px;
	width: 790px;
}



/* Content___________________________________________*/

#content {
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 720px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	min-height: 250px;
}



/* Navigation___________________________________________*/
#nav {
	background-image: url(../images/nav-btm-bg.gif);
	float: left;
	height: 58px;
	width: 790px;
	background-repeat: no-repeat;
	padding-top: 4px;
}
#nav a {
	z-index: -1000;
	display: block;
	float: left;
	height: 38px;
	width: 116px;
	background-image: url(../images/nav-btn.gif);
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: normal;
}
#nav a:hover {
	background-image: url(../images/nav-btn-over.gif);
}

#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#nav-top {
	background-image: url(../images/nav-top-bg.gif);
	float: left;
	height: 22px;
	width: 750px;
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-top: 2px;
}
#nav-top li {
	padding: 0px;
	display: inline;
	margin: 0px;
}
#nav-top ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-top a {
	background-image: url(../images/nav-top-btn.gif);
	display: block;
	float: right;
	height: 17px;
	width: 62px;
	text-decoration: none;
	font: bold 0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#nav-top a:hover {
	background-image: url(../images/nav-top-btn-over.gif);
}

.menu-last {margin: 0px; padding: 0px;}


/* Side Boxes___________________________________________*/
.side-box {
	border: 1px solid #F9C306;
	background-image: url(../images/side-box-top.gif);
	background-repeat: repeat-x;
	float: right;
	width: 185px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.side-box p {
	padding-left: 10px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	font: 0.65em Verdana, Arial, Helvetica, sans-serif;
}
.side-box ul {
	margin-top: 0px;
	letter-spacing: 0em;
}
.side-box a {
}


.side-box img {
	border: 2px solid #83048E;
	margin-top: 5px;
}

.side-box a:hover {
	color: #840490;
}
.side-box a {
	color: #F95400;
	font-weight: bold;
	letter-spacing: 0em;
	text-decoration: none;
	font-weight: bold;
}

.side-box h1 {
	font-size: 0.95em;
	text-align: center;
	height: 26px;
	width: 185px;
	display: block;
	color: #FFFFFF;
	padding-top: 10px;
	letter-spacing: 0.25em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/*FOOTER ____________________________________*/
#footer {
	background-image: url(../images/footer.png);
	float: left;
	height: 23px;
	width: 790px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
#footer h6 {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #F95400;
}


/* overrides for gallery */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #E0E9B3;
	border: 1px solid #F9C306;
}

.gallery-item a {
	text-decoration: none;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}


/* search form */
.searchform fieldset {border: 0px;padding-left: 10px;}
.searchform input.field {width: 100px}
