/* Reset browsers
___________________________________________________*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Misc
___________________________________________________*/

/* Self-clear floats */

.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Floats */

.leftside {
	float: left;
	display: inline;
}
.rightside {
	float: right;
	display: inline;
}

/* Type
___________________________________________________*/

h1 {
	font: normal 1.8em Arial, sans-serif;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

h2 {
	font: normal 1.7em Arial, sans-serif;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

p {
	font-size: 1.2em;
	padding: 0 0 10px 0;
}

strong {
	font-weight: bold;
}

a,
a:visited,
a:hover,
a:active {
	color: #000;
	text-transform: capitalize;
}

/* Page basics
___________________________________________________*/

body {
	background: #fff url(../images/bg-fade.jpg) 0 0 repeat-x;
	color: #000;
	line-height: 18px;
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
}

#page {
	width: 800px;
	text-align: left;
	padding: 75px 0 0 0;
	margin: 0 auto;
}

/* Layout
___________________________________________________*/

.intro {
	background: url(../images/globe.jpg) right top no-repeat;
	padding: 90px 0 0 0;
	margin: -70px 0 0 0;
}

.intro p {
	width: 550px;
}

.outro p {
	width: 271px;
}

/* Box */

.box {
	background: url(../images/bg-box-body.gif) 0 0 repeat-y;
	width: 262px;
	float: left;
	display: inline;
	padding: 0 0 0 0;
}

.box .body {
	background: url(../images/bg-box-footer.gif) 0 bottom no-repeat;
	height: 280px;
	padding: 10px;
}

.box .head {
	background: url(../images/bg-box-head.gif) 0 0 no-repeat;
	height: 30px;
	padding: 10px 0 0 10px;
}

.box2 {
	margin: 0 7px;
}

/* Form
___________________________________________________*/

form {
	width: 240px;
}

.textinput {
	border: 1px solid #909090;
	font-style: italic;
	font-size: 1.2em;
	width: 229px;
	padding: 5px;
	margin: 0 0 5px 0;
}

select {
	border: 1px solid #909090;
	font-style: italic;
	font-size: 1.2em;
	width: 241px;
	padding: 4px;
	margin: 0 0 5px 0;
}

textarea {
	border: 1px solid #909090;
	font: italic 1.3em Arial, sans-serif;
	width: 231px;
	padding: 4px;
	margin: 0 0 5px 0;
}

.button {
	float: right;
	display: inline;
}

p.msgsent {
	text-align: center;
	text-transform: uppercase;
	padding: 100px 0 0 0;
}


/* Footer
___________________________________________________*/

#footer {
	border-top: 1px solid #9c9c9c;
	padding: 10px;
	margin: 15px 0 0 0;
}

#footer p {
	font-weight: bold;
}
