@charset "utf-8";
/* CSS Document */

/******************************

TABLE OF CONTENTS
		- general, resets and headings
		- Layout
		- Content
		- Form Styles
		- Menus
		
		
		
COLOURS
		body text - #000000
		headings green  - #2cbda8
		headings blue - #007ac3
		
******************************/

body{
	margin:0;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f2f5f6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12;
	color:#000000;
	}
	
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#666666;
}

a:link, a:active, a:visited{
	color:#007ac3;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}

form, h1, h2, h3, h4{
	margin:0;
	padding:0;
	font-weight:normal;
	}
h1{
	font-size:30px;
	color:#2cbda8;
	line-height:normal;
	}
h2{
	margin-bottom:17px;
	font-size:24px;
	color:#007ac3;
	line-height:normal;
	}
h3{
	font-size:18px;
	color:#2cbda8;
	}
h4{
	margin-top:20px;
	font-size:14px;
	font-weight:bold;
	color:#007ac3;
	line-height:normal;
	}

img{
	border:0;
	}

.clear{
	clear:left;
	}
	
/**** LAYOUT ***/

#container{
	width:900px;
	margin:auto;
	background-image:url(../images/background-container.jpg);
	background-repeat:no-repeat;
	background-position:0 276px;
	}
#header{
	height:128px;
	margin-left:30px;
	background-image:url(../images/logo-wetseal.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}
#flash{
	height:148px;
	background-image:url(../images/flash.jpg);
	}
#resources{
	height:148px;
	background-image:url(../images/resources.jpg);
	}
#content{
	margin:0 30px;
	padding:24px 35px 0 35px;
	background-color:#FFFFFF;
	border:1px solid #cccdcd;
	border-top:0;
	line-height:18px;
	}


/*** CONTENT ***/
/* left column */
.left-column{
	width:479px;
	margin-right:55px;
	float:left;
	}
.left-column h1, .left-column h2{
	text-align:center;
	}
.home-imgs{
	margin:15px 0;
	padding: 4px 0 13px 0;
	background-image:url(../images/background-home-imgs.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
.left-column ul{
	margin:5px 0 10px 0;
	padding:0;
	list-style:none;
	}
.left-column li ul{
	margin-top:0;
	background-image:url(../images/bullet.gif);
	}
.left-column li{
	margin-left:12px;
	padding-left:10px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	color:#000000;
	}
	
/**/


/* right column */
.right-column{
	width:218px;
	padding-left:15px;
	float:left;
	}
.right-column h2{
	text-align:right;
	line-height:15px;
	}
.right-column img{
	margin-bottom:1px;
	}
.logos{
	margin-top:60px;
	}
.logos img.padding{
	padding-left:30px;
	}
/**/
	
.logo{
	margin-bottom:16px;
	padding-top:22px;
	clear:left;
	text-align:center;
	}

/* Countries */
#countries{
	height:115px;
	padding:13px 7px 0 0;
	background-image:url(../images/background-splash.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	font-size:11px;
	color:#acacac;
	text-align:right;
	}
#countries ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#countries li{
	margin-right:10px;
	padding-left:27px;
	display:inline;
	background-repeat:no-repeat;
	background-position:left;
	}
#countries li.australia{
	background-image:url(../images/flag-australia.jpg);
	}
#countries li.nz{
	background-image:url(../images/flag-new-zealand.jpg);
	}
#countries li.uk{
	background-image:url(../images/flag-uk.jpg);
	}
#countries li.canada{
	background-image:url(../images/flag-canada.jpg);
	}
/***/

/* Countries */
#countries2{
	font-size:11px;
	color:#acacac;
	text-align:center;
	}
#countries2 ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#countries2 li{
	margin-right:10px;
	padding-left:27px;
	display:inline;
	background-repeat:no-repeat;
	background-position:left;
	}
#countries2 li.australia{
	background-image:url(../images/flag-australia.jpg);
	}
#countries2 li.nz{
	background-image:url(../images/flag-new-zealand.jpg);
	}
#countries2 li.uk{
	background-image:url(../images/flag-uk.jpg);
	}
#countries2 li.canada{
	background-image:url(../images/flag-canada.jpg);
	}
/***/

/*** FORM STYLES ***/

input, textarea{}
table.form{}
.form th{}
.form td{}

/*** MENUS ***/


/* Main menu */

#mainmenu{}
#mainmenu a:link, #mainmenu a:active, #mainmenu a:visited{}
#mainmenu a:hover{}

/* Footer */

#footerlinks{
	font-size:12px;
	color:#c2c2c2;
	text-align:center;
	line-height:18px;
	}

#footer{
	font-size:11px;
	color:#c2c2c2;
	text-align:center;
	line-height:18px;
	}
#footer a:link, #footer a:active, #footer a:visited{
	padding:0 10px;
	color:#c2c2c2;
	}
#footer a:hover{
	color:#89b8cd;
	text-decoration:none;
	}
#footer a.extLink{
	padding:0 0 0 10px;
	}