/* Pink: EC008C */

* { font-family: Verdana, Arial, Helvetica, sans-serif; }

body, form, div, h1, h2, h3, h4, h5, h6, ul, ol, li, p, img { margin: 0; padding: 0; }

/***** Body  *****/

body {
margin:0 auto;
padding:0;
font:8pt Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 url(../img/bg.gif) top center repeat-y;
color:#404040;
}

/***** Various tags *****/

a {
text-decoration:none;
font-weight:bold;
color:#EC008C;
padding: 2px;
background-color:inherit;
}

a:hover {
text-decoration:none;
color: #FFFFFF;
font-weight:bold;
background-color: #EC008C;
padding: 2px;
}

a img, a:hover img {
border:0;
padding: 0px;
background-color: white;
}

p {
margin:0 0 1.4em 0;
}

h1, h2, h3, h4  {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	font-size: 20px;
	padding: 0 0 5px 0;
	color: #EC008C;
}

h2 {
	font-size: 14px;
	padding: 0 0 5px 0;
}

h3 {
	font-size: 20px;
	padding: 0 0 5px 0;
	color: #EC008C;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}

em {
color: #EC008C;
font-weight: bold;
font-style: normal;
font-size: 12px;
}


ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
	line-height:2em;
}


/***** main container *****/


#bkgd {
margin:0 auto;
width:780px;
background:white url(../img/bkgd.jpg) bottom center repeat-x;
}

#content {
margin:0 auto;
width:740px;
}

#wrap {
background:white url(../img/main.jpg) bottom center repeat-x;
color:#404040;
margin:0 auto;
width:780px;
}

#main {
background:white url(../img/main.jpg) bottom center repeat-x;
color:#404040;
margin:0 auto;
width:780px;
height:500px;
}

.main {
margin:0 auto;
width:780px;
/*background:red url(../img/bgnd.gif) top left repeat-x;*/
}

#footerblocks {
background:white url(../img/footer.jpg) top center no-repeat;
color:#404040;
background-color:#D9F6F2;
margin:0 auto;
width:780px;
}

#footerblock1 {
position: relative;
width: 325px;
height: 120px;
left: 35px;
text-align:center;
top: 32px;
}

#footerblock2 {
position: relative;
width: 325px;
height: 120px;
left: 415px;
text-align:center;
top: -90px;
}

#footerblock1 a, #footerblock2 a {
border:0;
padding: 0px;
background-color: white;
}


.large {
font-size: 10pt;
}

.left {
float: left;
margin-right: 10px;
}

.right {
float: right;
margin-left: 10px;
}

#linkbuynow {
position: relative;
cursor:pointer;
text-align:right;
width: 180px;
height: 45px;
top: 224px;
left: 587px;
}

#linkden {
position: relative;
cursor:pointer;
text-align:right;
width: 160px;
height: 40px;
top: 170px;
left: 400px;
}

#linktime {
position: relative;
width: 100px;
text-align:center;
top: 225px;
left: 590px;
}

#linkovarian {
position: relative;
cursor:pointer;
width: 260px;
height: 60px;
top: 185px;
left: 300px;
}





/***** Header *****/

#header {
margin:10px 0 0;
padding:0;
height:45px;
}

#header h1 {
color:#505050;
background-color:inherit;
width:350px;
margin:0 0 10px;
font-size:2em;
float:left;
}

#header h1 a {
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:400px;
float:right;
text-align:center;
margin:8px 0 0;
font-weight:bold;
line-height:1.3em;
}

#headerbar {
margin:0 auto;
width:780px;
height:56px;
overflow:hidden;
}

#headerbar2 {
margin:0 auto;
width:780px;
height:90px;
background-color:white;
}



/***** Footer *****/

#footer {
font:80% Verdana,Tahoma,Arial,sans-serif;
clear:both;
margin:0 auto;
padding:15px 0;
width:780px;
text-align:center;
color:#808080;
background-color:#D9F6F2;
height:100%;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
background-color:transparent;
text-decoration:none;
font-weight:normal;
}

#footer a:hover {
text-decoration:underline;
}




.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;
}



/* Top Menu */

div#navcontainer
{
background-color: white;
border-top: solid 1px #FFFFFF;
border-bottom: solid 4px #C1F0EA;
width: 780px;
margin: 0 auto;
}
div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
}
div#navcontainer ul li
{
display: inline;
}
div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: #C1B393;
text-decoration: none;
border-left: 1px solid #fff;
border-right: 1px solid #fff; /* the borders have the same size */
margin-right: -1px; /* the value has to be like the above but negative */
}
div#navcontainer ul li a:hover
{
background-color: #C1F0EA;
color: white;
}



.contactTable {
	background-color: #EEEEEE;
	color: #666666;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



table {
	border-collapse: collapse;
	width: 90%;
}

table td {
	border: 1px solid #999;
}

button {
	margin: 1em;
}