/*core stylesheet of the site*/

body {
background: #ffffff;
background-image: url(../images/page_bg.gif);
color: #999999;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px;
text-align: center;
min-width: 780px;
margin: 0px;
}


/*DIV HOLDER CONTROLS CENTER ALIGNMENT OF PAGE*/

#wrapper {
	margin:0 auto;
	width:780px;
	text-align: left;
	background: #FFFFFF;
}


/*CONTAINER DIVS LAYOUT IN ORDER TOP TO BOTTOM*/

#menu {
background-image: url(../images/menu_tabs.jpg);
color: #666666;
font-family: helvetica, arial, sans-serif;
font-size: 11px;  
background-color: transparent;
position: absolute;
top: 30px;
left: 49%;
margin-left: -380px;
width: 650px;
height: 40px;
border: #000000 solid 0px;
background-repeat: no-repeat;
background-position: right top;
}

#logo {
background-color: transparent;
background-image: url(../images/xtr_logo.gif);
position: absolute;
top: 5px;
left: 49%;
margin-left: 340px;
width: 60px;
height: 60px;
border: #000000 solid 0px;
background-repeat: no-repeat;
background-position: right top;
}

#top {
float: left;
position: relative;
background-image: url(../images/bg_top.jpg);
background-color: #ffffff;
color: #ffffff;
width: 780px;
height: 70px;
border: 0px solid #000000;
padding-top: 0px;
}

#main {
float: left;
background-color: #EEECDC;
border: #cccccc solid 1px;
width: 780px;
}

#footer {
float: left;
position: relative;
background-image: url();
background-color: transparent;
color: #999999;
width: 590px;
height: 20px;
padding: 5px 0px 0px 0px;
text-align: left;
border: #CFC7BD solid 0px;
}

/* HOMEPAGE ELEMENTS */

#col1_home {
float: left;
position: relative;
background-color: transparent;
background-image: url(../images/bg_services.jpg);
width: 360px;
/*height: 540px;*/
min-height: 540px;
}


#col2_home {
float: left;
position: relative;
background-color: #e4e4e4;
background-image: url(../images/bg_img.jpg);
width: 225px;
height: 540px;
background-repeat: no-repeat;
background-position: left top;
min-height: 540px;
}

/* GENERIC ELEMENTS */

#col1 {
float: left;
position: relative;
background-color: #f4f4f4;
background-image: url();
width: 360px;
/*height: 540px;*/
min-height: 540px;
}


#col2 {
float: left;
position: relative;
background-color: #D2DBE0;
background-image: url();
width: 225px;
height: 540px;
background-repeat: no-repeat;
background-position: left top;
min-height: 540px;
}

#col3 {
float: left;
position: relative;
background-color: #EEECDC;
background-image: url(../images/bg_links.jpg);
width: 190px;
height: 540px;
background-repeat: no-repeat;
background-position: right top;
min-height: 540px;
}

#col1_theshop {
float: left;
position: relative;
background-color: #f4f4f4;
background-image: url();
width: 585px;
height: 540px;
background-repeat: no-repeat;
background-position: left top;
}

#copy {
	width: 95%;
	background-color: transparent;
	margin-left: 10px;
}

#privacy {
	border : solid 1px #cccccc;
	background-color : transparent;
	color : #999999;
	padding : 4px;
	width : 320px;
	height : 470px;
	overflow : auto;
}
 
/*FORMATTING ELEMENTS*/

h3 {
font-size: 11px;
font-weight: bold;
color: #FF9933;
}

.heading {
font-weight: bold;
color: #66ccff;
}

img {
border-width: 0px;
border-style: none;
}

img.demo {
border: 8px solid #cccccc;
height: 60px;
width: 90px;
}

p {
font-size: 10px;
text-align: left;
}

p.links {
font-size: 10px;
text-align: left;
padding: 0px 50px 0px 20px;
}

p.linksbutton {
font-size: 10px;
text-align: left;
padding: 0px 0px 0px 20px;
}

.img {
color: #000000;
font-size: 10px;
text-align: left;
}


.address {
font-size: 9px;
text-align: right;
color: #999999;
}

.accent1 {
font-weight: bold;
color: #FF9933;
}

.accent2 {
font-weight: bold;
color: #FF9933;
}

.accent3 {
font-weight: bold;
color: #333333;
}

.accent4 {
font-weight: bold;
font-style: italic;
color: #999999;
}


.accent5 {
color: #999999;
font-family: arial;
font-size: 11px;
text-align: left;
}

.bold {
font-weight: bold;
color: #666666;
}

.boldi {
font-weight: bold;
color: #779869;
font-style: italic;
font-size: 13px;
font-family: arial, verdana, sans-serif;
}

.bold_right {
font-weight: bold;
text-align: right;
}

.bold_center {
font-weight: bold;
text-align: center;
}

.bold_white {
font-weight: bold;
color: #ffffff;
}

.note {
font-style: italic;
color: #ff0000;
}



ul {
	padding-left: 0px;
}

/* HYPERLINKS */

a:link {
color: #006699;
text-decoration: underline;
}

a:visited {
color: #006699;
text-decoration: underline;
}

a:hover {
color: #333333;
text-decoration: underline;
}

a:active {
color: #006699;
text-decoration: underline;
}

/* MENU */

a.menu:link {
color: #666666;
text-decoration: none;
border: 0px solid #999999;
padding: 0px;
}

a.menu:visited {
color: #666666;
text-decoration: none;
border: 0px solid #999999;
padding: 0px;
}

a.menu:hover {
color: #333333;
background-color: transparent;
border-bottom: 0px solid #cccccc;
padding: 0px;
}

a.menu:active {
color: #666666;
border: 0px solid #999999;
padding: 0px;
}


/* BUTTONS */

a.button:link {
font-weight: bold;
background-color: #006699;
color: #ffffff;
text-decoration: none;
border: 0px solid #999999;
padding: 2px;
}

a.button:visited {
font-weight: bold;
background-color: #006699;
color: #ffffff;
text-decoration: none;
border: 0px solid #999999;
padding: 2px;
}

a.button:hover {
font-weight: bold;
color: #ffffff;
background-color: #333333;
border: 0px solid #999999;
padding: 2px;
}

a.button:active {
font-weight: bold;
background-color: #006699;
color: #ffffff;
border: 0px solid #999999;
padding: 2px;
}


/* LISTS */

a.list:link {
color: #666666;
text-decoration: none;
}

a.list:visited {
color: #666666;
text-decoration: none;
}

a.list:hover {
color: #000000;
text-decoration: underline;
}

a.list:active {
color: #666666;
text-decoration: none;
}

/* THUMBS */

a.thumb:link {
color: #999999;
text-decoration: none;
}

a.thumb:visited {
color: #999999;
text-decoration: none;
}

a.thumb:hover {
color: #666666;
text-decoration: none;
}

a.thumb:active {
color: #999999;
text-decoration: none;
}


/* FORMS*/

input {
border: 1px solid #999999;
font-weight: normal;
font-family: verdana;
font-size: 11px;
}


select {
border: 1px solid #999999;
font-weight: normal;
font-family: verdana;
font-size: 11px;
}

textarea {
border: 1px solid #999999;
font-weight: normal;
font-family: verdana;
font-size: 11px;
}

.checkbox {
border: 0px solid #666666;
font-weight: normal;
background-color: transparent;
font-family: verdana;
font-size: 10px;
color: #000000;
}

option.section {background-color: #CFC7BD; color: #333333;}
option.one {background-color: #F4F3E7;}
option.two {background-color: #EEECDC;}

input.one {background-color: #ffcccc;}

#yourselection {
	 border : solid 1px #cccccc;
	 background : #ffffff;
	 color : #999999;
	 padding : 0px;
	 width : 320px;
	 height : 70px;
	 overflow : auto;
	 position: relative;
}

/* TABLES */

table {
border: 0px solid #000000;
border-collapse: collapse;
table-layout: fixed;
border-spacing: 0px;
}

td 
{
color: #999999;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px;    
border: 0px solid #000000;
padding: 0px;
vertical-align: top;
margin: 0px;
}


td.uline 
{
color: #999999;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px;    
border-bottom: 1px solid #cccccc;
padding: 0px;
margin: 0px;
}

