/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Sty;leDesign Stylesheet
Author : Andy Holmes - StyleDesign

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* COMMON AND GLOBAL */
body {	font:62.5%/1.6 arial, verdana, helvetica, sans-serif; margin:0;	padding:0; background-color: #f4f4f4; }
td, textarea, input, select { font:100% arial, verdana, helvetica, sans-serif; }
p { padding:15px 5px 15px 5px; margin:0; }

/* Main ID's */
#Header { width: auto; height: 219px; background-image: url(../images/header.jpg); background-repear: repeat-x; }
#Header #Container { width: 1024px; margin: auto; height: 219px; position: relative; }
#Header #Container #Logo { width: 642px; height: 144px; position: absolute; left: 20px; top: 32px; background-image: url(../images/logo_1.png); }
#Header #Container #Logo_Main { width: 642px; height: 144px; position: absolute; left: 20px; top: 32px; background-image: url(../images/logo_2.png); background-repeat:no-repeat; }

#Content_Container { width: 1024px; margin: auto; position: relative;}
#Content_Container #Right_Option { width: 481px; background-image: url(../images/content_bg.jpg); background-repeat: repeat-x; margin: 25px 0 0 10px; padding: 25px 5px 5px 5px; float: right; }
#Content_Container #Left_Option { width: 481px; background-image: url(../images/content_bg.jpg); background-repeat: repeat-x; margin: 25px 10px 0 0; padding: 25px 5px 5px 5px; float: left; }

/*PORTFOLIO ID's*/
#RightNav { width: 400px; float: right; margin: 20px; }
#RightNav ul { margin:0; padding:0; list-style:none; }
#RightNav li { display:block; margin: 0 auto 10px auto; height:25px; width: 290px; font-size: 12px; padding: 3px 0 0 4px; color: #FFFFFF; background-color: #202020; }
#RightNav li a { color:#FFFFFF; text-decoration:none; }
#RightNav li a:hover { color:#cc2323; text-decoration:none; }
#RightNav a span { display:none; }
#Screenshot { width:550px; margin: 20px 20px 20px 0px; border:solid 6px #e4e4e4; }




/*STYLES*/
.style1 {font-size: medium}
a:link {
	text-decoration: none;
	color: #CB2323;
}
a:visited {
	text-decoration: none;
	color: #CB2323;
}
a:hover {
	text-decoration: none;
	color: #CB2323;
}
a:active {
	text-decoration: none;
	color: #CB2323;
}
.style2 {font-size: large}
.style3 {font-weight: bold}