/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : Jack 'n Jill Toothpast / Oral Hygiene Solutions
URL : http://www.childrenstoothpaste.com.au

Author : Melbourne IT
Author URL : http://www.melbourneit.com.au

- - - - - - - - - - - - - - - - - - - - - */

/*
-----------------------------------------------------------------------------
Global Styles
-----------------------------------------------------------------------------*/

h1 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #0354a2;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding: 0;
	color: #0354a2;
	}

h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666666;
	}

p, li, table {
	font: 12px Arial, Helvetica, sans-serif;
	color: #191919;
	margin: 0;
	padding: 0;
	}
	
p {
	margin-bottom: 10px;
	}
	

li {
	padding-bottom: 10px;
	}


/*
-----------------------------------------------------------------------------
Template Styles
-----------------------------------------------------------------------------*/

html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical; }
	
body {
	background-color: #2B72BC;
	}

#container 
	{width: 780px;
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto;
	padding: 0;
	}

#header 
	{
	width: 770px;
	margin: 0px auto;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	margin: 0px;
	padding: 0px;
	}

#navbar	
	{width: 780px;
	background-color: #bc2d2c;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#navbar ul 
	{text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin: 0px auto;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
	}

#navbar ul li
	{display: inline;
	padding-left: 0;
	padding-right: 0;
	}
	
#navbar ul li a
	{color: white;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	}
	
#navbar ul li a:hover
	{color: #2e41aa;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	}

#content 
	{width: 770px;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	height: auto;
	margin-top: 10px;
	}

#footer {
	background:url(/persistent/templateimages/footer_img.gif);
	width: 780px;
	height: 104px;
	}
