@import url(base.css);

#banner {
    position: relative;
    height: 140px;
}

#cameras_image {
	margin-left: 10px;
}

#product_name {
    position: absolute;
    left: 170px;
    top: 10px;
    font-size: 40pt;
    color: #333;
    text-shadow: 1px 1px 1px #000;
}

#product_tagline {
    position: absolute;
    left: 170px;
    top: 72px;
    color: #333;
}

#product_tagline2 {
    text-align: center;
    font-size: 8pt;
}

#download_link {
    position: absolute;
    top: 30px;
    right: 110px;
    font-size: x-large;
}

#try_text {
    position: absolute;
    top: 75px;
    right: 120px;
    width: 140px;
    text-align: center;
    font-size: 10pt;
    color: #555;
}

#left_column {
	float: left;
	width: 300px;
}

#right_column {
	float: right;
	width: 460px;
	font-size: 12px;
	line-height: 1.6em;
}

#description {
    font-size: 11pt;
    padding: 0px 10px;
}

#price {
	font-size: 8pt;
	margin-bottom: 0.5em;
}

#requirements {
	font-size: 8pt;
	text-align: center;
}
