/* @group font-reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

body {
	line-height: 1.22;
	font-size: 13px;
}

table {
	font-size: inherit;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	line-height: 99%;
}

/* @end */

body {
	font:12px "Trebuchet Ms", Verdana, Arial;
	color:#333;
	background-color:#ffffcc;
}

#group {
	width:904px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width:664px;
	float:right;
	font-size:12px;
	padding-right:20px;
	padding-top:0;
	padding-left:20px;
}

/* ------------------------LEFTCOL */

#leftcol {
	width:200px;
	float:left;
}

#leftcol h3 {
	margin:0 0 10px;
	color:#21408D;
	padding:0;
	font-size:16px;
	font-weight:bold;
}

#leftcol p {
	margin:0;
	padding:0;
}

/* ...................................... */

div.quicksearch {
	position:absolute;
	top:75px;
	right:0;
}

/* ------------------------BLOG */

ul li {
	list-style-type:circle;
	list-style-position:outside;
	margin-left:20px;
	margin-bottom:3px;
}

small {
	font-size:11px;
	color:#333;
	display:block;
	margin-top:5px;
}

/* ------------------------SELL FORM */

form#quickcontactform {
	background-color:#f2f2f2;
	margin-bottom:20px;
	padding:15px;
}

form#quickcontactform label {
	display:block;
	margin-bottom:10px;
}

form#quickcontactform input {
	margin-bottom:10px;
	width:300px;
}

form#quickcontactform select {
	margin-bottom:10px;
}

form#quickcontactform textarea {
	width:300px;
	height:120px;
}

form#quickcontactform label.check {
	float:left;
	display:block;
	width:150px;
}

form#quickcontactform label.check input {
	margin-bottom:0;
}

/* ------------------------GENERIC */

h1 {
	color:#3366FF;
	margin-bottom:20px;
	font-weight:bold;
	font-size:22px;
}

h2 {
	font-size:16px;
	color:#21408D;
	margin-bottom:20px;
	font-weight:bold;
}

p {
	margin-bottom:15px;
	line-height:1.6em;
}

a:link, a:visited {
	color:#21408D;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

a:hover {
	color:#990000;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
}

.clear {
	clear:both;
}

.block {
	display:block;
}

.inline {
	display:inline;
}

.taleft {
	text-align:left;
}

.taright {
	text-align:right;
}

.tacenter {
	text-align:center;
}

.left {
	float:left;
}

.right {
	float:right;
}

strong {
	font-weight:bold;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
}

.aligncenter {
	display:block;
	margin:15px auto;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}

