*
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(/img/bkg.jpg) repeat-x #FFF;
}

div#header
{
	background: url(/img/header/bkg_logo.gif) no-repeat;
	height: 105px;
	width: 1050px;
	margin: 0 auto;
	position: relative;
}

div#breadcrumb
{
	float: left;
	width: 368px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 101px;
	left: 50px;
}

div#breadcrumb p
{
	font-family:  Verdana;
	font-size: 11px;
}

div#breadcrumb a
{
	text-decoration: none;
}

div#breadcrumb a.oakleylink{ color: #999999;}
div#breadcrumb a.womenslink{ color: #639fb7;}
div#breadcrumb a.oakleylink:hover, div#breadcrumb a.womenslink:hover
{
	color: #b46279;
}

div#main_navigation
{
	float: right;
	width: 380px;
	margin: 0;
	padding: 0;
	position:  relative;
	top: 58px;
}

.menu
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 380px;
}

.menu li
{
	padding: 0;
	margin: 0 2px;
	height: 36px;
	list-style: none;
}

.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 36px;
	background-repeat: no-repeat;
}

.products {background-image: url(/img/header/nav_products_over.gif); width: 87px;}
.products a {background-image: url(/img/header/nav_products.gif);}
.innovation {background-image: url(/img/header/nav_innovation_over.gif); width: 94px;}
.innovation a {background-image: url(/img/header/nav_innovation.gif);}
.sports {background-image: url(/img/header/nav_sports_over.gif); width: 69px;}
.sports a {background-image: url(/img/header/nav_sports.gif);}
.community {background-image: url(/img/header/nav_community_over.gif); width: 102px;}
.community a {background-image: url(/img/header/nav_community.gif);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

div#content
{
	height: 510px;
	margin: 75px auto;
	width:  750px;
	position: relative;
}

/* Download */

div#frame
{
	float: left;
	margin: 10px;
	padding: 0;
	width: 409px;
	height: 400px;
	background: url(/img/frame.gif);
}

div#frame .myImage
{
	position: relative;
	top: 75px;
	left: 50px;
}

/* download */

div#paper
{
	width: 246px;
	height: 451px;
	background: url(/img/paper.gif);
	float: right;
	margin: 10px 15px 0 0;
	padding: 0;
	position: relative;
}

div#paper div
{
	height: 50px;
	width: 200px;
	background: #ccc;
}

div#paper div a, div#paper div a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 50px;
	background-repeat: no-repeat;
}


div#paper .save
{
	position: absolute;
	top: 55px;
	left: 24px;
	background-image: url(/img/save_over.gif);
}
div#paper .save a {background-image: url(/img/save.gif);}

div#paper .create
{
	position: absolute;
	top: 110px;
	left: 24px;
	background-image: url(/img/create_over.gif);
}
div#paper .create a {background-image: url(/img/create.gif);}

div#paper .view
{
	position: absolute;
	top: 160px;
	left: 24px;
	background-image: url(/img/view_over.gif);
}
div#paper .view a {background-image: url(/img/view.gif);}

div#paper div a:hover {background: none;}

/* widget */

div#paper_widget
{
	width: 246px;
	height: 451px;
	background: url(/img/paper_widget.gif);
	float: right;
	margin: 10px 15px 0 0;
	padding: 0;
	position: relative;
}

div#paper_widget div
{
	height: 50px;
	width: 200px;
	background: #ccc;
}

div#paper_widget div a, div#paper_widget div a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 50px;
	background-repeat: no-repeat;
}

div#paper_widget .create
{
	position: absolute;
	top: 265px;
	left: 24px;
	background-image: url(/img/create_widget_over.gif);
}

div#paper_widget .create a {background-image: url(/img/create_widget.gif);}

div#paper_widget .view
{
	position: absolute;
	top: 315px;
	left: 24px;
	background-image: url(/img/view_widget_over.gif);
}
div#paper_widget .view a {background-image: url(/img/view_widget.gif);}

div#paper_widget div a:hover {background: none;}
