body { margin: 0px; }
body							{ font-size: 12px; font-style: normal; font-family: Arial, Helvetica, sans-serif; color: #333333; line-height: 20px; }
img { border: 0; }

#container						{ width: 982px; margin: 0px auto; }

#header							{ padding-bottom: 10px; margin-top: 10px; }
#logo							{ width: 550px; float: left; margin-left: 25px; }
#name							{ width: 380px; float: left; margin-top: 15px; }
#name h1						{ font-size: 32px; }
#slogan							{ width: 360px; float: left; margin-top: 50px; margin-left: 40px; }
#slogan h2						{ font-size: 20px; color: #000; margin-left: 3px; margin-top: 0px; font-style: italic; float: left; }
#cart							{ width: 373px; float: left; }

#mainnav						{ height: 38px; clear: left; }
#mainnav a						{ background-image: url('/template/v2/images/mainnav.gif'); background-repeat: no-repeat; display: block; width: 123px; height: 38px; float: left; }
#mainnav #nav1					{ background-position: 0px 0px; }
#mainnav #nav1:hover, #mainnav #nav1.selected { background-position: 0px -38px; }
#mainnav #nav2					{ background-position: -123px 0px; }
#mainnav #nav2:hover, #mainnav #nav2.selected { background-position: -123px -38px; }
#mainnav #nav3					{ background-position: -246px 0px; }
#mainnav #nav3:hover, #mainnav #nav3.selected { background-position: -246px -38px; }
#mainnav #nav4					{ background-position: -369px 0px; }
#mainnav #nav4:hover, #mainnav #nav4.selected { background-position: -369px -38px; }
#mainnav #nav5					{ background-position: -492px 0px; }
#mainnav #nav5:hover, #mainnav #nav5.selected { background-position: -492px -38px; }
#mainnav #nav6					{ background-position: -615px 0px; }
#mainnav #nav6:hover, #mainnav #nav6.selected { background-position: -615px -38px; }
#mainnav #nav7					{ background-position: -738px 0px; }
#mainnav #nav7:hover, #mainnav #nav7.selected { background-position: -738px -38px; }
#mainnav #nav8					{ background-position: -861px 0px; width: 121px; }
#mainnav #nav8:hover, #mainnav #nav8.selected { background-position: -861px -38px; }

#content_container				{ margin-top: 10px; background-color: #fff; border-bottom: 1px solid #dedede; }
#content						{ padding-left: 20px; padding-right: 20px; }
#leftcol						{ padding-left: 15px; }
#rightcol						{ padding-right: 15px; width: 165px; }

.newsletter_column1				{ margin-right: 10px; padding-right: 10px; }
.newsletter_column2				{ width: 279px; padding-right: 1px; }
.newsletter_box					{ border: 1px solid #eb52ab; }

a								{ outline: none; color: #9baf1f; text-decoration: underline; }
a:hover 						{ text-decoration: underline; }

table, form						{ padding: 0px; margin: 0px; }
p								{ margin: 0px; padding: 0px; padding-bottom: 15px; }
h1								{ font-weight: normal; font-size: 28px; color: #9baf1f; line-height: normal; font-style: normal; text-decoration: none; margin: 0px; padding: 0px; padding-bottom: 10px; }
h2 								{ font-weight: bold; font-size: 20px; color: #9baf1f; line-height: normal; font-style: normal; margin: 0px; padding: 0px; padding-bottom: 10px; }
h3 								{ font-weight: bold; font-size: 18px; color: #9baf1f; line-height: normal; font-style: normal; margin: 0px; padding: 0px; padding-bottom: 10px; }
h4 								{ font-weight: normal; font-size: 1.3em; color: #000000; line-height: normal; font-style: normal; }

ul								{ margin-bottom: 0px; padding-bottom: 0px; padding-bottom: 15px; margin-top: 0px; padding-top: 0px; }
li								{ padding-top: 0px; margin-top: 0px; padding-bottom: 5px; margin-bottom: 0px; }

hr								{ color: #ccc; background-color: #ccc; height: 1px; width: 100%; border: 0px; margin-top: 10px; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; }

#leftnav						{ line-height: normal; margin-bottom: 15px; }
#leftnav .navitem				{ margin-bottom: 10px; text-transform: uppercase; }
#leftnav .navitem a				{ text-decoration: none; color: #9baf1f; padding-left: 13px; }
#leftnav a:hover, #leftnav a.selected { color: #9baf1f; }
#leftnav a.selected				{ background-image: url('/template/v2/images/subnav_bullet.gif'); background-repeat: no-repeat; background-position: left center; }

#footer							{ padding-top: 10px; color: #9b9b9b; font-size: 11px; }
#footernav a					{ color: #9b9b9b; text-decoration: none; }

#photo-gallery 					{ height:  250px; width: 165px; padding: 0; margin: 0; margin-bottom: 15px; position: relative; } 
#photo-gallery img 				{ margin-left: 15px; top:  0;  left: 0; position: absolute; } 

#container .article_date		{ text-transform: uppercase; font-size: 11px; padding-bottom: 5px; }
#container .comment_by			{ padding: 0px; }

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

#container .navcat a{
	text-decoration: none;
	color: #336600;
}

#container .item_thumb{
	width: 170px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	height: 250px;
	font-size: 11px;
}
#container .item_thumb_content{
	padding: 10px;
}

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

input, select, textarea{
	border: 1px solid #aaa;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 13px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 3px;
}
select{
	padding: 0px;
}
#wrapper .submit_button{
	background-color: #b5dc10;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
#wrapper .submit_button:hover{
	background-color: #2bbed8;
	cursor: pointer;
}

#wrapper .sideimage{
	
}

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

#newsletter_box{
	float: right;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #b5dc10;
	width: 150px;
}

#wrapper .menu  a:link {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#wrapper .menu a:hover {
	text-decoration: none;
	color: #336600;
}
#wrapper .menu  a:active {
	color: #333333;
	text-decoration: none
}
#wrapper .menu  a:visited {
	color: #333333;
	text-decoration: none
}
#wrapper .menu  a:hover {
	color: #336600;
	font-weight: bold;
}
.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #333333;
	text-decoration: none;
}
.footer a:active {
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: none;
	color: #333333;
}

#wrapper .menu  {
	font-weight: normal;
	font-size: 0.9em;
	color: #333333;
	line-height: normal;
	font-style: normal;
	font-family: arial, Helvetica, sans-serif
}
#wrapper .footer {
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-family: Verdana, arial, Helvetica, sans-serif;
	line-height: 18px;
}

#wrapper .bodycopy {
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-family: arial, Helvetica, sans-serif;
	color: #000000;
}
#wrapper .sidebartext {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, arial, Helvetica, sans-serif
}
#wrapper .paragraph {
	font-size: 14px;
	font-style: normal;
	font-family: arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 24px;
}
#wrapper .footersmall {
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 1.5em;
	font-style: normal;
	font-family: Verdana, arial, Helvetica, sans-serif
}
#wrapper .menu sub {
	font-weight: normal;
	font-size: 0.8em;
	color: #005CaC;
	line-height: normal;
	font-style: normal;
	font-family: arial, Helvetica, sans-serif
}

/* ----------------------------------------------------------- */
#container .qty{
	float: left;
	margin-right: 5px;
}
#container .qty p{
	padding-bottom: 3px;
}
#container .size{
	float: left;
	margin-right: 5px;
}
#container .size p{
	padding-bottom: 3px;
}
#container .colour{
	float: left;
	margin-right: 5px;
}
#container .colour p{
	padding-bottom: 3px;
}
#container .childname{
	float: left;
	margin-right: 5px;
}
#container .childname p{
	padding-bottom: 3px;
}
#container .messagetochild{
	float: left;
	margin-right: 5px;
}
#container .messagetochild p{
	padding-bottom: 3px;
}
#addtocart{
	padding-top: 5px;
	clear: left;
}
#container .price{
	font-size: 16px;
}
#container .price strong{
	font-weight: normal;
}
#container .price .currency{
	font-size: 9px;
}
/* ----------------------------------------------------------- */
#subnames_header{
	clear: left;
}
#subnames_name, #subnames_gender, #subnames_age, #subnames_message{
	float: left;
	margin-right: 10px;
}
#subnames_name{
	width: 123px;
}
#subnames_gender{
	width: 68px;
}
#subnames_age{
	width: 33px;
}
#subnames_message{
	width: 160px;
	margin-right: 0px;
}
/* ----------------------------------------------------------- */
#item_photos{
	float: right;
	width: 150px;
	margin-left: 20px;
}

#wrapper .comment{
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	padding: 10px;
}


/* Clear fix! */
#container .clearfix:after 		{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#container .clearfix 			{ display: inline-block; }
* html .clearfix 				{ height: 1%; }
#container .clearfix			{ display: block; }
