/**
 *
 *  INSTYLE IT
 *  http://www.instyleit.com.au - Australian Web Hosting and Design
 *
 * Colours
 ** Light Pink: #F9BCD1
 ** Pink: #F48AAC
 */

html {
  margin: 0px;
  padding: 0px;

}
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background: #F48AAC url(/image/side_bar.png) top left repeat-y;
   margin: 0px;
   padding: 0px;
   color: #333333;
}

h1 {
   font-size: 16px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 15px 0px;
   color: #333333;
}
h2 {
   font-size: 14px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #333333;
}
h3 {
   font-size: 12px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #333333;
}
h4 {
   font-size: 11px;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   text-align: left;
   color: #333333;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}
ul {
   list-style-image: url(/image/heart_bullet.gif);
}
li {
   padding-bottom: 5px;
}
.clear {
   clear: both;
}
#header {
   margin-left: 160px;
}
#headerPos {
   width: 815px;
}
#logo {
	padding-top: 15px;
	padding-bottom: 25px;
}
#pageContainer {
   width: 815px;
   margin-left: 160px;
}

.minsize {
   min-height: 500px;
   height:auto !important;
   height:500px;
}
#contentContainer {
   padding: 1px 10px 1px 10px; /* Opera bug requires bottom padding */
   font-size: 12px;
   font-weight: normal;
   text-align: left;
   background-color: #ffffff;
	min-height: 400px;
	height:auto !important;
	height:400px;
}
#cornersT {
	background: #ffffff url(/image/corner_tl.gif) top left no-repeat;
	width: 100%;
}
#cornersT img {
	float: right;
}
#cornersB {
	background: #ffffff url(/image/corner_bl.gif) bottom left no-repeat;
	width: 100%;
	height: 15px;
}
#cornersB img {
	float: right;
}

#rightCol {
   float: right;
   width: 200px;
   min-height: 350px;
   height:auto !important;
   height:350px;
   padding-left: 5px;
}

a {
   color: #EF4A83;
   text-decoration: underline;
}
a:visited {
   color: #F48AAC;
   text-decoration: underline;
}
a:hover {
   color: #EF4A83;
   text-decoration: none;
}

#footer {
   height: 40px;
   line-height: 20px;
   font-size: 10px;
   color: #FFFFFF;
   text-align: center;
}
#footer a,
#footer a:visited {
   color: #FFFFFF;
   text-decoration: none;
}
#footer a:hover {
   color: #aaaaaa;
   text-decoration: underline;
}

.btn {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #EF4A83;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #F48AAC;
   cursor: pointer;
}
.floatRight {
   float: right;
   margin: 0 0 5px 10px;
}
.floatLeft {
   float: left;
   margin: 0 10px 5px 0;
}

.strong {
   font-weight: bold;
}

.required {
   color: #ff0000;
   vertical-align: super;
}
.contactField {
   font-weight: bold;
   text-align: right;
   width: 80px;
}
.hidden {
   display: none;
}
#instyleIt {
   float: right;
   margin: 5px;
}
#instyleIt a,
#instyleIt a:visited {
   color: #ffffff;
}
#instyleIt a:hover {
   color: #ffffff;
   text-decoration: underline;
}
#instyleIt img {
   border: 0;
}

.picBorder {
	border: 4px solid #EF4A83;
}
#sendFriend {
	text-align: center;
}