html {
	text-align: center;
	/*height: 100%;*/
	background: #fff url(../img/common/gradient_sh_pl.gif) repeat-x 0 100%;
}

/* @group Builds */

body { 
	width:100%;
	/*height:100%;*/
	margin:0 auto;
	font-size: 62.5%;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
    color: #333;
    line-height:1.125em;
    *font-size: 10px;
}

#container { 
	margin: 0 auto;
	text-align: left;
	width: 560px;
	padding: 40px 40px 50px 50px;
	/*height: auto;*/
	
}

#hd { 
	display: none;
}

.thumbs {
	float: left;
	width: 115px;
	padding-top: 2px;
}

.text {
	float: left;
	width: 445px;
	padding-bottom: 5px;
}

.warning {
	background: #ffffcc url(../img/shadowbox_plain/alert.gif) no-repeat 30px 20px;
	padding: 20px 20px 10px 115px;
}

/* @end */

/* @group html rewrites */

a { 
	text-decoration: none; 
	color: #006699; 
}

a:hover { 
	color: #999;
}

a:active, a:focus { 
	outline: 0; 
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}

a.rss {
	background: transparent url(../img/common/icon_rss.gif) no-repeat 0 0;
	padding: 0 0 6px 21px;
	font-weight: bold;
}

/* titles in main feature */

h2 { 
	font-size: 1.4em;
	margin: 0;
	padding: 0 0 0.5em;
	font-weight: bold;
}

h2.tech { 
	background: transparent url(../img/shadowbox_plain/tech_bg.gif) no-repeat 0 3px;
	padding: 0.5em 0 0.5em 38px;
}

h3 { 
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	background: none;
	border: 0;
}

.tech_specs h3 { 
	padding: 0 0 1.1em;
}

p { 
	margin: 0 0 1.2em 0; 
	font-size: 1.1em;
	line-height: 1.3em;
}

li {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

p.bullet,
ul.bullet li { 
	padding-left: 14px;
	background: transparent url(../img/common/bullet.gif) no-repeat 0 3px;
}

ul.bullet {
	margin: 0 0 1.4em 0;
}

ul.bullet li { 
	font-size: 1.1em;
	padding-left: 19px;
	margin:0 0 0.5em;
}

.tech_specs ul li.bullet {
	margin: 0 0 0.5em !important;
}

.left { 
	float: left; 
}

.right { 
	float: right; 
}

.clear { 
	clear: both; 
}

.align_left { 
	text-align: left; 
}

.align_right { 
	text-align: right; 
}

.align_center { 
	text-align: center; 
}

hr {
	border-bottom: 1px solid #ccc;
	border-width: 0 0 1px;
	margin: 0 5px 18px 0;
}

.tech_specs hr {
	margin: 18px 5px 20px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	vertical-align: top;
	*line-height: 0;
}

.uppercase {
	text-transform: uppercase;
}

.grey {
	color: #666;
}

a.arrow {
	background: transparent url(../img/common/arrow_bl.png) no-repeat 100% 4px;
	*background: none;
	padding-right: 8px;
}

a.arrow:hover {
	background: transparent url(../img/common/arrow_gr.png) no-repeat 100% 4px;
	*background: none;
}

/* below is the code for IE links - must include an empty span around the last word of every .arrow link */
a.arrow {
	*background: inherit;
}

a.arrow span {
	*background: url(../img/common/arrow_bl.gif) no-repeat 100% 70%;
	*padding: 0 8px 0 0;	/* width of the img */
	*display: inline-block;	/* IE correction to show the icon */
	*cursor: pointer;	/* IE correction to show hand instead of arrow */
}

a.arrow:hover span {
	*background: url(../img/common/arrow_gr.gif) no-repeat 100% 70%;
}

img.thumb_sq {
	background: transparent url(../img/common/thumb_frame_sq.png) no-repeat 0 0;
	padding: 2px 6px 6px 2px;
	float: left;
	margin-right: 10px;
}

img.thumb_rect_sm {
	background: transparent url(../img/common/thumb_frame_rect_sm.png) no-repeat 0 0;
	padding: 2px 5px 6px 3px;
	margin-bottom: 2px;
	margin-left: -1px;
}

/* @end */
